aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)AuthorFilesLines
2022-01-31[lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere1-1/+4
2022-01-24[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani1-4/+5
2022-01-24[lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interfaceMed Ismail Bennani1-0/+11
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee8-30/+31
2022-01-13[lldb] Add long help to `crashlog`Dave Lee1-12/+27
2021-12-06[lldb/plugins] Add arm64(e) support to ScriptedProcessMed Ismail Bennani1-9/+48
2021-11-10[lldb/test] Update TestScriptedProcess to use skinny corefilesMed Ismail Bennani3-8/+8
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani2-7/+9
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani3-8/+60
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani2-1/+203
2021-10-07[lldb] Parse and display reporting errors from JSON crashlogsJonas Devlieghere1-0/+11
2021-10-07[lldb] Support missing threadState in JSON crashlogsJonas Devlieghere1-2/+8
2021-10-05[lldb] Improve meta data stripping from JSON crashlogsJonas Devlieghere1-2/+8
2021-09-20[lldb][crashlog] Avoid specifying arch for image when a UUID is presentVedant Kumar1-1/+1
2021-09-07[lldb] Update crashlog.py to accept multiple results from mdfindJonas Devlieghere1-9/+15
2021-09-03[lldb] Adjust parse_frames for unnamed imagesJonas Devlieghere1-1/+2
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani2-0/+21
2021-07-02[lldb] Update shebang in heap.py and crashlog.pyJonas Devlieghere1-1/+1
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener1-1/+1
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny1-0/+9
2021-04-22[lldb] Update register state parsing for JSON crashlogsJonas Devlieghere1-14/+12
2021-04-22[lldb] Include thread name in crashlog.py outputJonas Devlieghere1-4/+10
2021-04-19[lldb] Support "absolute memory address" images in crashlog.pyJonas Devlieghere1-3/+3
2021-04-15[lldb] Raise a CrashLogParseException when failing to parse JSON crashlogJonas Devlieghere1-6/+14
2021-03-23[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleMed Ismail Bennani2-0/+189
2021-03-09[lldb] Update crashlog script for JSON changesJonas Devlieghere1-21/+17
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani2-189/+0
2021-03-01[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleMed Ismail Bennani2-0/+189
2020-12-03[lldb] Refactor the Symbolicator initializerJonas Devlieghere1-7/+18
2020-11-16[crashlog] Implement parser for JSON encoded crashlogsJonas Devlieghere1-4/+127
2020-11-04[crashlog] Pass the debugger around instead of relying on lldb.debuggerJonas Devlieghere2-24/+26
2020-11-03[crashlog] Print the actual exception in the CommandReturnObjectJonas Devlieghere1-2/+2
2020-11-03[crashlog] Modularize parserJonas Devlieghere1-136/+152
2020-11-03[crashlog] Move crash log parsing into its own classJonas Devlieghere1-169/+168
2020-11-02[crashlog] Remove commented out code (NFC)Jonas Devlieghere1-9/+0
2020-11-02[crashlog] Turn crash log parsing modes into a Python 'enum' (NFC)Jonas Devlieghere1-24/+24
2020-11-02[crashlog] Fix and simplify the way we import lldbJonas Devlieghere1-38/+24
2020-10-30[lldb] Ignore binary data in crashlogJonas Devlieghere1-7/+16
2020-07-16Harmonize Python shebangserge-sans-paille26-26/+26
2020-05-28Fix the crashlog.py script's use of the load_address property.Jim Ingham1-3/+3
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-02-13[lldb] Make gdbremote.py utility py2and3 compatiblePavel Labath1-8/+9
2019-11-22[Examples] Move structured-data unpacking out of the loop. (NFC)Jonas Devlieghere1-1/+1
2019-11-22[Examples] Add in_call_stack breakpoint function.Jonas Devlieghere1-0/+24
2019-11-07crashlog.py: Improve regular expressionsAdrian Prantl1-8/+22
2019-07-29[Symbolication] Remove some dead code. Nothing exciting.Davide Italiano1-2/+0
2019-07-29[Symbolication] Remove a duplicate assignment.Davide Italiano1-1/+0
2019-07-29[Symbolication] Fix unicode compatibility between 2 and 3.Davide Italiano1-1/+1
2019-07-09[crashlog] Fix a mismatch between bytes and strings.Davide Italiano1-1/+1
2019-06-26Use the // integer divide operator in these Jason Molenda2-2/+2