Commit Graph

14 Commits

Author SHA1 Message Date
Dagen Brock 0a34f06de0 resolve conflicts 2019-08-16 14:41:29 -05:00
Kelvin Sherlock e8d6d17a1a debugger - implement nifty list t command to lookup toolcall information.
example:

] 0101t
0001  (04408e)  TLBootInit()
2019-06-02 13:32:21 -04:00
Kelvin Sherlock ee2f72b17c mini assembler support for the debug shell.
enter via !
exit via control-D or <blank>RETURN.
2019-05-28 21:38:14 -04:00
Kelvin Sherlock 4c55800e23 mini assembler - support for toolcalls. uses the Nifty List tool list. 2019-04-14 23:28:08 -04:00
Kelvin Sherlock 90bf447606 debug templates - improved support for pstring/gsstring/cstring. 2019-03-22 00:14:09 -04:00
Kelvin Sherlock 7aea2e56f2 - tweak ^D newlins
- %d was incorrect
- template pointers were 16-bit.
2019-03-19 00:38:33 -04:00
Kelvin Sherlock 1a27ca5435 wip 2019-03-07 23:56:15 -05:00
Kelvin Sherlock be9724acfc minor tweaks for nifty list format. 2019-02-20 00:08:21 -05:00
Kelvin Sherlock 9f3c0feb39 load tools and gs/os calls from NList.Data 2019-02-19 21:49:35 -05:00
Kelvin Sherlock 58351d1db7 win32 missing strndup 2019-02-19 19:48:39 -05:00
Kelvin Sherlock 3c9a004a9e store fields in separate array, not as part of record. 2019-02-16 23:56:27 -05:00
Kelvin Sherlock 9589abfda7 debugger - add toolcall and GS/OS call recognition to the disassembler. 2019-02-16 17:29:39 -05:00
Kelvin Sherlock a0976f82a8 ubuntu. 2019-02-14 22:43:39 -05:00
Kelvin Sherlock 5cb4f63993 Debugger - GSBug.Templates support.
address\temp TemplateName to print structured memory.

Also, registers now need a % prefix so as not to interfere with other commands.
2019-02-14 21:37:03 -05:00