index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
Age
Commit message (
Expand
)
Author
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-02
stubs: buildfix
David Brownell
2009-12-02
remove #if BUILD_HTTPD
Zachary T Welch
2009-12-02
remove #if logic for openocd_sleep_*lude
Zachary T Welch
2009-11-30
remove interp global variable!
Zachary T Welch
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
move server_init() to openocd_main()
Zachary T Welch
2009-11-30
improve gdb_init() sequence
Zachary T Welch
2009-11-26
fix typos in source files
Uwe Hermann
2009-11-25
target: create and use target_name()
David Brownell
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
2009-11-24
httpd: use register_commands()
Zachary T Welch
2009-11-24
server: use register_commands
Zachary T Welch
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
improve startup tcl scripts
Zachary T Welch
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
2009-11-18
split startup.tcl file across modules
Zachary T Welch
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
target: simplify register get/set ops
David Brownell
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
#include "target.h" less wildly
David Brownell
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-14
add openocd.h for top-level declarations
Zachary T Welch
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
reg_t -> struct reg
Zachary T Welch
2009-11-13
image_t -> struct image
Zachary T Welch
2009-11-13
reg_arch_type_t -> struct reg_arch_type
Zachary T Welch
2009-11-13
connection_t -> struct connection
Zachary T Welch
2009-11-13
telnet_connection_t -> struct telnet_connection
Zachary T Welch
2009-11-13
tcl_connection_t -> struct tcl_connection
Zachary T Welch
2009-11-13
service_t -> struct service
Zachary T Welch
2009-11-13
telnet_service_t -> struct telnet_service
Zachary T Welch
2009-11-13
gdb_service_t -> struct gdb_service
Zachary T Welch
2009-11-13
gdb_connection_t -> struct gdb_connection
Zachary T Welch
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-11
log: improve log_callback_fn signature
Zachary T Welch
2009-11-10
httpd: fix warnings, more robust error handling, improved MIME handling
Øyvind Harboe
2009-11-09
server: remove useless declarations
Zachary T Welch
2009-11-09
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Zachary T Welch
2009-11-05
Update all server port command to use new helper.
Zachary T Welch
2009-11-05
Add server port command helper function.
Zachary T Welch
2009-10-13
Retired gdb_attach. gdb-detach event covers this functionality.
Øyvind Harboe
2009-10-12
If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.
Øyvind Harboe
[next]