aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Factor out expression result error strings.Adrian Prantl2-0/+41
2024-06-15[lldb] Remove dead code block (NFC) (#94775)Shivam Gupta1-3/+1
2024-06-14[lldb] Adds additional fields to ProcessInfo (#91544)Fred Grim1-3/+4
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere1-2/+3
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata1-1/+1
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl1-2/+1
2024-05-03[lldb] Add TeeLogHandler to log to 2 handlers (#90984)Jonas Devlieghere1-0/+14
2024-05-03[lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath1-2/+2
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford1-2/+2
2024-04-03[lldb] Correct byte order check for 128 bit integer registersDavid Spickett1-1/+1
2024-03-28[LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice1-0/+42
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford1-18/+10
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda1-2/+10
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda1-10/+2
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda1-2/+10
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl1-17/+0
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl1-0/+17
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl1-17/+0
2024-02-02Reapply "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-22/+28
2024-01-26[lldb][NFCI] Remove EventData* parameter from BroadcastEventIfUnique (#79045)Alex Langford1-3/+2
2024-01-26[lldb][NFCI] Constrain EventDataBytes creation (#79508)Alex Langford1-29/+1
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford1-3/+2
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior1-10/+7
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-0/+23
2024-01-16[lldb] Store SupportFile as shared_ptr (NFC)Jonas Devlieghere1-1/+8
2024-01-12[lldb] Move MD5 Checksum from FileSpec to SupportFileJonas Devlieghere1-6/+3
2024-01-10[lldb] Add color support to StreamString (#77380)Pete Lawrence1-1/+1
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl1-11/+47
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata8-13/+13
2023-12-14Revert "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-28/+22
2023-12-12lldb: Cache string hash during ConstString pool queries/insertionsDavid Blaikie1-22/+28
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir01021-0/+30
2023-11-17[lldb] Remove unused Status::SetMachError (NFC) (#72668)Jonas Devlieghere1-8/+0
2023-11-10Fix a little thinko in sending events to secondary listeners. (#71997)jimingham1-5/+5
2023-11-09[lldb][Utility] Fix GCC suggest braces warning for checksum valueDavid Spickett1-2/+2
2023-11-08[lldb] Add Checksum to FileSpec (#71457)Jonas Devlieghere1-3/+6
2023-11-08[lldb] Add Checksum class to lldbUtility (#71456)Jonas Devlieghere2-0/+45
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett1-1/+1
2023-10-20[lldb] Use llvm::erase_if (NFC)Kazu Hirata1-4/+2
2023-10-19[lldb] Remove FileSpecList::GetFilesMatchingPartialPath (NFC)Jonas Devlieghere1-6/+0
2023-10-19[lldb] Remove FileSpecList::GetFileSpecPointerAtIndex (NFC)Jonas Devlieghere1-6/+0
2023-10-17[lldb] Scalar::GetValue() should take a Stream by reference (#69231)Alex Langford1-5/+5
2023-10-04[lldb] Mark operator== const to avoid ambiguity in C++20. (#68224)Samira Bazuzi1-1/+1
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan811-0/+1
2023-09-14[lldb][NFCI] Remove use of ConstString in StructuredDataAlex Langford1-6/+27
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-2/+2
2023-08-31[lldb][NFCI] Replace bespoke iterator check with std::nextAlex Langford1-6/+6
2023-08-17Simplify address mask setting logic in AddressableBitsJason Molenda1-34/+6
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda1-17/+46
2023-08-16Replace the singleton "ShadowListener" with a primary and N secondary ListenersJim Ingham3-26/+98