aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples
AgeCommit message (Expand)AuthorFilesLines
2024-06-06[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)Med Ismail Bennani1-0/+3
2024-06-05[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94...Med Ismail Bennani2-8/+7
2024-06-05[lldb/crashlog] Add `--no-parallel-image-loading` hidden flag (#94513)Med Ismail Bennani2-3/+23
2024-06-05[lldb/crashlog] Use environment variable to manually set dsymForUUIDBinary (#...Med Ismail Bennani1-1/+3
2024-05-09[lldb/crashlog] Fix test failure when creating a target using command options...Med Ismail Bennani1-0/+1
2024-05-09[lldb/crashlog] Fix module binary resolution (#91631)Med Ismail Bennani1-3/+14
2024-05-09[lldb/crashlog] Update incorrect help message for `--no-crashed-only` option ...Med Ismail Bennani1-1/+2
2024-05-09[lldb/crashlog] Enforce image loading policy (#91109)Med Ismail Bennani2-57/+63
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani1-4/+7
2024-02-13Move the parsed_cmd conversion def's to module level functions.Jim Ingham1-63/+60
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham2-80/+409
2023-11-17[lldb] Pass important options to dsymForUUID (#72669)Jonas Devlieghere1-1/+5
2023-10-26[lldb/test] Fix failures following ec456ba9ca0aMed Ismail Bennani1-6/+6
2023-10-26[lldb] Add OperatingSystem base class to the lldb python moduleMed Ismail Bennani2-11/+118
2023-10-24[Reland] Detect against invalid variant index for LibStdC++ std::variant data...jeffreytan811-0/+5
2023-10-23[lldb] Move template python files to separate directoryMed Ismail Bennani3-0/+0
2023-10-18Revert "Detect against invalid variant index for LibStdC++ std::variant data ...David Spickett1-5/+0
2023-10-17Detect against invalid variant index for LibStdC++ std::variant data formatte...jeffreytan811-0/+5
2023-10-02Implement data formatters for LibStdC++ std::variant (#68012)jeffreytan811-0/+84
2023-09-08[lldb][Docs] Additions to debuging LLDB page (#65635)David Spickett1-0/+106
2023-08-21[lldb/crashlog] Fix python version requirement issueMed Ismail Bennani1-1/+16
2023-08-18[lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadbe617Med Ismail Bennani1-1/+1
2023-08-18[lldb/crashlog] Skip non-crashed threads in batch modeMed Ismail Bennani1-0/+5
2023-08-18[lldb/crashlog] Add support for Last Exception BacktraceMed Ismail Bennani2-7/+23
2023-08-18[lldb/crashlog] Remove dead code (NFC)Med Ismail Bennani1-5/+0
2023-08-18[lldb/crashlog] Fix module loading for crashed thread behaviourMed Ismail Bennani1-2/+2
2023-08-18[lldb/crashlog] Replace deprecated optparse by argparse (NFC)Med Ismail Bennani1-58/+70
2023-08-11[lldb/crashlog] Skip images with empty path and 0 UUID from loadingMed Ismail Bennani1-0/+3
2023-08-11[lldb/crashlog] Fix sticky image parsing logicMed Ismail Bennani2-9/+6
2023-08-11[lldb/crashlog] Move CrashLogParseMode into TextCrashLogParser (NFC)Med Ismail Bennani1-27/+26
2023-08-11[lldb/crashlog] Make TextCrashLogParser more resilient to new linesMed Ismail Bennani1-31/+60
2023-08-11[lldb/crashlog] Make register output match lldb ordering in legacy modeMed Ismail Bennani1-11/+62
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