aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)AuthorFilesLines
2023-07-17[lldb][NFCI] Avoid construction of temporary std::strings in RegisterValueAlex Langford1-6/+4
2023-07-09[lldb] Add missing StringExtras.h includesElliot Goodrich5-0/+6
2023-07-06[lldb][NFCI] Minor cleanups to StructuredData::GetObjectForDotSeparatedPathAlex Langford1-24/+22
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere1-0/+1
2023-06-27[lldb] Use SmallVector for handling register dataDavid Spickett1-64/+35
2023-06-26[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a po...Alex Langford1-6/+6
2023-06-26[lldb][NFCI] UUID::Dump should take a reference instead of a pointerAlex Langford1-1/+1
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto2-0/+181
2023-06-16[lldb][NFCI] Remove custom matcher classes in Listener in favor of lambdasAlex Langford1-67/+22
2023-06-13[lldb] Include <atomic> in LLDBAssertJonas Devlieghere1-0/+2
2023-06-13[lldb] Print lldbassert to debugger diagnosticsJonas Devlieghere1-12/+32
2023-06-13[lldb][NFCI] Remove use of ConstString from ListenerAlex Langford1-48/+18
2023-06-07[lldb][NFCI] Change type of Broadcaster's nameAlex Langford3-11/+11
2023-06-06[lldb] Support file and function names in LLDB_LOGF macroJonas Devlieghere1-0/+15
2023-06-05[lldb][NFCI] ConstString methods should take StringRefs by valueAlex Langford1-5/+5
2023-05-30[lldb] Introduce FileSpec::GetComponentsAlex Langford1-0/+20
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-10/+2
2023-05-16[lldb] Define lldbassert based on NDEBUG instead of LLDB_CONFIGURATION_DEBUGJonas Devlieghere1-6/+2
2023-05-10[lldb][NFCI] Remove n^2 loops and simplify iterator usageFelipe de Azevedo Piovezan1-34/+25
2023-05-09[lldb] Simplify Log::PutString (NFC)Dave Lee1-13/+12
2023-05-09[lldb] Simplify predicates of find_if in BroadcastManagerAlex Langford1-15/+44
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere2-0/+171
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford1-11/+0
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford2-7/+1
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-6/+5
2023-04-25[lldb/Utility] Add opt-in shadow mode to event listenersMed Ismail Bennani3-4/+9
2023-04-25[lldb] Unify default/hijack listener between Process{Attach,Launch}Info (NFC)Med Ismail Bennani1-2/+4
2023-04-19[lldb][NFCI] Stop creating additional temporary string in Log::VAPrintfAlex Langford1-4/+4
2023-04-17[lldb] Change parameter type of StructuredData::ParseJSONAlex Langford1-2/+1
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin1-0/+9
2023-04-17[lldb] Remove use of ConstString from Args::GetShellSafeArgumentAlex Langford1-8/+8
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov1-9/+0
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov1-0/+9
2023-04-11[lldb] Change return type of EventData::GetFlavorAlex Langford1-9/+9
2023-03-21[lldb][CMake] Enforce not letting lldbUtility link against any other lldb libsAlex Langford1-1/+1
2023-03-06[lldb/Utility] Fix layering violation caused by ScriptedMetadataMed Ismail Bennani1-1/+1
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-0/+6
2023-02-20Migrate away from the soft-deprecated functions in APInt.h (NFC)Kazu Hirata1-1/+1
2023-02-17[lldb] StructuredData should not truncate uint64_t valuesAlex Langford1-0/+3
2023-02-09[lldb] Add the ability to remove diagnostic callbacksJonas Devlieghere1-4/+14
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2-2/+2
2023-02-07[NFC][TargetParser] Remove llvm/Support/ARMTargetParser.hArchibald Elliott1-1/+1
2023-01-29[LLDB][RISCV] Add RVV registers enumsEmmmer1-32/+42
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata1-6/+6
2023-01-14[LLDB][LoongArch] Delete the s9 register alias definitionHui Li1-1/+0
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2-3/+3
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata7-15/+16
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata7-0/+7
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1