aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples
AgeCommit message (Expand)AuthorFilesLines
2023-06-14[lldb] Have crashlog warn when remapped paths are inaccessible.Jonas Devlieghere1-0/+14
2023-06-07[lldb] Reinvoke crashlog under lldb when run with -i from the command lineJonas Devlieghere1-3/+23
2023-06-06[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -cJonas Devlieghere1-1/+1
2023-06-06[lldb/crashlog] Expand crash report file path before parsingMed Ismail Bennani1-10/+9
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-2/+2
2023-06-01[lldb/crashlog] Run python formatter (nfc)Med Ismail Bennani1-1/+3
2023-06-01[lldb/crashlog] Create interactive crashlog with no binaryMed Ismail Bennani1-4/+31
2023-06-01[lldb/crashlog] Fix crash when loading non-symbolicated reportMed Ismail Bennani1-1/+3
2023-05-25Re-revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` ...Med Ismail Bennani1-0/+749
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere76-6976/+10389
2023-05-23Revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` mod...Med Ismail Bennani1-157/+1
2023-05-22[lldb] Fix racing issue when loading inlined symbols from crash reportMed Ismail Bennani1-8/+8
2023-05-22[lldb/crashlog] Remove tempfile prefix from inlined symbol object fileMed Ismail Bennani3-19/+27
2023-05-22[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` moduleMed Ismail Bennani1-1/+157
2023-05-19[lldb] Fix process pid parsing issueMed Ismail Bennani1-1/+7
2023-05-19[lldb/crashlog] Load inlined symbol into interactive crashlogMed Ismail Bennani1-23/+131
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham1-0/+15
2023-04-28[lldb/crashlog] Fix JSON ObjectFile module loading issueMed Ismail Bennani1-0/+5
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani1-0/+17
2023-04-25[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani1-18/+13
2023-04-17[lldb][DataFormatter] Fix libcxx std::deque formatter for references and poin...Michael Buch1-1/+6
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere3-54/+78
2023-04-12[lldb] Fix assertion when ScriptedProcess have no pid after launchMed Ismail Bennani2-4/+2
2023-04-11[lldb] Parse the crashlog only onceJonas Devlieghere2-16/+18
2023-04-11[lldb] Parse image high address from JSON crashlogsJonas Devlieghere1-1/+2
2023-03-06Revert "[lldb] Move ScriptedProcess private state update to implementation"Med Ismail Bennani1-12/+18
2023-03-06[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani1-18/+12
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani1-0/+15
2023-03-03[lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani2-40/+1
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-0/+12
2023-03-03[lldb/Plugins] Add ScriptedProcess::GetCapabilities affordance (NFC)Med Ismail Bennani1-0/+12
2023-02-02[lldb] Fix typo in ScriptedProcess python docstrings (NFC)Med Ismail Bennani1-2/+2
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani16-23/+23
2023-01-12[lldb] Force override when adding crashlog commandMed Ismail Bennani1-2/+2
2023-01-12[lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani2-9/+9
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani3-4/+103
2022-12-13[lldb] Remove basestring references in examples (NFC)Dave Lee8-51/+11
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-10[lldb] Make callback-based formatter matching available from the CLI.Jorge Gorbe Moya3-0/+184
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