ARMv7-M: make DAP commands verify target is an ARMv7-M
[openocd.git] / src / server /
2010-01-31 Øyvind Harboetelnet: fix strage blank spaces at beginning of telnet...
2010-01-21 Øyvind Harboegdb_server: handle stepi/continue packet while target...
2010-01-20 David Brownellgdb_server: correctly report flash sector sizes
2010-01-20 David Brownellgdb_server -- subroutinize memory map logic
2010-01-20 David Brownellgdb_server -- symbol cleanup
2010-01-14 Spencer OliverGDB: change gdb_breakpoint_override to COMMAND_ANY
2010-01-14 David BrownellNOR: add optional "flash erase_address" sector padding
2010-01-13 Øyvind Harboegdbserver: fix typo that broke read/write watchpoint
2010-01-11 David BrownellDoxygen file comments
2010-01-11 Øyvind Harboeshutdown: more graceful shutdown
2010-01-09 David Brownellsrc/server: usage/help/doc updates
2010-01-05 Øyvind Harboegdb: fix regression in gdb_port command
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-30 Antonio Borneowhitespace cleanup, mostly for docs
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-16 Øyvind Harboeserver: server loop will exhaust data inputs before...
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-11 Øyvind Harboegdb_server: use more local variables in inner loop...
2009-12-11 Øyvind Harboegdb_server: make struct gdb_connection private
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchfix regressions with GDB port numbers
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "flash.h" to <flash/flash.h>
2009-12-03 Zachary T Welchchange #include "target_request.h" to <target/target_re...
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-03 Zachary T Welchchange #include "register.h" to <target/register.h>
2009-12-03 Zachary T Welchchange #include "image.h" to <target/image.h>
2009-12-03 Zachary T Welchchange #include "breakpoints.h" to <target/breakpoints.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-02 David Brownellstubs: buildfix
2009-12-02 Zachary T Welchremove #if BUILD_HTTPD
2009-12-02 Zachary T Welchremove #if logic for openocd_sleep_*lude
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-12-01 Zachary T Welchimprove gdb_init() sequence
2009-11-26 Uwe Hermannfix typos in source files
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-25 Zachary T Welchhttpd: use register_commands()
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-14 Zachary T Welchadd openocd.h for top-level declarations
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchreg_arch_type_t -> struct reg_arch_type
2009-11-13 Zachary T Welchconnection_t -> struct connection
2009-11-13 Zachary T Welchtelnet_connection_t -> struct telnet_connection
2009-11-13 Zachary T Welchtcl_connection_t -> struct tcl_connection
2009-11-13 Zachary T Welchservice_t -> struct service
2009-11-13 Zachary T Welchtelnet_service_t -> struct telnet_service
2009-11-13 Zachary T Welchgdb_service_t -> struct gdb_service
2009-11-13 Zachary T Welchgdb_connection_t -> struct gdb_connection
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
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 Øyvind Harboehttpd: fix warnings, more robust error handling, improv...
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-09 Zachary T Welchsrc/{server,pld,svf,xsvf}: remove 'extern' keyword
2009-11-06 Zachary T WelchUpdate all server port command to use new helper.
2009-11-06 Zachary T WelchAdd server port command helper function.
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-29 oharboehandle single threading
2009-09-29 oharboehttpd smoketest info
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-09-15 oharboefix bug when using 32 instead of 64 bit value in callba...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-08-21 oharboeFlorian Boor <florian.boor@kernelconcepts.de> fixes...
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 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Replace '){' with ') {'.
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)