summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility
Commit message (Expand)AuthorAgeFilesLines
* RangeDataVector: Support custom sorting for D63540Jan Kratochvil2020-01-101-0/+42
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-232-0/+100
* [LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...shafik2019-12-051-1/+10
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-31/+27
* Avoid triple corruption while merging core infoMuhammad Omair Javaid2019-12-051-0/+35
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-9/+0
* [lldb] Add test for Stream::Address and Stream::AddressRangeRaphael Isemann2019-12-041-0/+92
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-0/+21
* [lldb] Add FileSpec::Equal unit testsPavel Labath2019-11-281-0/+20
* [lldb] Simplify and improve FileSpecTestPavel Labath2019-11-281-24/+24
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-9/+0
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+16
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-111-0/+17
* [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann2019-10-101-0/+45
* Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...Jonas Devlieghere2019-10-081-17/+0
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-071-0/+17
* [process list] make the TRIPLE column widerWalter Erquinigo2019-10-031-7/+7
* [JSON] Remove Utility/JSON.{h|cpp}Jonas Devlieghere2019-10-022-27/+0
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-1/+3
* [Reproducer] Use // in the unit testsJonas Devlieghere2019-09-271-13/+13
* [Reproducer] Update the unit tests to specify the path style.Jonas Devlieghere2019-09-271-17/+33
* [lldb][NFC] Add CompletionRequest::AppendEmptyArgumentRaphael Isemann2019-09-251-11/+3
* [lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann2019-09-241-8/+8
* [lldb][NFC] Make cursor char position unsigned in CompletionRequestRaphael Isemann2019-09-231-3/+3
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-231-2/+20
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-0/+37
* [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann2019-09-231-0/+35
* [lldb] Remove SetCount/ClearCount from FlagsRaphael Isemann2019-09-161-38/+3
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-3/+3
* Implement DW_OP_convertAdrian Prantl2019-09-101-1/+1
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-102-47/+0
* [lldb][NFC] Extend ArgsTestRaphael Isemann2019-09-061-0/+68
* Move ProcessInstanceInfoTest to UtilityPavel Labath2019-08-262-0/+94
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-1/+0
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-39/+38
* [NFC] Remove lldb_utility namespace.Jonas Devlieghere2019-08-212-2/+2
* [lldb][NFC] Stop using GetNumberOfMatches in CompletionRequest testRaphael Isemann2019-08-191-14/+14
* [lldb][NFC] Address review comments to StringList for-loop supportRaphael Isemann2019-08-191-1/+1
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-163-3/+69
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-161-0/+18
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-9/+4
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-311-10/+5
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-242-215/+0
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-3/+3
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-9/+7
* Silence 'warning C4305: 'initializing': truncation from 'double' to 'float'' ...Alexandre Ganea2019-06-031-6/+6
* Remove length modifier when using assignment suppression in TimerTestAntonio Afonso2019-05-301-2/+2
* Add more information to the log timer dumpAntonio Afonso2019-05-291-1/+38
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [Reproducers] Fix reproducer unittestJonas Devlieghere2019-05-081-1/+3
OpenPOWER on IntegriCloud