summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/disassembly_mode.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an example command to toggle between disassembly-only and source mode.Jim Ingham2017-04-201-0/+48
Sometimes you are debugging in source, but you really only want to see the disassembly. That's easy to do but you have to set a few variables. This command toggles between your old values, and a disassembly only mode. llvm-svn: 300902
OpenPOWER on IntegriCloud