summaryrefslogtreecommitdiff
path: root/lldb/source/Utility
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Define lldbassert based on NDEBUG instead of LLDB_CONFIGURATION_DEBUGJonas Devlieghere2023-05-161-6/+2
* [lldb][NFCI] Remove n^2 loops and simplify iterator usageFelipe de Azevedo Piovezan2023-05-101-34/+25
* [lldb] Simplify Log::PutString (NFC)Dave Lee2023-05-091-13/+12
* [lldb] Simplify predicates of find_if in BroadcastManagerAlex Langford2023-05-091-15/+44
* [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere2023-05-042-0/+171
* [lldb] Remove distribution_id from ArchSpecAlex Langford2023-05-031-11/+0
* [lldb] Remove FileSpec::GetLastPathComponentAlex Langford2023-05-022-7/+1
* [lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford2023-04-261-6/+5
* [lldb/Utility] Add opt-in shadow mode to event listenersMed Ismail Bennani2023-04-253-4/+9
* [lldb] Unify default/hijack listener between Process{Attach,Launch}Info (NFC)Med Ismail Bennani2023-04-251-2/+4
* [lldb][NFCI] Stop creating additional temporary string in Log::VAPrintfAlex Langford2023-04-191-4/+4
* [lldb] Change parameter type of StructuredData::ParseJSONAlex Langford2023-04-171-2/+1
* [lldb] Add support for MSP430 in LLDB.Ilya Kuklin2023-04-171-0/+9
* [lldb] Remove use of ConstString from Args::GetShellSafeArgumentAlex Langford2023-04-171-8/+8
* Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov2023-04-171-9/+0
* [lldb] Add support for MSP430 in LLDB.Anton Korobeynikov2023-04-171-0/+9
* [lldb] Change return type of EventData::GetFlavorAlex Langford2023-04-111-9/+9
* [lldb][CMake] Enforce not letting lldbUtility link against any other lldb libsAlex Langford2023-03-211-1/+1
* [lldb/Utility] Fix layering violation caused by ScriptedMetadataMed Ismail Bennani2023-03-061-1/+1
* [lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani2023-03-031-0/+6
* Migrate away from the soft-deprecated functions in APInt.h (NFC)Kazu Hirata2023-02-201-1/+1
* [lldb] StructuredData should not truncate uint64_t valuesAlex Langford2023-02-171-0/+3
* [lldb] Add the ability to remove diagnostic callbacksJonas Devlieghere2023-02-091-4/+14
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-072-2/+2
* [NFC][TargetParser] Remove llvm/Support/ARMTargetParser.hArchibald Elliott2023-02-071-1/+1
* [LLDB][RISCV] Add RVV registers enumsEmmmer2023-01-291-32/+42
* Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata2023-01-281-6/+6
* [LLDB][LoongArch] Delete the s9 register alias definitionHui Li2023-01-141-1/+0
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-102-3/+3
* [lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata2023-01-071-1/+0
* [lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-077-15/+16
* [lldb] Add #include <optional> (NFC)Kazu Hirata2023-01-077-0/+7
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* [lldb] llvm::Optional::value => operator*/operator->Fangrui Song2022-12-171-1/+1
* JSON: llvm::Optional => std::optionalFangrui Song2022-12-162-3/+3
* Remove unused #include "llvm/ADT/Optional.h"Fangrui Song2022-12-051-1/+0
* [lldb] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-044-12/+12
* [LLDB] Add LoongArch register definitions and operationsTiezhu Yang2022-11-251-0/+178
* [LLDB][RISCV] Allow accessing FPR registers through ABI namesEmmmer2022-11-171-0/+34
* [LLDB][RISCV] Allow accessing registers through ABI namesEmmmer2022-11-171-1/+30
* [ARM] Move Triple::getARMCPUForArch into ARMTargetParserTomas Matheson2022-11-091-1/+2
* [lldb/Utility] Add GetDescription(Stream&) to StructureData::*Med Ismail Bennani2022-11-031-0/+100
* [lldb/Utility] Fix StructuredData::ParseJSONValue for null itemsMed Ismail Bennani2022-11-031-0/+3
* [LLDB][LoongArch] Add LoongArch ArchSpec and subtype detectionTiezhu Yang2022-11-011-0/+11
* [lldb] Emit diagnostic events in the diagnostic dumpJonas Devlieghere2022-10-311-3/+24
* [lldb] Add a "diagnostics dump" commandJonas Devlieghere2022-10-311-7/+18
* [lldb] Add diagnosticsJonas Devlieghere2022-10-312-0/+75
* [LLDB] Change RegisterValue::SetType param to const RegisterInfo&David Spickett2022-10-121-3/+2
* [LLDB] Pass const RegisterInfo& to RegisterValue::SetValueFromDataDavid Spickett2022-10-121-20/+24
* [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&David Spickett2022-10-121-9/+4