aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)AuthorFilesLines
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani3-4/+103
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani2-2/+3
2022-11-14[lldb] Re-phase comments in `ScriptedProcess.get_loaded_images` method (NFC)Med Ismail Bennani1-8/+8
2022-11-13[lldb] Re-phase comments in `ScriptedThread.get_stackframes` method (NFC)Med Ismail Bennani1-10/+7
2022-11-13[lldb] Remove unused `stack_memory_dump` member from ScriptedProcess class (NFC)Med Ismail Bennani1-1/+0
2022-11-11[lldb] Allow flexible importing of in_call_stackDave Lee1-1/+1
2022-11-04[lldb/crashlog] Standardize file path key in the ScriptedProcess DictionaryMed Ismail Bennani2-2/+2
2022-11-04[lldb/crashlog] Fix frame parser regex for when there is no source infoMed Ismail Bennani1-1/+1
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani3-12/+104
2022-11-03[lldb/crashlog] Fix the image_regex_uuid to skip null UUID imagesMed Ismail Bennani1-1/+1
2022-11-03[lldb/crashlog] Add support for 32bit frame addressesMed Ismail Bennani1-2/+2
2022-10-28[lldb] Explicitly open file to write with utf-8 encoding in crashlog.pyAugusto Noronha1-3/+3
2022-09-13[lldb] Fixed a number of typosGabriel Ravier2-3/+3
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett21-30/+0
2022-08-11[lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani1-2/+7
2022-08-11[lldb/crashlog] Adapt raw text crashlog exception to json formatMed Ismail Bennani1-11/+40
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-5/+2
2022-08-11[lldb] Tidy some regex in crashlog.py (NFC)Dave Lee1-29/+26
2022-08-10[lldb/crashlog] Add `-V|--version` optionMed Ismail Bennani1-0/+11
2022-08-09[lldb/crashlog] Refactor the CrashLogParser logicMed Ismail Bennani2-31/+36
2022-08-09[lldb/crashlog] Skip null image dsym fetching on interactive modeMed Ismail Bennani1-1/+4
2022-08-09[lldb/crashlog] Add `-s|--skip-status` option to interactive modeMed Ismail Bennani1-21/+29
2022-08-09[lldb/crashlog] Remove 'process_path' parsing logicMed Ismail Bennani1-3/+0
2022-08-09[lldb/crashlog] Update frame regex matcherMed Ismail Bennani1-5/+5
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani1-22/+21
2022-08-09[lldb/crashlog] Add '-t|--target' option to interactive modeMed Ismail Bennani2-5/+24
2022-06-10[lldb/crashlog] Show help when the command is called without any argumentMed Ismail Bennani1-0/+5
2022-05-18[lldb/crashlog] Fix line entries resolution in interactive modeMed Ismail Bennani2-4/+7
2022-05-16[lldb] Prevent underflow in crashlog.pyJonas Devlieghere1-8/+6
2022-05-14[lldb] Don't swallow crashlog exceptionsJonas Devlieghere1-9/+2
2022-05-14[lldb] Remove unused imports from crashlog.pyJonas Devlieghere1-6/+4
2022-05-13[lldb] Parallelize fetching symbol files in crashlog.pyJonas Devlieghere1-8/+23
2022-05-05Insert crashing stack frame when call to null func ptrJason Molenda1-1/+18
2022-03-25[lldb/crashlog] Parse thread fields and pass it to crashlog scripted processMed Ismail Bennani3-14/+22
2022-03-16[lldb/crashlog] Create artificial frames for non-crashed scripted threadsMed Ismail Bennani2-15/+33
2022-03-10[lldb/crashlog] Reformat module loading logs (NFC)Med Ismail Bennani1-2/+2
2022-03-10[lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani1-1/+27
2022-03-04[lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani1-3/+4
2022-03-02[lldb] Fix python errors in gdbremote.pyDominic Chen1-13/+17
2022-02-25[lldb/crashlog] Fix scripted_crashlog_json.test failureMed Ismail Bennani1-1/+4
2022-02-16[lldb/crashlog] Fix exception signal parsingMed Ismail Bennani1-2/+5
2022-02-16[lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani2-137/+207
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani1-2/+2
2022-02-16[lldb/Plugins] Clean-up ScriptedProcess python script (NFC)Med Ismail Bennani2-140/+9
2022-02-14[lldb] Determine the main binary in JSON crashlogsJonas Devlieghere1-0/+12
2022-02-14[crashlog] Change heuristic to stripping the meta data from crashlogsJonas Devlieghere1-12/+12
2022-02-14[lldb] Stop forwarding LLDB_DEFAULT_PYTHON_VERSION in crashlogJonas Devlieghere1-3/+1
2022-02-09[lldb/crashlog] Fix arm64 register parsing on crashlog.pyMed Ismail Bennani1-6/+10
2022-02-09[lldb/test] Fix TestScriptedProcess.py timeout on x86_64Med Ismail Bennani1-71/+78
2022-02-07[lldb] Print message after loading 'crashlog' commandDave Lee1-0/+2