riscv-openocd/src/server
Andreas Fritiofson 517ba0690d Clean up const usage to avoid excessive casting
Don't use const on pointers that hold heap allocated data, because that
means functions that free them must cast away the const.

Do use const on pointer parameters or fields that needn't be modified.

Remove pointer casts that are no longer needed after fixing the constness.

Change-Id: I5d206f5019982fd1950bc6d6d07b6062dc24e886
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1668
Tested-by: jenkins
Reviewed-by: Mathias Küster <kesmtp@freenet.de>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2013-10-31 20:42:34 +00:00
..
Makefile.am ecosboard: delete bit-rotted eCos code 2012-03-13 19:11:11 +00:00
gdb_server.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
gdb_server.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
server.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
server.h Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
server_stubs.c update files to correct FSF address 2013-06-05 19:52:42 +00:00
startup.tcl Fix a bunch of typos. 2011-03-17 07:25:25 +01:00
tcl_server.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +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