summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2023-08-18[lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadbe617Med Ismail Bennani
2023-08-18[lldb/crashlog] Skip non-crashed threads in batch modeMed Ismail Bennani
2023-08-18[lldb/crashlog] Add support for Last Exception BacktraceMed Ismail Bennani
2023-08-18[lldb/crashlog] Remove dead code (NFC)Med Ismail Bennani
2023-08-18[lldb/crashlog] Fix module loading for crashed thread behaviourMed Ismail Bennani
2023-08-18[lldb/crashlog] Replace deprecated optparse by argparse (NFC)Med Ismail Bennani
2023-08-11[lldb/crashlog] Skip images with empty path and 0 UUID from loadingMed Ismail Bennani
2023-08-11[lldb/crashlog] Fix sticky image parsing logicMed Ismail Bennani
2023-08-11[lldb/crashlog] Move CrashLogParseMode into TextCrashLogParser (NFC)Med Ismail Bennani
2023-08-11[lldb/crashlog] Make TextCrashLogParser more resilient to new linesMed Ismail Bennani
2023-08-11[lldb/crashlog] Make register output match lldb ordering in legacy modeMed Ismail Bennani
2023-06-14[lldb] Have crashlog warn when remapped paths are inaccessible.Jonas Devlieghere
2023-06-07[lldb] Reinvoke crashlog under lldb when run with -i from the command lineJonas Devlieghere
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere
2023-06-06[lldb/crashlog] Expand crash report file path before parsingMed Ismail Bennani
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-06-01[lldb/crashlog] Run python formatter (nfc)Med Ismail Bennani
2023-06-01[lldb/crashlog] Create interactive crashlog with no binaryMed Ismail Bennani
2023-06-01[lldb/crashlog] Fix crash when loading non-symbolicated reportMed Ismail Bennani
2023-05-25Re-revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` ...Med Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-23Revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` mod...Med Ismail Bennani
2023-05-22[lldb] Fix racing issue when loading inlined symbols from crash reportMed Ismail Bennani
2023-05-22[lldb/crashlog] Remove tempfile prefix from inlined symbol object fileMed Ismail Bennani
2023-05-22[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` moduleMed Ismail Bennani
2023-05-19[lldb] Fix process pid parsing issueMed Ismail Bennani
2023-05-19[lldb/crashlog] Load inlined symbol into interactive crashlogMed Ismail Bennani
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-04-28[lldb/crashlog] Fix JSON ObjectFile module loading issueMed Ismail Bennani
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani
2023-04-25[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere
2023-04-12[lldb] Fix assertion when ScriptedProcess have no pid after launchMed Ismail Bennani
2023-04-11[lldb] Parse the crashlog only onceJonas Devlieghere
2023-04-11[lldb] Parse image high address from JSON crashlogsJonas Devlieghere
2023-03-06Revert "[lldb] Move ScriptedProcess private state update to implementation"Med Ismail Bennani
2023-03-06[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Add ScriptedProcess::GetCapabilities affordance (NFC)Med Ismail Bennani
2023-02-02[lldb] Fix typo in ScriptedProcess python docstrings (NFC)Med Ismail Bennani
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani
2023-01-12[lldb] Force override when adding crashlog commandMed Ismail Bennani
2023-01-12[lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani
2022-11-14[lldb] Re-phase comments in `ScriptedProcess.get_loaded_images` method (NFC)Med Ismail Bennani
2022-11-13[lldb] Re-phase comments in `ScriptedThread.get_stackframes` method (NFC)Med Ismail Bennani
2022-11-13[lldb] Remove unused `stack_memory_dump` member from ScriptedProcess class (NFC)Med Ismail Bennani