summaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] AArch64 SVE restore SVE registers after expressionMuhammad Omair Javaid2021-09-125-67/+190
* [lldb] Add tests for TypeSystemMap::GetTypeSystemForLanguageRaphael Isemann2021-08-192-0/+93
* [lldb] Avoid unhandled Error in TypeSystemMap::GetTypeSystemForLanguageDimitry Andric2021-08-191-52/+38
* [lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone buildsMichał Górny2021-08-101-0/+2
* [lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is usedMichał Górny2021-08-102-0/+4
* [lldb][AArch64] Mark mismatched tags in tag read outputDavid Spickett2021-08-032-30/+40
* [lldb] Correct format of qMemTags type fieldDavid Spickett2021-08-033-24/+62
* [lldb][AArch64] Annotate synchronous tag faultsDavid Spickett2021-08-035-0/+189
* [lldb] Add "memory tag write" --end-addr optionDavid Spickett2021-08-033-5/+126
* [lldb] Add "memory tag write" commandDavid Spickett2021-08-036-156/+368
* Fix a thinko in the parsing of substitutions in CommandObjectRegexCommand.Jim Ingham2021-07-273-1/+38
* Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton2021-07-2710-71/+162
* [lldb][NFC] Fix incorrect log and commentAlex Langford2021-07-271-2/+2
* Add a test for top-level expressions using "expr --top-level".Jim Ingham2021-07-271-0/+6
* When calculating the "currently selected thread" inJim Ingham2021-07-271-4/+21
* Fix "break delete --disabled" with no arguments.Jim Ingham2021-07-272-52/+78
* [lldb][AArch64] Add memory tag writing to lldbDavid Spickett2021-07-277-0/+146
* [lldb] Wait in TestGuiBasicDebug for the interface to open before quitting th...Raphael Isemann2021-07-271-0/+1
* [lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett2021-07-279-37/+326
* [trace] Add the definition of a TraceExporter pluginWalter Erquinigo2021-07-2616-1/+431
* [DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor)...Amy Huang2021-07-261-0/+3
* [lldb] [gdb-remote client] Avoid zero padding PID/TID in H packetMichał Górny2021-07-272-8/+5
* [LLDB][GUI] Add Arch FieldOmar Emara2021-07-261-0/+27
* [LLDB][GUI] Expand selected thread tree item by defaultOmar Emara2021-07-264-3/+117
* [lldb][NFC] Delete unused and commented out DWARF constantsAlex Langford2021-07-262-34/+0
* [LLDB][GUI] Resolve paths in file/directory fieldsOmar Emara2021-07-261-6/+32
* [test] Fix PayloadString: in lldb testsFangrui Song2021-07-265-14/+14
* [LLDB][GUI] Check fields validity in actionsOmar Emara2021-07-231-4/+24
* [LLDB][GUI] Add Platform Plugin FieldOmar Emara2021-07-231-13/+48
* [source maps] fix source mapping when there are multiple matching rulesWalter Erquinigo2021-07-233-9/+39
* Fix the logic so stop-hooks get run after a breakpoint that ran an expressionJim Ingham2021-07-225-9/+71
* [lldb] Fix build failure introduced by 3d4cadfb26437bd686ca8177f5454a366fed59ebMed Ismail Bennani2021-07-221-1/+2
* [lldb/Interpreter] Conform ScriptedProcessPythonInterface to SWIG python typesMed Ismail Bennani2021-07-222-19/+31
* [lldb] Remove a wrong assert in TestStructTypes that checks that empty struct...Raphael Isemann2021-07-221-1/+0
* [lldb] Fix TestCompletion by using SIGPIPE instead of SIGINT as test signalRaphael Isemann2021-07-221-2/+2
* [lldb][NFC] Allow range-based for loops over DWARFDIE's childrenRaphael Isemann2021-07-226-35/+167
* [lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani2021-07-2213-11/+544
* [lldb] Fix that `process signal` completion always returns all signalsRaphael Isemann2021-07-222-1/+3
* [lldb][NFCI] Remove redundant accessibility heuristic in the DWARF parserRaphael Isemann2021-07-224-85/+6
* [lldb] Generalize empty record size computation to avoid giving empty C++ str...Raphael Isemann2021-07-227-5/+111
* Read and write a LC_NOTE "addrable bits" for addressing maskJason Molenda2021-07-229-33/+221
* [LLDB][GUI] Add required property to text fieldsOmar Emara2021-07-211-23/+42
* [LLDB][GUI] Add Process Plugin FieldOmar Emara2021-07-211-15/+32
* [intel pt] fix buildsWalter Erquinigo2021-07-214-4/+5
* [LLDB] Move Trace-specific classes into separate libraryAlex Langford2021-07-2110-8/+15
* [trace] [intel pt] Create a "thread trace dump stats" commandWalter Erquinigo2021-07-2110-10/+190
* [nfc] [lldb] Rename GetRnglist() to GetRnglistTable()Jan Kratochvil2021-07-212-7/+8
* [intel pt] Add TSC timestampsWalter Erquinigo2021-07-2023-65/+591
* [lldb] Remove unused variable. NFCIBenjamin Kramer2021-07-201-1/+0
* Remove the DarwinLog functionality from debguserverJason Molenda2021-07-2079-5008/+2