Commit Graph

127 Commits

Author SHA1 Message Date
Daniel Beer f4fcd0c909 gdb: implement breakpoint support 2010-05-12 18:17:12 +12:00
Daniel Beer c582a3513d gdb: fixed bug when reporting run errors 2010-05-12 17:43:30 +12:00
Daniel Beer dcc1874434 Fixed bug in gdb monitor command. 2010-05-12 17:28:59 +12:00
Tadashi G. Takaoka 961e7015c9 Make it easier to compile on Mac OS X. 2010-05-12 10:13:39 +12:00
Tadashi G. Takaoka 5b943536e4 Fixed bug in "md" command. 2010-05-12 10:11:38 +12:00
Robert Spanton e547106e0a Create missing directories on install. 2010-05-12 09:54:51 +12:00
Robert Spanton 8abc4bbf8f Remove -o root from install commands.
Incompatible with packaging requirements.
2010-05-12 09:54:43 +12:00
Daniel Beer ca3e5dd645 Symbol table is an object. 2010-05-01 18:34:43 +12:00
Daniel Beer 2794165dee Separated address expression parsing. 2010-05-01 17:54:10 +12:00
Daniel Beer 99b53f475b Fix bug preventing prompting on exit. 2010-04-30 22:20:58 +12:00
Daniel Beer a9dd76bbca Removed static data from sym commands. 2010-04-30 22:17:43 +12:00
Daniel Beer 53fb83aae7 Removed static data from elf32. 2010-04-30 22:09:57 +12:00
Daniel Beer 0cd82ffc48 Removed remaining static data from device commands. 2010-04-30 21:53:58 +12:00
Daniel Beer 6379839997 Version 0.7 2010-04-30 17:17:11 +12:00
Daniel Beer c981893254 Transports are now objects. 2010-04-30 16:57:57 +12:00
Daniel Beer 204aa31291 Device drivers are now objects. 2010-04-30 16:01:03 +12:00
Daniel Beer 1f98eb4339 Extracted functions from main. 2010-04-29 15:56:47 +12:00
Daniel Beer ab0580b99e Added AUTHORS file. 2010-04-28 19:11:36 +12:00
Daniel Beer 6fa975277b fet: implemented magic table for FW ver. 20404000 2010-04-28 18:55:37 +12:00
Daniel Beer 731a1e8b39 Fix disassembly bug. 2010-04-28 18:30:10 +12:00
Daniel Beer ba6e3366ff Command processor is now an object. 2010-04-21 16:56:56 +12:00
Daniel Beer 90d39a96f5 Move some unrelated functions out of parse.c 2010-04-21 14:12:12 +12:00
Daniel Beer 8655a64ef2 Implemented vector data structure. 2010-04-21 11:19:07 +12:00
Daniel Beer 66d3b1a166 Fixed bug in display of MSP430 device names. 2010-04-16 13:42:50 +12:00
Daniel Beer 437456dda1 Merge branch 'chronos' 2010-04-13 20:46:25 +12:00
Daniel Beer 40d299d001 Colorize some more output. 2010-04-10 16:41:57 +12:00
Daniel Beer 48ca1a50d5 Allow quoted strings in commands. 2010-04-10 16:33:21 +12:00
Daniel Beer 006585e0f7 Modified FET driver for testing with TI Chronos. 2010-04-10 15:44:49 +12:00
Daniel Beer 7733889703 Handle missing RC file. 2010-04-10 15:03:18 +12:00
Daniel Beer 8758d8bc28 Separated parsing from util. 2010-04-10 15:02:14 +12:00
Daniel Beer 7e309acdc5 Separated device commands. 2010-04-10 14:35:36 +12:00
Daniel Beer a52ab171f3 Separated symbol commands from symbol table. 2010-04-10 14:00:00 +12:00
Daniel Beer aecf8f0175 Address expressions are now fully algebraic. 2010-04-10 12:25:01 +12:00
Daniel Beer f8f530f24e Convert FET command constants to hex. 2010-04-09 15:57:41 +12:00
Daniel Beer 1f8b65870c Removed per-command checks for fet_is_rf2500. 2010-04-08 15:01:09 +12:00
Daniel Beer eff1148348 Detect NAK replies. 2010-04-08 14:51:56 +12:00
Daniel Beer b12e0f5ddb Added RC file processing on startup. 2010-04-08 14:43:19 +12:00
Daniel Beer 757a9fb799 Implemented isearch command. 2010-04-08 13:15:30 +12:00
Daniel Beer 188efdca10 Fixed B+Tree deletion bug. 2010-03-31 20:59:46 +13:00
Daniel Beer dab86a82f6 Implemented "sym rename". 2010-03-31 20:51:25 +13:00
Daniel Beer 6cc43e17c8 Change sym load/add/savemap -> import/import+/export. 2010-03-31 19:39:02 +13:00
Daniel Beer ceb78ff053 Commands are now registered by each module. 2010-03-31 19:36:53 +13:00
Daniel Beer f3c66c5aa4 Disassembly bug fixes. 2010-03-30 16:30:04 +13:00
Daniel Beer 01e26ce3a8 Merged parse.[ch] into util.[ch]. 2010-03-30 15:54:03 +13:00
Daniel Beer 9d83386048 Implemented colorize disassembly. 2010-03-30 15:47:12 +13:00
Daniel Beer 6f3d899b44 Don't prefer symbols for low-value indexed operands. 2010-03-30 10:10:01 +13:00
Daniel Beer 37af91e60c Look up symbols for immediate operands. 2010-03-29 21:53:37 +13:00
Daniel Beer 19bb129f81 Disassembly bug fixes (find constant-gens for single operands). 2010-03-29 20:43:03 +13:00
Daniel Beer 749faf4107 Expand symbols for indexed addressing, allow . and : in symbols. 2010-03-29 17:27:22 +13:00
Daniel Beer 9afbc30778 Only show exact symbol matches in disassembly. 2010-03-28 17:13:42 +13:00