summaryrefslogtreecommitdiff
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
* Allow scripted thread plans to modify the thread stop description whenJim Ingham2023-05-031-0/+15
* [lldb/crashlog] Fix JSON ObjectFile module loading issueMed Ismail Bennani2023-04-281-0/+5
* [lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani2023-04-251-0/+17
* [lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani2023-04-251-18/+13
* [lldb][DataFormatter] Fix libcxx std::deque formatter for references and poin...Michael Buch2023-04-171-1/+6
* [lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere2023-04-133-54/+78
* [lldb] Fix assertion when ScriptedProcess have no pid after launchMed Ismail Bennani2023-04-122-4/+2
* [lldb] Parse the crashlog only onceJonas Devlieghere2023-04-112-16/+18
* [lldb] Parse image high address from JSON crashlogsJonas Devlieghere2023-04-111-1/+2
* Revert "[lldb] Move ScriptedProcess private state update to implementation"Med Ismail Bennani2023-03-061-12/+18
* [lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani2023-03-061-18/+12
* [lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani2023-03-031-0/+15
* [lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani2023-03-032-40/+1
* [lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani2023-03-031-0/+12
* [lldb/Plugins] Add ScriptedProcess::GetCapabilities affordance (NFC)Med Ismail Bennani2023-03-031-0/+12
* [lldb] Fix typo in ScriptedProcess python docstrings (NFC)Med Ismail Bennani2023-02-021-2/+2
* [lldb] Update custom commands to always be overrridenMed Ismail Bennani2023-01-1216-23/+23
* [lldb] Force override when adding crashlog commandMed Ismail Bennani2023-01-121-2/+2
* [lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani2023-01-122-9/+9
* [lldb] Add ScriptedPlatform python implementationMed Ismail Bennani2023-01-123-4/+103
* [lldb] Remove basestring references in examples (NFC)Dave Lee2022-12-138-51/+11
* [lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani2022-11-182-2/+3
* [lldb] Re-phase comments in `ScriptedProcess.get_loaded_images` method (NFC)Med Ismail Bennani2022-11-141-8/+8
* [lldb] Re-phase comments in `ScriptedThread.get_stackframes` method (NFC)Med Ismail Bennani2022-11-131-10/+7
* [lldb] Remove unused `stack_memory_dump` member from ScriptedProcess class (NFC)Med Ismail Bennani2022-11-131-1/+0
* [lldb] Allow flexible importing of in_call_stackDave Lee2022-11-111-1/+1
* [lldb] Make callback-based formatter matching available from the CLI.Jorge Gorbe Moya2022-11-103-0/+184
* [lldb/crashlog] Standardize file path key in the ScriptedProcess DictionaryMed Ismail Bennani2022-11-042-2/+2
* [lldb/crashlog] Fix frame parser regex for when there is no source infoMed Ismail Bennani2022-11-041-1/+1
* [lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani2022-11-033-12/+104
* [lldb/crashlog] Fix the image_regex_uuid to skip null UUID imagesMed Ismail Bennani2022-11-031-1/+1
* [lldb/crashlog] Add support for 32bit frame addressesMed Ismail Bennani2022-11-031-2/+2
* [lldb] Explicitly open file to write with utf-8 encoding in crashlog.pyAugusto Noronha2022-10-281-3/+3
* [lldb] Fixed a number of typosGabriel Ravier2022-09-132-3/+3
* [LLDB] Remove __future__ imports from examplesDavid Spickett2022-08-1530-42/+0
* [lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani2022-08-111-2/+7
* [lldb/crashlog] Adapt raw text crashlog exception to json formatMed Ismail Bennani2022-08-111-11/+40
* [lldb] Remove uses of six module (NFC)Dave Lee2022-08-112-7/+3
* [lldb] Tidy some regex in crashlog.py (NFC)Dave Lee2022-08-111-29/+26
* [lldb/crashlog] Add `-V|--version` optionMed Ismail Bennani2022-08-101-0/+11
* [lldb/crashlog] Refactor the CrashLogParser logicMed Ismail Bennani2022-08-092-31/+36
* [lldb/crashlog] Skip null image dsym fetching on interactive modeMed Ismail Bennani2022-08-091-1/+4
* [lldb/crashlog] Add `-s|--skip-status` option to interactive modeMed Ismail Bennani2022-08-091-21/+29
* [lldb/crashlog] Remove 'process_path' parsing logicMed Ismail Bennani2022-08-091-3/+0
* [lldb/crashlog] Update frame regex matcherMed Ismail Bennani2022-08-091-5/+5
* [lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani2022-08-091-22/+21
* [lldb/crashlog] Add '-t|--target' option to interactive modeMed Ismail Bennani2022-08-092-5/+24
* [lldb/crashlog] Show help when the command is called without any argumentMed Ismail Bennani2022-06-101-0/+5
* [lldb/crashlog] Fix line entries resolution in interactive modeMed Ismail Bennani2022-05-182-4/+7
* [lldb] Prevent underflow in crashlog.pyJonas Devlieghere2022-05-161-8/+6