summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann2019-09-241-6/+4
* [lldb] Add completion support for log enable/disable/listRaphael Isemann2019-09-241-7/+31
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-2/+2
* [LLDB] Remove a stray semicolon. NFC.Martin Storsjo2019-09-231-1/+1
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-231-23/+17
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-11/+2
* [NFC] Move dumping into GDBRemotePacketJonas Devlieghere2019-09-161-0/+17
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-133-46/+89
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-7/+6
* [lldb][NFC] Simplify Args::ReplaceArgumentAtIndexRaphael Isemann2019-09-131-9/+2
* [NFC] Sort source files in Utility/CMakeLists.txtJonas Devlieghere2019-09-121-3/+3
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-111-0/+34
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-111-2/+14
* Implement DW_OP_convertAdrian Prantl2019-09-101-0/+45
* [lldb][NFC] Remove Args::StripSpacesRaphael Isemann2019-09-061-23/+0
* [lldb][NFC] Remove unused Args::GetArgumentQuoteCharAtIndexRaphael Isemann2019-09-061-6/+0
* ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath2019-08-261-11/+26
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-261-2/+2
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-222-6/+8
* [NFC] Remove unused function GetHexWithFixedSizeJonas Devlieghere2019-08-211-28/+0
* [NFC] Remove lldb_utility namespace.Jonas Devlieghere2019-08-211-1/+1
* [lldb] Use the new Regex::isValid() with no parameterJan Kratochvil2019-08-201-4/+1
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-10/+7
* [lldb][NFC] Remove StringList::AutoCompleteRaphael Isemann2019-08-191-23/+0
* [lldb][NFC] Address review comments to StringList for-loop supportRaphael Isemann2019-08-191-0/+1
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-129/+18
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-162-6/+3
* Fix variable mismatch between signature and bodyJonas Devlieghere2019-08-151-3/+3
* [NFC] Fix documentation for some utility classes.Jonas Devlieghere2019-08-151-1/+1
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-4/+4
* [lldb][NFC] Assert on invalid cursors positions when creating CompletionRequestRaphael Isemann2019-08-091-0/+1
* [Utility] Remove unused function 'GetMatchSpanningIndices'Jonas Devlieghere2019-08-081-17/+0
* Remove unused function 'SetMangledCounterparts' (NFC)Jonas Devlieghere2019-08-061-17/+0
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-4/+1
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-311-4/+3
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-242-183/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-243-42/+44
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-10/+0
* [LLDBAssert] Use unreachable instead of assert(0)Jonas Devlieghere2019-07-051-2/+2
* lldb_assert: abort when assertions are enabled.Jonas Devlieghere2019-07-051-0/+6
* [Reproducers] Copy over access/modification time in the FileCollector.Jonas Devlieghere2019-06-261-0/+31
* Fix a dangling StringRef in FileCollectorPavel Labath2019-06-191-1/+1
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-2/+5
* [Reproducers] Remove call to lldb_private::GetVersion()Jonas Devlieghere2019-06-131-2/+1
* [Reproducers] Include lldb version in the reproducer rootJonas Devlieghere2019-06-131-4/+17
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-121-6/+6
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-101-2/+2
* Fix lit tests on Windows related to CR+LFAdrian McCarthy2019-06-071-1/+2
* [lldb-server] Support 'g' packetsPavel Labath2019-05-301-3/+1
OpenPOWER on IntegriCloud