openocd/src/server
Paul Fertser 2d998c0944 server, target, cortex_m: add deinit_target to the API to free resources
This should facilitate dynamic target creation and removal.

Currently it helps with getting 0 bytes lost report from Valgrind on
exit (after talking to a nucleo board). However, 1,223,886 bytes in
5,268 blocks are still reachable which means the app holds pointers to
that data on exit. The majority comes from the jtag command queue,
there're also many blocks from TCL command registration.

Change-Id: I7523234bb90fffd26f7d29cdd7648ddd221d46ab
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2544
Tested-by: jenkins
Reviewed-by: Stian Skjelstad <stian@nixia.no>
2015-03-09 08:34:46 +00:00
..
gdb_server.c gdb_server: ignore stray + in ACK mode 2015-02-22 16:16:06 +00:00
gdb_server.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
Makefile.am ecosboard: delete bit-rotted eCos code 2012-03-13 19:11:11 +00:00
server_stubs.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
server.c server, target, cortex_m: add deinit_target to the API to free resources 2015-03-09 08:34:46 +00:00
server.h Added system signal handling to Linux version 2015-03-09 06:25:45 +00:00
startup.tcl Fix a bunch of typos. 2011-03-17 07:25:25 +01:00
tcl_server.c server: tcl_notifications command 2015-03-09 06:30:30 +00:00
tcl_server.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
telnet_server.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
telnet_server.h update files to correct FSF address 2013-06-05 19:52:42 +00:00