Daniel Beer
|
87f89adc44
|
All output now goes through buffering/filtering.
The following substitutions have been made:
printf -> printc
fprintf(stderr, ...) -> printc_err(...)
perror -> pr_error
|
2010-08-17 11:07:03 +12:00 |
Daniel Beer
|
4cc81497af
|
Create default stab to avoid carrying around stab_t.
|
2010-08-13 12:12:50 +12:00 |
Daniel Beer
|
137329cc13
|
Symbol table and address expressions are now 32-bit clean.
|
2010-08-05 13:59:33 +12:00 |
Daniel Beer
|
b8a3ef41c7
|
Use stdint.h instead of sys/types.h.
|
2010-05-13 12:57:21 +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
|
a9dd76bbca
|
Removed static data from sym commands.
|
2010-04-30 22:17:43 +12:00 |
Daniel Beer
|
90d39a96f5
|
Move some unrelated functions out of parse.c
|
2010-04-21 14:12:12 +12:00 |
Daniel Beer
|
a52ab171f3
|
Separated symbol commands from symbol table.
|
2010-04-10 14:00:00 +12: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
|
9d83386048
|
Implemented colorize disassembly.
|
2010-03-30 15:47:12 +13:00 |
Daniel Beer
|
749faf4107
|
Expand symbols for indexed addressing, allow . and : in symbols.
|
2010-03-29 17:27:22 +13:00 |
Daniel Beer
|
0c3389f084
|
Fixed bugs introduced by sym table changes.
|
2010-03-28 16:12:34 +13:00 |
Daniel Beer
|
da34c6c1bd
|
Implemented sym command.
|
2010-03-27 23:47:17 +13:00 |
Daniel Beer
|
0871041787
|
Implemented B+Tree symbol table.
|
2010-03-27 22:50:02 +13:00 |
Daniel Beer
|
b20a7a5576
|
Fix up copyright messages.
|
2010-01-08 21:17:24 +13:00 |
Daniel Beer
|
597de3180f
|
Use decimal values unless indicated by 0x.
|
2010-01-06 12:01:49 +13:00 |
Daniel Beer
|
2bceb42bb7
|
Commands now make use of symbol table.
|
2010-01-06 11:49:30 +13:00 |
Daniel Beer
|
9da932aeb7
|
Basic symbol table manipulation and query.
|
2010-01-06 00:09:08 +13:00 |