about summary refs log tree commit diff stats
path: root/317abort.subx
Commit message (Collapse)AuthorAgeFilesLines
* shell: literal imagesKartik K. Agaram2021-07-281-5/+2
|
* shell: render image from pbm data streamKartik K. Agaram2021-07-271-3/+3
|
* .Kartik K. Agaram2021-07-161-4/+4
|
* grow a few buffers until shell/ loadsKartik K. Agaram2021-05-151-4/+7
|
* .Kartik K. Agaram2021-05-151-20/+0
|
* print call stack on abortKartik K. Agaram2021-05-151-2/+55
|
* look up debug info from call stack on abortKartik K. Agaram2021-05-141-2/+68
|
* parse debug info on abortKartik K. Agaram2021-05-141-14/+140
|
* load debug info from disk on abortKartik K. Agaram2021-05-141-0/+58
|
* dump addresses of call stack on abortKartik K. Agaram2021-05-141-0/+31
|
* .Kartik K. Agaram2021-05-141-0/+15
Move abort to SubX. We'll need to do some unsafe stuff to display the call stack here.
a> 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220