aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2021-09-12[LLDB] AArch64 SVE restore SVE registers after expressionMuhammad Omair Javaid5-67/+190
2021-08-19[lldb] Add tests for TypeSystemMap::GetTypeSystemForLanguageRaphael Isemann2-0/+93
2021-08-19[lldb] Avoid unhandled Error in TypeSystemMap::GetTypeSystemForLanguageDimitry Andric1-52/+38
2021-08-10[lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone buildsMichał Górny1-0/+2
2021-08-10[lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is usedMichał Górny2-0/+4
2021-08-03[lldb][AArch64] Mark mismatched tags in tag read outputDavid Spickett2-30/+40
2021-08-03[lldb] Correct format of qMemTags type fieldDavid Spickett3-24/+62
2021-08-03[lldb][AArch64] Annotate synchronous tag faultsDavid Spickett5-0/+189
2021-08-03[lldb] Add "memory tag write" --end-addr optionDavid Spickett3-5/+126
2021-08-03[lldb] Add "memory tag write" commandDavid Spickett6-156/+368
2021-07-27Fix a thinko in the parsing of substitutions in CommandObjectRegexCommand.Jim Ingham3-1/+38
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton10-71/+162
2021-07-27[lldb][NFC] Fix incorrect log and commentAlex Langford1-2/+2
2021-07-27Add a test for top-level expressions using "expr --top-level".Jim Ingham1-0/+6
2021-07-27When calculating the "currently selected thread" inJim Ingham1-4/+21
2021-07-27Fix "break delete --disabled" with no arguments.Jim Ingham2-52/+78
2021-07-27[lldb][AArch64] Add memory tag writing to lldbDavid Spickett7-0/+146
2021-07-27[lldb] Wait in TestGuiBasicDebug for the interface to open before quitting th...Raphael Isemann1-0/+1
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett9-37/+326
2021-07-26[trace] Add the definition of a TraceExporter pluginWalter Erquinigo16-1/+431
2021-07-26[DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor)...Amy Huang1-0/+3
2021-07-27[lldb] [gdb-remote client] Avoid zero padding PID/TID in H packetMichał Górny2-8/+5
2021-07-26[LLDB][GUI] Add Arch FieldOmar Emara1-0/+27
2021-07-26[LLDB][GUI] Expand selected thread tree item by defaultOmar Emara4-3/+117
2021-07-26[lldb][NFC] Delete unused and commented out DWARF constantsAlex Langford2-34/+0
2021-07-26[LLDB][GUI] Resolve paths in file/directory fieldsOmar Emara1-6/+32
2021-07-26[test] Fix PayloadString: in lldb testsFangrui Song5-14/+14
2021-07-23[LLDB][GUI] Check fields validity in actionsOmar Emara1-4/+24
2021-07-23[LLDB][GUI] Add Platform Plugin FieldOmar Emara1-13/+48
2021-07-23[source maps] fix source mapping when there are multiple matching rulesWalter Erquinigo3-9/+39
2021-07-22Fix the logic so stop-hooks get run after a breakpoint that ran an expressionJim Ingham5-9/+71
2021-07-22[lldb] Fix build failure introduced by 3d4cadfb26437bd686ca8177f5454a366fed59ebMed Ismail Bennani1-1/+2
2021-07-22[lldb/Interpreter] Conform ScriptedProcessPythonInterface to SWIG python typesMed Ismail Bennani2-19/+31
2021-07-22[lldb] Remove a wrong assert in TestStructTypes that checks that empty struct...Raphael Isemann1-1/+0
2021-07-22[lldb] Fix TestCompletion by using SIGPIPE instead of SIGINT as test signalRaphael Isemann1-2/+2
2021-07-22[lldb][NFC] Allow range-based for loops over DWARFDIE's childrenRaphael Isemann6-35/+167
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani13-11/+544
2021-07-22[lldb] Fix that `process signal` completion always returns all signalsRaphael Isemann2-1/+3
2021-07-22[lldb][NFCI] Remove redundant accessibility heuristic in the DWARF parserRaphael Isemann4-85/+6
2021-07-22[lldb] Generalize empty record size computation to avoid giving empty C++ str...Raphael Isemann7-5/+111
2021-07-22Read and write a LC_NOTE "addrable bits" for addressing maskJason Molenda9-33/+221
2021-07-21[LLDB][GUI] Add required property to text fieldsOmar Emara1-23/+42
2021-07-21[LLDB][GUI] Add Process Plugin FieldOmar Emara1-15/+32
2021-07-21[intel pt] fix buildsWalter Erquinigo4-4/+5
2021-07-21[LLDB] Move Trace-specific classes into separate libraryAlex Langford10-8/+15
2021-07-21[trace] [intel pt] Create a "thread trace dump stats" commandWalter Erquinigo10-10/+190
2021-07-21[nfc] [lldb] Rename GetRnglist() to GetRnglistTable()Jan Kratochvil2-7/+8
2021-07-20[intel pt] Add TSC timestampsWalter Erquinigo23-65/+591
2021-07-20[lldb] Remove unused variable. NFCIBenjamin Kramer1-1/+0
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda79-5008/+2