aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-06[lldb] Fix dead lock issue when loading modules in Scripted ProcessMed Ismail Bennani2-1/+6
2023-07-06[lldb][DebugNamesDWARF] Also use mangled name when matching regexFelipe de Azevedo Piovezan1-1/+2
2023-07-06[lldb][NFC] Remove unused parameter from DebugNames::ProcessEntryFelipe de Azevedo Piovezan2-13/+9
2023-07-06[lldb-vscode] Adding support for column break points.John Harrison3-3/+19
2023-07-06[lldb][NFCI] Minor cleanups to StructuredData::GetObjectForDotSeparatedPathAlex Langford1-24/+22
2023-07-06[lldb][NFCI] Remove use of ConstString from OptionValueAlex Langford1-2/+2
2023-07-06[lldb][NFC] Remove code duplication in InitOSOFelipe de Azevedo Piovezan1-105/+99
2023-07-06[lldb] Fix crash when completing register names after program exitDavid Spickett2-4/+19
2023-07-05Revert "Change the dyld notification function that lldb puts a breakpoint in"Jason Molenda1-52/+15
2023-07-05[lldb] Fix incorrect uses of formatv specifiers in LLDB_LOGJonas Devlieghere5-13/+13
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere15-47/+51
2023-07-05[lldb][NFCI] Minor cleanup of default OptionValue::GetSubValue implementationAlex Langford1-2/+1
2023-07-05[lldb][NFCI] Deprecate SBValue::GetOpaqueTypeAlex Langford1-0/+1
2023-07-05[lldb] Deprecate SBHostOS threading functionalityAlex Langford2-2/+11
2023-07-04[lldb][AArch64] Handle different default vector length in SVE testingDavid Spickett1-4/+50
2023-07-04[lldb][AArch64] Fix tagged watch test on Graviton 3David Spickett1-4/+7
2023-07-04[lldb][AArch64] Account for extra libc frames in PAC unwind testDavid Spickett1-9/+23
2023-07-04[lldb] Replace llvm::writeFileAtomically with llvm::writeToOutput API.Haojian Wu1-32/+8
2023-07-03[lldb] Remove old commented out code (NFC)Dave Lee1-22/+0
2023-07-03[lldb] SymbolFileJSON: Update outdates Text -> JSON (NFC)Jonas Devlieghere2-5/+5
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere8-80/+255
2023-07-03[lldb][nfc] Remove redundant nullptr checkFelipe de Azevedo Piovezan1-12/+11
2023-07-03[lldb] Fix data race when interacting with python scriptsMed Ismail Bennani2-2/+11
2023-07-03[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instea...Alex Langford4-40/+40
2023-07-03[lldb] Introduce a macro to mark methods as unsupported with no replacementAlex Langford9-29/+35
2023-07-03[lldb][NFCI] Remove use of ConstString from ProcessElfCoreAlex Langford2-5/+4
2023-07-03[lldb][NFCI] Change return type of GetProcessPluginNameAlex Langford5-15/+15
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford8-34/+34