summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2021-12-06[lldb/plugins] Add arm64(e) support to ScriptedProcessMed Ismail Bennani
2021-11-10[lldb/test] Update TestScriptedProcess to use skinny corefilesMed Ismail Bennani
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani
2021-10-07[lldb] Parse and display reporting errors from JSON crashlogsJonas Devlieghere
2021-10-07[lldb] Support missing threadState in JSON crashlogsJonas Devlieghere
2021-10-05[lldb] Improve meta data stripping from JSON crashlogsJonas Devlieghere
2021-09-20[lldb][crashlog] Avoid specifying arch for image when a UUID is presentVedant Kumar
2021-09-07[lldb] Update crashlog.py to accept multiple results from mdfindJonas Devlieghere
2021-09-03[lldb] Adjust parse_frames for unnamed imagesJonas Devlieghere
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-07-02[lldb] Update shebang in heap.py and crashlog.pyJonas Devlieghere
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny
2021-04-22[lldb] Update register state parsing for JSON crashlogsJonas Devlieghere
2021-04-22[lldb] Include thread name in crashlog.py outputJonas Devlieghere
2021-04-19[lldb] Support "absolute memory address" images in crashlog.pyJonas Devlieghere
2021-04-15[lldb] Raise a CrashLogParseException when failing to parse JSON crashlogJonas Devlieghere
2021-03-23[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleMed Ismail Bennani
2021-03-09[lldb] Update crashlog script for JSON changesJonas Devlieghere
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleMed Ismail Bennani
2020-12-03[lldb] Refactor the Symbolicator initializerJonas Devlieghere
2020-11-16[crashlog] Implement parser for JSON encoded crashlogsJonas Devlieghere
2020-11-04[crashlog] Pass the debugger around instead of relying on lldb.debuggerJonas Devlieghere
2020-11-03[crashlog] Print the actual exception in the CommandReturnObjectJonas Devlieghere
2020-11-03[crashlog] Modularize parserJonas Devlieghere
2020-11-03[crashlog] Move crash log parsing into its own classJonas Devlieghere
2020-11-02[crashlog] Remove commented out code (NFC)Jonas Devlieghere
2020-11-02[crashlog] Turn crash log parsing modes into a Python 'enum' (NFC)Jonas Devlieghere
2020-11-02[crashlog] Fix and simplify the way we import lldbJonas Devlieghere
2020-10-30[lldb] Ignore binary data in crashlogJonas Devlieghere
2020-07-16Harmonize Python shebangserge-sans-paille
2020-05-28Fix the crashlog.py script's use of the load_address property.Jim Ingham
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-13[lldb] Make gdbremote.py utility py2and3 compatiblePavel Labath
2019-11-22[Examples] Move structured-data unpacking out of the loop. (NFC)Jonas Devlieghere
2019-11-22[Examples] Add in_call_stack breakpoint function.Jonas Devlieghere
2019-11-07crashlog.py: Improve regular expressionsAdrian Prantl
2019-07-29[Symbolication] Remove some dead code. Nothing exciting.Davide Italiano
2019-07-29[Symbolication] Remove a duplicate assignment.Davide Italiano
2019-07-29[Symbolication] Fix unicode compatibility between 2 and 3.Davide Italiano
2019-07-09[crashlog] Fix a mismatch between bytes and strings.Davide Italiano
2019-06-26Use the // integer divide operator in these Jason Molenda
2019-06-26[x86-64] Use `//` for integer division in the target definition.Davide Italiano
2019-06-14Python 3: decode string as utf-8 to avoid type mismatch.Adrian Prantl
2019-06-14Make crashlog.py less noisyAdrian Prantl
2019-06-12[lldb] Ignore null frames in lldb.macosx crashlogStefan Granitz
2019-05-30[crashlog] Add a missing call to decode.Davide Italiano