- Nov 13, 2009
-
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct connection.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct telnet_connection.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct tcl_connection.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct service.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct telnet_service.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct gdb_service.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct gdb_connection.
-
Zachary T Welch authored
By using CALL_COMMAND_HANDLER, parameters can be reordered, added, or even removed in inherited signatures, without requiring revisiting all of the various call sites.
-
Zachary T Welch authored
Define the numerous helpers that inherit command handler parameters using the COMMAND_HELPER macro.
-
Zachary T Welch authored
-
- Nov 11, 2009
-
-
Zachary T Welch authored
Use unsigned type for line number in log_callback_fn signature.
-
- Nov 10, 2009
-
-
Øyvind Harboe authored
The httpd is work in progress... No mime type set by default. Let the browser guess. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
Zachary T Welch authored
Remove server command declarations, make handler routines static.
-
- Nov 09, 2009
-
-
Zachary T Welch authored
Removes 'extern' keyword from function declarations in header filess.
-
- Nov 06, 2009
-
-
Zachary T Welch authored
-
Zachary T Welch authored
-
- Oct 13, 2009
-
-
Øyvind Harboe authored
-
- Oct 12, 2009
-
-
Øyvind Harboe authored
-
- Oct 09, 2009
-
-
Øyvind Harboe authored
-
- Oct 08, 2009
-
-
Øyvind Harboe authored
-
- Sep 29, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2771 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2769 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Sep 24, 2009
-
-
oharboe authored
Added gdb_sync feature that allows GDB to sync up to target state. Issue "monitor gdb_sync" and the next stepi, will return immediately with updated register values to GDB. git-svn-id: svn://svn.berlios.de/openocd/trunk@2754 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Sep 21, 2009
-
-
dbrownell authored
files; omitted src/httpd git-svn-id: svn://svn.berlios.de/openocd/trunk@2742 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Sep 15, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2711 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Aug 30, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2650 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Aug 24, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2606 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Aug 21, 2009
-
-
oharboe authored
Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing commands from the web interface using the "Run Command" tab. git-svn-id: svn://svn.berlios.de/openocd/trunk@2601 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jul 27, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2570 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jul 17, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2549 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jul 08, 2009
-
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2496 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jun 28, 2009
-
-
duane authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2410 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jun 25, 2009
-
-
ntfreak authored
- bug introduced in r2240 git-svn-id: svn://svn.berlios.de/openocd/trunk@2403 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- Jun 23, 2009
-
-
zwelch authored
- Replace '\s*$' with ''. git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2378 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
- Replace '[ \t]*[)]' with ')'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2377 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
- Replace '([ \t]*' with '('. git-svn-id: svn://svn.berlios.de/openocd/trunk@2376 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
- Replace ')\([<>]\)(' with ') \1 ('. - Replace ')\([<>]\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\([<>]\)(' with '\1 \2 ('. - Replace '\(\w\)\([<>]\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
- Replace ')\(+\)(' with ') \1 ('. - Replace ')\(+\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\(+\)(' with '\1 \2 ('. - Replace '\(\w\)\(+\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2373 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
zwelch authored
- Replace ')\(=\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\(=\)(' with '\1 \2 ('. - Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2372 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-