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-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
2009-10-09
Stop debug session if halt fails
Øyvind Harboe
2009-10-08
Stop GDB when polling fails, srst assert or powerdropout is detected
Øyvind Harboe
2009-09-29
handle single threading
oharboe
2009-09-29
httpd smoketest info
oharboe
2009-09-24
When attaching GDB to OpenOCD, the target state is no longer affected.
oharboe
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-15
fix bug when using 32 instead of 64 bit value in callback, caught by -Wall
oharboe
2009-08-30
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
2009-08-24
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
2009-08-21
Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...
oharboe
2009-07-27
Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough
oharboe
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-08
typo in comment
oharboe
2009-06-28
A bit more log detail about connections comming and going
duane
2009-06-25
- fix issue when using gdb_port cmd
ntfreak
[prev]
[next]