about summary refs log tree commit diff stats
path: root/099hardware_checks.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-1/+1
| | | | | | | | | | | | | | | | | | I've extracted it into a separate binary, independent of my Mu prototype. I also cleaned up my tracing layer to be a little nicer. Major improvements: - Realized that incremental tracing really ought to be the default. And to minimize printing traces to screen. - Finally figured out how to combine layers and call stack frames in a single dimension of depth. The answer: optimize for the experience of `browse_trace`. Instructions occupy a range of depths based on their call stack frame, and minor details of an instruction lie one level deeper in each case. Other than that, I spent some time adjusting levels everywhere to make `browse_trace` useful.
* 4106Kartik K. Agaram2017-11-031-3/+3
|
* 4086 - back to cleaning up delimited continuationsKartik K. Agaram2017-10-181-1/+1
|
* 3877Kartik K. Agaram2017-05-261-1/+1
|
* 3760 - force functions to use dependency-injectionKartik K. Agaram2017-03-071-0/+63
This is the kind of check I want Mu to be anal about, not whitespace or unused variables.