aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-07-17[lldb][AArch64] Add test predicate for systems with SME enabledDavid Spickett1-0/+3
2023-07-17[lldb][AArch64] Fix flakiness in TestSVEThreadedDynamicDavid Spickett1-2/+4
2023-07-15[lldb][LocateModuleCallback] Fix LocateModuleCallbackTestKazuki Sakamoto1-108/+95
2023-07-14[lldb][NFCI] Remove unneeded temporary std::string allocations in SBAPIAlex Langford5-6/+17
2023-07-14Disable GetOrCreateModuleWithCachedModule and GetOrCreateModuleWithCachedModu...Shubham Sandeep Rastogi1-1/+12
2023-07-14[lldb][Windows] Fix TestLocateModuleCallbackKazuki Sakamoto1-8/+14
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest""Shubham Sandeep Rastogi1-1/+6
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi10-14/+865
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi10-865/+14
2023-07-14Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest"Shubham Sandeep Rastogi1-6/+1
2023-07-13Remove unnecessary std::moves [NFC]Sterling Augustine1-3/+3
2023-07-13[lldb] Move decorators to test methodJonas Devlieghere1-3/+6
2023-07-13[lldb] Support compressed CTFJonas Devlieghere4-35/+121
2023-07-13[lldb] Add missing StringExtras.h includesElliot Goodrich2-0/+2
2023-07-13[lldb] Support Compact C Type Format (CTF)Jonas Devlieghere8-0/+1375
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere5-0/+10
2023-07-13[lldb] Move CommandOverrideCallbackWithResult to lldb_private namespaceAlex Langford3-5/+6
2023-07-13[lldb] Forward declare SBPlatform and SBTypeMember in SBDefinesAlex Langford1-0/+2
2023-07-13[lldb][NFC] Factor out code linking OSO addr of uninitialized GVsFelipe de Azevedo Piovezan1-41/+38
2023-07-13[lldb] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-07-12[lldb][LocateModuleCallback] Fix LocateModuleCallbackTestKazuki Sakamoto1-1/+6
2023-07-12Improve error msg in DNBProcessAttach if we can't stop inferiorJason Molenda1-1/+3
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda5-17/+68
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto6-0/+494
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto10-14/+865
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto5-0/+80
2023-07-12Fix mixed disassembly showing source lines for "line 0"Ted Woodward1-0/+18
2023-07-11Revert "[lldb-vscode] Creating a new flag for adjusting the behavior of evalu...Shubham Sandeep Rastogi5-234/+63
2023-07-11[lldb-vscode] Creating a new flag for adjusting the behavior of evaluation re...John Harrison5-63/+234
2023-07-11Add a generic Process method to dump plugin history.Jim Ingham5-5/+17
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford12-51/+48
2023-07-11[lldb][NFCI] Avoid construction of temporary std::strings in VariableAlex Langford1-7/+5
2023-07-10[LLDB] Fix buffer overflow problem in DWARFExpression::EvaluateCaroline Tice1-1/+8
2023-07-10Revert "[LLDB] Fix buffer overflow problem in DWARFExpression::Evaluate."Caroline Tice1-8/+7
2023-07-10[lldb] Prevent crash when completing ambiguous subcommandsJonas Devlieghere2-3/+11
2023-07-10"settings set -g target.load-script-from-symbol-file" shouldn't crash.Jim Ingham2-1/+9
2023-07-10[lldb][NFCI] TestEmulation should take a Stream refAlex Langford16-60/+56
2023-07-10[lldb] Disable TestNamespaceLookup in DWARF 5 + dSYM settingFelipe de Azevedo Piovezan1-1/+5
2023-07-09[lldb] Add missing StringExtras.h includesElliot Goodrich8-0/+9
2023-07-08Add missing StringExtras.h includesElliot Goodrich3-0/+4
2023-07-08[lldb] Consider TAG_imported_declaration in DebugNamesIndexFelipe de Azevedo Piovezan1-1/+3
2023-07-07Split up the runCmd trace printing to print the command before running.Jim Ingham1-2/+4
2023-07-07Change the dyld notification function that lldb puts a breakpoint inJason Molenda2-27/+165
2023-07-07[lldb][NFCI] Remove use of Stream * from TypeSystemAlex Langford4-66/+66
2023-07-07[lldb][NFC] Factor out code from SymbolFileDWARF::ParseVariableDIEFelipe de Azevedo Piovezan1-52/+68
2023-07-06[lldb] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after D15...Fangrui Song1-4/+5
2023-07-06[lldb] Replace countPopulation with popcount after D153686Fangrui Song1-1/+1
2023-07-06Revert "Change the dyld notification function that lldb puts a breakpoint in"Jason Molenda1-85/+26
2023-07-06Change the dyld notification function that lldb puts a breakpoint inJason Molenda1-26/+85
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham13-45/+255