snare
snare
Sure, that's something we can investigate.
Added in ed0cd80ed4cbba4490508ebf83ed6277c0537e4f. Needs some cleaning up, maybe a visual cue that the view is scrolled etc.
Added some backend implementation in e1f2aa7b6eccb09eb40401c150eefe4e3001d181 and d7a92ab641059df16c84f2baa08f622f0cc6c7e5 for GDB and LLDB
The disassembly view just takes the output from the debugger's disassembly command and syntax highlights it. This is generated by the debugger.
Started trying this out with Urwid. Needs some work, but prob won't happen for a while since I just started a new job.
I uploaded a new version of [Voltron](https://pypi.python.org/pypi/voltron) yesterday and the server threw a 500 error during the upload. This resulted in a partial file being hosted as the current wheel...
Hmm. It's not actually using the new REPL, it's just using it a poke a new bound method into the existing REPL so I'm not sure why it breaks the...
Oh and the printing in hex rather than decimal - it now grabs the output of each `exec` and if a number fell it out formats it per config. I...
Tho if you like I can push what I currently have into another branch if you wanna look at bpython?
Yeah the tests should probably clean these up. I'll look into it.