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-16
server: server loop will exhaust data inputs before sleeping
Øyvind Harboe
2009-12-11
server: add server_preinit which is called before config file is parsed.
Spencer Oliver
2009-12-11
gdb_server: use more local variables in inner loop of fetching packetstiny re...
Øyvind Harboe
2009-12-11
gdb_server: make struct gdb_connection private
Øyvind Harboe
2009-12-08
build: add build/src to include path
Øyvind Harboe
2009-12-04
remove flash.h from tree
Zachary T Welch
2009-12-04
remove target.h from flash.h
Zachary T Welch
2009-12-03
fix regressions with GDB port numbers
Zachary T Welch
2009-12-03
remove tertiary include paths
Zachary T Welch
2009-12-03
change #include "server.h" to <server/server.h>
Zachary T Welch
2009-12-03
change #include "flash.h" to <flash/flash.h>
Zachary T Welch
2009-12-03
change #include "target_request.h" to <target/target_request.h>
Zachary T Welch
2009-12-03
change #include "target.h" to <target/target.h>
Zachary T Welch
2009-12-03
change #include "register.h" to <target/register.h>
Zachary T Welch
2009-12-03
change #include "image.h" to <target/image.h>
Zachary T Welch
2009-12-03
change #include "breakpoints.h" to <target/breakpoints.h>
Zachary T Welch
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
[next]