mspdebug/util
Tadashi G. Takaoka 5b9bdbc2aa Add lowercase_dis option
The lowercase_dis option, if set to true, changes instruction and
register names of disassembler command to lower case. This can be
matched with hexadecimal dump of raw instruction and address.  It also
matches with GNU debugger and assembler.
2018-04-02 23:28:11 +09:00
..
btree.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
btree.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
bytes.h bytes.h: byte-order utilities. 2013-08-27 14:56:54 +12:00
chipinfo.c Add MSP430.dll version as macros to chipinfo.db 2013-12-12 13:10:44 +13:00
chipinfo.h Add MSP430.dll version as macros to chipinfo.db 2013-12-12 13:10:44 +13:00
ctrlc.c Use sig_atomic_t for ctrlc_flag 2013-12-07 10:16:37 +13:00
ctrlc.h Fix Win32 event use. 2013-02-11 12:49:56 +13:00
demangle.c demangle: fix prototype mismatch. 2014-05-28 10:40:58 +12:00
demangle.h Support for demangling of C++ symbol names. 2012-07-16 10:02:06 +12:00
dis.c Add lowercase_dis option 2018-04-02 23:28:11 +09:00
dis.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
dynload.c Add support for building on Cygwin. 2012-04-25 11:02:22 +12:00
dynload.h tilib: fix calling convention for Cygwin. 2012-08-23 14:27:27 +12:00
expr.c Allow register names in address expressions. 2016-01-21 18:35:52 +01:00
expr.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
gdb_proto.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
gdb_proto.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
gpio.c don't unexport GPIO DTR/RTS if exported before 2016-07-27 10:17:08 +02:00
gpio.h don't unexport GPIO DTR/RTS if exported before 2016-07-27 10:17:08 +02:00
list.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
list.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
opdb.c Add lowercase_dis option 2018-04-02 23:28:11 +09:00
opdb.h tilib: support for Info A/BSL flash access. 2013-01-31 13:54:19 +13:00
output.c Win32 fix-ups. 2012-10-09 16:34:33 +12:00
output.h Add --embedded option and embedded output mode. 2012-10-09 15:41:06 +13:00
output_util.c Add lowercase_dis option 2018-04-02 23:28:11 +09:00
output_util.h disassemble: look only for exact symbol matches for operands. 2013-01-31 15:31:42 +13:00
powerbuf.c util: Fix memleaks in error paths 2012-10-27 13:00:31 +13:00
powerbuf.h dis: power consumption annotations. 2012-10-04 12:47:25 +13:00
prog.c Added "verify" command. 2012-07-18 14:03:55 +12:00
prog.h Added "verify" command. 2012-07-18 14:03:55 +12:00
sockets.c Fix MinGW compilation under Windows. 2018-03-01 18:31:17 +01:00
sockets.h Add support for building on Cygwin. 2012-04-25 11:02:22 +12:00
sport.c Add support for OpenIndiana. 2014-07-05 10:35:07 +12:00
sport.h Windows compatibility fixes. 2016-12-21 09:57:23 +13:00
stab.c Support for demangling of C++ symbol names. 2012-07-16 10:02:06 +12:00
stab.h Support for demangling of C++ symbol names. 2012-07-16 10:02:06 +12:00
thread.h Win32 fix-ups. 2012-10-09 16:34:33 +12:00
usbutil.c New driver: load-bsl. 2013-07-18 14:03:29 +12:00
usbutil.h Windows compatibility fixes. 2016-12-21 09:57:23 +13:00
util.c Escape single quotes inside double quote. 2018-02-27 23:18:57 +01:00
util.h util: add ADDRESS_NONE definition. 2013-07-18 13:56:04 +12:00
vector.c Fix memleak in vector_realloc. 2016-01-24 11:38:31 +01:00
vector.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00