summaryrefslogtreecommitdiff
path: root/lldb/examples/python/diagnose_unwind.py
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-07-15Fix typeo in diagnose-unwind.py.Jason Molenda
2013-07-09Add the frame content dumper function call to one more place.Jason Molenda
2013-07-09Add new information gathering to the lldb & simple backtrace methods:Jason Molenda
2013-06-20Also report any OS python plugin in use.Jason Molenda
2013-06-20Print the general purpose registers for frame 0.Jason Molenda
2013-06-19A few small enhancements to the diagnose-unwind command.Jason Molenda
2013-06-05Small changes to diagnose_unwind. Correctly provide help text.Jason Molenda
2013-05-30Adding a diagnose-nsstring commandEnrico Granata
2013-05-01Print a backtrace line for a pc value even if we can't make an SBAddressJason Molenda
2013-04-30Put a try/catch block around the SBAddress setting; don't want to Jason Molenda
2013-04-30Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda