summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssertJonas Devlieghere2020-01-141-3/+3
* [lldb/Utility] Add std::move to make placate clang 3.8Jonas Devlieghere2020-01-131-2/+2
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-074-14/+13
* [lldb/Utility] YAML validation should be orthogonal to packet semantics.Jonas Devlieghere2020-01-031-3/+0
* [lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cppRaphael Isemann2019-12-171-1/+1
* [lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann2019-12-136-15/+0
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-102-53/+65
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-102-65/+53
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-102-53/+65
* [lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValueRaphael Isemann2019-12-061-3/+31
* [lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...Raphael Isemann2019-12-061-10/+9
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-061-3/+4
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-062-10/+8
* [LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...shafik2019-12-051-11/+21
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-052-14/+14
* Avoid triple corruption while merging core infoMuhammad Omair Javaid2019-12-051-1/+1
* [lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env varJonas Devlieghere2019-12-041-0/+10
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-24/+0
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-9/+0
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-0/+8
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-042-8/+8
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-021-2/+3
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-021-4/+6
* [LLDB] On Windows, force error message formatting to EnglishAlexandre Ganea2019-11-281-1/+10
* [lldb] refactor FileSpec::EqualPavel Labath2019-11-281-13/+3
* [LLDB] Always interpret arm instructions as thumb on windowsMartin Storsjö2019-11-281-0/+3
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-24/+0
* [Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]Davide Italiano2019-11-141-193/+0
* [LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere2019-11-131-47/+3
* [Reproducer] Discard reproducer directory if not generated.Jonas Devlieghere2019-11-121-3/+5
* [LLDB] Add core definition for armv8l and armv7lMuhammad Omair Javaid2019-11-131-0/+6
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-115-46/+0
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-0/+3
* Revert "make ConstString allocate memory in non-tiny chunks"Raphael Isemann2019-10-171-7/+2
* [Reproducer] Capture the debugger's working directoryJonas Devlieghere2019-10-171-1/+15
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+15
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-161-6/+4
* make ConstString allocate memory in non-tiny chunksLubos Lunak2019-10-111-2/+7
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-111-10/+18
* [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann2019-10-101-19/+18
* Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...Jonas Devlieghere2019-10-081-1/+1
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-071-1/+1
* [process list] make the TRIPLE column widerWalter Erquinigo2019-10-031-7/+9
* [JSON] Remove Utility/JSON.{h|cpp}Jonas Devlieghere2019-10-022-551/+0
* [JSON] Use LLVM's library for decoding JSON in StructuredDataJonas Devlieghere2019-10-011-100/+48
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-75/+25
* [Reproducer] Always use absolute paths for capture & replay.Jonas Devlieghere2019-09-271-2/+11
* [lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructorRaphael Isemann2019-09-261-7/+3
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-241-1/+3
* [lldb] Fix log output and UtilityTests/LogChannelTest.ListRaphael Isemann2019-09-241-0/+1
OpenPOWER on IntegriCloud