mspdebug fork containing various WIP patches
Go to file
Daniel Beer 8846186979 dis: alter interface to allow for MSP430X instruction set. 2010-08-10 12:21:16 +12:00
.gitignore Modifications to compile on Cygwin. 2010-05-13 16:45:38 +12:00
AUTHORS Added support for MSP430F5529. 2010-08-03 09:34:36 +12:00
COPYING MSPDebug version 0.2. 2009-11-17 15:36:04 +13:00
Makefile Added support for COFF file format. 2010-07-29 16:27:54 +12:00
binfile.c Added support for COFF file format. 2010-07-29 16:27:54 +12:00
binfile.h Binary file interface is now 32-bit clean. 2010-08-05 16:12:35 +12:00
bsl.c Device interface and drivers are now 32-bit clean. 2010-08-05 14:43:07 +12:00
bsl.h Device drivers are now objects. 2010-04-30 16:01:03 +12:00
btree.c Fixed B+Tree deletion bug. 2010-03-31 20:59:46 +13:00
btree.h Implemented "sym rename". 2010-03-31 20:51:25 +13:00
coff.c Added support for COFF file format. 2010-07-29 16:27:54 +12:00
coff.h Added support for COFF file format. 2010-07-29 16:27:54 +12:00
cproc.c Commands now support 20-bit memory range. 2010-08-05 16:38:05 +12:00
cproc.h Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
cproc_util.c dis: alter interface to allow for MSP430X instruction set. 2010-08-10 12:21:16 +12:00
cproc_util.h Miscellaneous 32-bit fix-ups. 2010-08-05 16:48:13 +12:00
devcmd.c Commands now support 20-bit memory range. 2010-08-05 16:38:05 +12:00
devcmd.h Command processor is now an object. 2010-04-21 16:56:56 +12:00
device.c Device interface and drivers are now 32-bit clean. 2010-08-05 14:43:07 +12:00
device.h Device interface and drivers are now 32-bit clean. 2010-08-05 14:43:07 +12:00
dis.c dis: alter interface to allow for MSP430X instruction set. 2010-08-10 12:21:16 +12:00
dis.h dis: alter interface to allow for MSP430X instruction set. 2010-08-10 12:21:16 +12:00
elf32.c Binary file interface is now 32-bit clean. 2010-08-05 16:12:35 +12:00
elf32.h Unified binfile interface. 2010-05-15 15:13:58 +12:00
expr.c Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
expr.h Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
fet.c Device interface and drivers are now 32-bit clean. 2010-08-05 14:43:07 +12:00
fet.h Added support for Olimex MSP430-JTAG-TINY. 2010-06-15 14:53:38 +12:00
fet_db.c Added support for MSP430F5529. 2010-08-03 09:34:36 +12:00
fet_db.h Added support for MSP430F169 2010-06-15 13:07:06 +12:00
fet_error.c BSL now shows descriptive errors returned by FET. 2010-05-15 13:44:46 +12:00
fet_error.h BSL now shows descriptive errors returned by FET. 2010-05-15 13:44:46 +12:00
gdb.c gdb: use address_t, drop high bytes from register values. 2010-08-05 16:44:41 +12:00
gdb.h Command processor is now an object. 2010-04-21 16:56:56 +12:00
ihex.c Binary file interface is now 32-bit clean. 2010-08-05 16:12:35 +12:00
ihex.h Unified binfile interface. 2010-05-15 15:13:58 +12:00
main.c Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
mspdebug.man Version 0.10 2010-08-04 14:08:43 +12:00
olimex.c Set Olimex baud rate on startup. 2010-06-29 12:17:57 +12:00
olimex.h Added support for multiple instances of USB devices. 2010-06-28 15:47:50 +12:00
rf2500.c Added support for multiple instances of USB devices. 2010-06-28 15:47:50 +12:00
rf2500.h Added support for multiple instances of USB devices. 2010-06-28 15:47:50 +12:00
rtools.c dis: alter interface to allow for MSP430X instruction set. 2010-08-10 12:21:16 +12:00
rtools.h Command processor is now an object. 2010-04-21 16:56:56 +12:00
sim.c Device interface and drivers are now 32-bit clean. 2010-08-05 14:43:07 +12:00
sim.h Use stdint.h instead of sys/types.h. 2010-05-13 12:57:21 +12:00
srec.c Binary file interface is now 32-bit clean. 2010-08-05 16:12:35 +12:00
srec.h Added support for S19 file format. 2010-07-12 16:36:01 +12:00
stab.c Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
stab.h Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
sym.c Commands now support 20-bit memory range. 2010-08-05 16:38:05 +12:00
sym.h Command processor is now an object. 2010-04-21 16:56:56 +12:00
symmap.c Binary file interface is now 32-bit clean. 2010-08-05 16:12:35 +12:00
symmap.h Unified binfile interface. 2010-05-15 15:13:58 +12:00
titext.c Binary file interface is now 32-bit clean. 2010-08-05 16:12:35 +12:00
titext.h Added support for TI text format. 2010-07-09 14:28:27 +12:00
transport.h Use stdint.h instead of sys/types.h. 2010-05-13 12:57:21 +12:00
uif.c Added support for Olimex MSP430-JTAG-TINY. 2010-06-15 14:53:38 +12:00
uif.h Added support for Olimex MSP430-JTAG-TINY. 2010-06-15 14:53:38 +12:00
usbutil.c Added support for multiple instances of USB devices. 2010-06-28 15:47:50 +12:00
usbutil.h Added support for multiple instances of USB devices. 2010-06-28 15:47:50 +12:00
util.c Fixed bug preventing Ctrl+C from working properly. 2010-05-20 12:30:07 +12:00
util.h Symbol table and address expressions are now 32-bit clean. 2010-08-05 13:59:33 +12:00
vector.c Command processor is now an object. 2010-04-21 16:56:56 +12:00
vector.h Command processor is now an object. 2010-04-21 16:56:56 +12:00