summaryrefslogtreecommitdiff
path: root/lldb/examples
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb] Don't swallow crashlog exceptionsJonas Devlieghere2022-05-141-9/+2
* [lldb] Remove unused imports from crashlog.pyJonas Devlieghere2022-05-141-6/+4
* [lldb] Parallelize fetching symbol files in crashlog.pyJonas Devlieghere2022-05-131-8/+23
* Insert crashing stack frame when call to null func ptrJason Molenda2022-05-051-1/+18
* [lldb/crashlog] Parse thread fields and pass it to crashlog scripted processMed Ismail Bennani2022-03-253-14/+22
* [lldb/crashlog] Create artificial frames for non-crashed scripted threadsMed Ismail Bennani2022-03-162-15/+33
* [lldb/crashlog] Reformat module loading logs (NFC)Med Ismail Bennani2022-03-101-2/+2
* [lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani2022-03-101-1/+27
* [lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani2022-03-041-3/+4
* [lldb] Fix python errors in gdbremote.pyDominic Chen2022-03-021-13/+17
* [lldb/crashlog] Fix scripted_crashlog_json.test failureMed Ismail Bennani2022-02-251-1/+4
* [lldb/crashlog] Fix exception signal parsingMed Ismail Bennani2022-02-161-2/+5
* [lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani2022-02-162-137/+207
* [lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani2022-02-161-2/+2
* [lldb/Plugins] Clean-up ScriptedProcess python script (NFC)Med Ismail Bennani2022-02-162-140/+9
* [lldb] Determine the main binary in JSON crashlogsJonas Devlieghere2022-02-141-0/+12
* [crashlog] Change heuristic to stripping the meta data from crashlogsJonas Devlieghere2022-02-141-12/+12
* [lldb] Stop forwarding LLDB_DEFAULT_PYTHON_VERSION in crashlogJonas Devlieghere2022-02-141-3/+1
* [lldb/crashlog] Fix arm64 register parsing on crashlog.pyMed Ismail Bennani2022-02-091-6/+10
* [lldb/test] Fix TestScriptedProcess.py timeout on x86_64Med Ismail Bennani2022-02-091-71/+78
* [lldb] Print message after loading 'crashlog' commandDave Lee2022-02-071-0/+2
* [lldb] Support Rosetta registers in crashlog.pyJonas Devlieghere2022-01-311-1/+4
* [lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani2022-01-241-4/+5
* [lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interfaceMed Ismail Bennani2022-01-241-0/+11
* [LLDB][NFC] Fix a typo in commentCoelacanthus2022-01-141-1/+1
* [lldb] Use __lldb_init_module instead of "if lldb.debugger" idiomDave Lee2022-01-139-57/+57
* [lldb] Add long help to `crashlog`Dave Lee2022-01-131-12/+27
* [lldb/plugins] Add arm64(e) support to ScriptedProcessMed Ismail Bennani2021-12-061-9/+48
* [formatters] Add a deque formatter for libstdcpp and fix the libcxx oneWalter Erquinigo2021-12-062-19/+142
* [formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc2021-11-231-0/+11
* Make some libstd++ formatters saferWalter Erquinigo2021-11-231-38/+56
* Improve optional formatterWalter Erquinigo2021-11-231-4/+3
* Attempt to fix e3dea5cf0e326366ab95a49d167fde8b0816e292Walter Erquinigo2021-11-221-0/+4
* [formatters] Add a formatter for libstdc++ optionalWalter Erquinigo2021-11-221-12/+40
* [formatters] Add a libstdcpp formatter for for unordered_map, unordered_set,...Danil Stefaniuc2021-11-221-0/+80
* [lldb/test] Update TestScriptedProcess to use skinny corefilesMed Ismail Bennani2021-11-103-8/+8
* [lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani2021-11-102-7/+9
* [formatters] Add a libstdcpp formatter for forward_list and refactor list for...Danil Stefaniuc2021-11-091-22/+74
* [formatters] Add a libstdcpp formatter for multiset and unify tests across st...Danil Stefaniuc2021-10-301-1/+8
* [formatters] Add a libstdcpp formatter for multimap and unify modify tests ac...Danil Stefaniuc2021-10-301-3/+3
* [formatters] Add a libstdcpp formatter for set and unify tests across stdlibsDanil Stefaniuc2021-10-271-5/+9
* [LLDB][NFC] Remove parameter names from forward declarations from hand writte...Shafik Yaghmour2021-10-191-1/+1
* [lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani2021-10-083-8/+60
* [lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani2021-10-082-1/+203
* [lldb] Parse and display reporting errors from JSON crashlogsJonas Devlieghere2021-10-071-0/+11
* [lldb] Support missing threadState in JSON crashlogsJonas Devlieghere2021-10-071-2/+8
* [lldb] Improve meta data stripping from JSON crashlogsJonas Devlieghere2021-10-051-2/+8
* [lldb][crashlog] Avoid specifying arch for image when a UUID is presentVedant Kumar2021-09-201-1/+1
* [lldb] Update crashlog.py to accept multiple results from mdfindJonas Devlieghere2021-09-071-9/+15
* [lldb] Adjust parse_frames for unnamed imagesJonas Devlieghere2021-09-031-1/+2