use CALL_COMMAND_HANDLER instead of direct calls
[openocd.git] / src / server / gdb_server.c
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchUpdate all server port command to use new helper.
2009-10-13 Øyvind HarboeRetired gdb_attach. gdb-detach event covers this functi...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-12 Øyvind HarboeIf halt times out, stop GDB. Allows e.g. manual reset...
2009-10-09 Øyvind HarboeStop debug session if halt fails
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 Øyvind HarboeStop GDB when polling fails, srst assert or powerdropou...
2009-09-24 oharboeWhen attaching GDB to OpenOCD, the target state is...
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-07-27 oharboeFix NPE in GDB_EVENT_END as logforwarding was not disab...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-08 oharboetypo in comment
2009-06-28 duaneA bit more log detail about connections comming and...
2009-06-25 ntfreak- fix issue when using gdb_port cmd
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-13 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-27 kc8apfAuthor: Nicolas Pitre <nico@cam.org>
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-03-18 oharboeHiroshi Ito <ito@mlb.co.jp> typos
2009-02-18 oharboeHolger Schurig <hs4233@mail.mn-solutions.de> fix warnings
2009-01-01 ntfreak- add gdb pipe support to native win32 (--pipe option)
2008-12-16 oharboeallow setting/reading gdb_port at any time
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-20 ntfreak- fix issue with gdb_target_to_reg missing second byte
2008-11-18 oharboebig endian fix for GDB. Probably fixes a memory corrupt...
2008-11-10 oharboeminor cleanup
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-24 oharboegdb_report_data_abort now ignores all target read error...
2008-10-22 oharboeproduce syntax error
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-10-14 ntfreak- remove build warnings
2008-10-14 oharboeLaurentiu Cocanu - more error handling fixes
2008-10-11 oharboeDuane Ellis: addresses protocol problems with GDB.
2008-10-06 oharboeCentralize error handling for buggy register handling
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-24 oharboefixed false positives for keep_alive() not being invoked.
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-26 oharboedo not check checksums in noack case
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-23 ntfreak- clear any existing breakpoints/watchpoints when resta...
2008-08-22 ntfreak- add support for new gdb QStartNoAckMode, which disabl...
2008-08-14 oharboetypo spotted by spen. gdb_breakpoint_override not teste...
2008-08-13 oharboeadded global gdb breakpoint override configuration...
2008-08-13 oharboeClear all dangling breakpoints upon GDB connection.
2008-08-13 oharboereturn halted signal if step/continue fails
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-23 ntfreak- comment about dummy ack '+' char from gdb
2008-07-23 oharboefix <memory> is missing upon gdb connect warning when...
2008-07-21 oharboerestart is a per-target action
2008-07-21 oharboeAllows config scripts to override handling of 'R'(resta...
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-08 ntfreak- fix pre_resume script not being called
2008-07-06 oharboesrc/helper/configuration.h
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-05-06 oharboeEdgar Grimberg found tiny memory leak
2008-04-23 oharboeregions outside flash are now read/write nocache by...
2008-04-18 oharboeEnabled auto erase, gdb memory map and gdb flash progra...
2008-04-13 oharboeMore robust handling of unknown target state for step...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-07 oharboeSpen fixed various issues w.r.t. setting up the sockets...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- gdb server was incorrectly sending null terminator...
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-10 oharboe- fixed a problem with big endian XScale and GDB regist...
2008-03-10 oharboe- Fixed various error handling when looking for memory...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-06 oharboePavel Chromy: performance tweak of gdb_put_packet_inner...
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-04 oharboeBogus error message in GDB removed
2008-03-04 oharboeFixed GDB timeout crash - regression introduced back...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)