summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2022-11-11[lldb] Allow flexible importing of in_call_stackDave Lee
2022-11-04[lldb/crashlog] Standardize file path key in the ScriptedProcess DictionaryMed Ismail Bennani
2022-11-04[lldb/crashlog] Fix frame parser regex for when there is no source infoMed Ismail Bennani
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani
2022-11-03[lldb/crashlog] Fix the image_regex_uuid to skip null UUID imagesMed Ismail Bennani
2022-11-03[lldb/crashlog] Add support for 32bit frame addressesMed Ismail Bennani
2022-10-28[lldb] Explicitly open file to write with utf-8 encoding in crashlog.pyAugusto Noronha
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2022-08-11[lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani
2022-08-11[lldb/crashlog] Adapt raw text crashlog exception to json formatMed Ismail Bennani
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-11[lldb] Tidy some regex in crashlog.py (NFC)Dave Lee
2022-08-10[lldb/crashlog] Add `-V|--version` optionMed Ismail Bennani
2022-08-09[lldb/crashlog] Refactor the CrashLogParser logicMed Ismail Bennani
2022-08-09[lldb/crashlog] Skip null image dsym fetching on interactive modeMed Ismail Bennani
2022-08-09[lldb/crashlog] Add `-s|--skip-status` option to interactive modeMed Ismail Bennani
2022-08-09[lldb/crashlog] Remove 'process_path' parsing logicMed Ismail Bennani
2022-08-09[lldb/crashlog] Update frame regex matcherMed Ismail Bennani
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani
2022-08-09[lldb/crashlog] Add '-t|--target' option to interactive modeMed Ismail Bennani
2022-06-10[lldb/crashlog] Show help when the command is called without any argumentMed Ismail Bennani
2022-05-18[lldb/crashlog] Fix line entries resolution in interactive modeMed Ismail Bennani
2022-05-16[lldb] Prevent underflow in crashlog.pyJonas Devlieghere
2022-05-14[lldb] Don't swallow crashlog exceptionsJonas Devlieghere
2022-05-14[lldb] Remove unused imports from crashlog.pyJonas Devlieghere
2022-05-13[lldb] Parallelize fetching symbol files in crashlog.pyJonas Devlieghere
2022-05-05Insert crashing stack frame when call to null func ptrJason Molenda
2022-03-25[lldb/crashlog] Parse thread fields and pass it to crashlog scripted processMed Ismail Bennani
2022-03-16[lldb/crashlog] Create artificial frames for non-crashed scripted threadsMed Ismail Bennani
2022-03-10[lldb/crashlog] Reformat module loading logs (NFC)Med Ismail Bennani
2022-03-10[lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani
2022-03-04[lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani
2022-03-02[lldb] Fix python errors in gdbremote.pyDominic Chen
2022-02-25[lldb/crashlog] Fix scripted_crashlog_json.test failureMed Ismail Bennani
2022-02-16[lldb/crashlog] Fix exception signal parsingMed Ismail Bennani
2022-02-16[lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani
2022-02-16[lldb/Plugins] Clean-up ScriptedProcess python script (NFC)Med Ismail Bennani
2022-02-14[lldb] Determine the main binary in JSON crashlogsJonas Devlieghere
2022-02-14[crashlog] Change heuristic to stripping the meta data from crashlogsJonas Devlieghere
2022-02-14[lldb] Stop forwarding LLDB_DEFAULT_PYTHON_VERSION in crashlogJonas Devlieghere
2022-02-09[lldb/crashlog] Fix arm64 register parsing on crashlog.pyMed Ismail Bennani
2022-02-09[lldb/test] Fix TestScriptedProcess.py timeout on x86_64Med Ismail Bennani
2022-02-07[lldb] Print message after loading 'crashlog' commandDave Lee
2022-01-31[lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere
2022-01-24[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani
2022-01-24[lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interfaceMed Ismail Bennani
2022-01-13[lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee
2022-01-13[lldb] Add long help to `crashlog`Dave Lee