about summary refs log tree commit diff stats
path: root/subx/039debug.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4964Kartik Agaram2019-02-141-1/+1
|
* 4936Kartik Agaram2019-01-181-1/+1
|
* 4922Kartik Agaram2019-01-111-6/+6
|
* 4921Kartik Agaram2019-01-111-2/+2
|
* 4915Kartik Agaram2019-01-081-0/+30
| | | | | | In the process of building next-token I finally added some support for a debugging situation I've found myself in a couple of times: wondering "what changed this memory location"?
* 4678Kartik Agaram2018-10-101-0/+25
A debugging aid: 'subx --map translate' dumps a mapping from functions to addresses to a file called "map", and 'subx --map run' loads the mapping in "map", augmenting debug traces. Let's see how much this helps. Debugging machine code has been pretty painful lately.