aboutsummaryrefslogtreecommitdiff
path: root/source/Utility
AgeCommit message (Expand)Author
2018-11-14Fix the "make_unique is ambiguous" compiler error.Haojian Wu
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-09Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere
2018-11-09[FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere
2018-10-30Utility: fix cross-compilation from Linux to WindowsSaleem Abdulrasool
2018-10-25Remove accidentally committed duplicate codeAdrian Prantl
2018-10-25Fix a bug PlatformDarwin::SDKSupportsModule.Adrian Prantl
2018-10-19[lldb] Add support in Status::AsCString to retrieve win32 system error stringsAaron Smith
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-09-13Add support for descriptions with command completions.Raphael Isemann
2018-09-12Remove manual byte counting from internal Stream methods.Raphael Isemann
2018-09-07[Scalar] Commit the correct patch, forgot `git add`.Davide Italiano
2018-09-07[Scalar] Fix undefined behaviour when converting double to long.Davide Italiano
2018-09-07[ARC] Make char unsigned by defaultAlexander Polyakov
2018-09-07Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda
2018-09-04Terminate debugger if an assert was hitDavid Bolvansky
2018-08-28[lldb] Fix lldb build on muslRaphael Isemann
2018-08-16Remove commented out constructor from ScalarAlex Langford
2018-08-16Remove outdated TODOs in RegisterValueAlex Langford
2018-08-14Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()...Stefan Granitz
2018-08-14Remove unused FastDemangle sourcesStefan Granitz
2018-08-14Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the...Stefan Granitz
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-08-06Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath
2018-08-04Fix a bug in VMRangeLeonard Mosescu
2018-08-03Replace LLDB's LEB128 implementation with the one from LLVMRaphael Isemann
2018-08-03Add raw_ostream wrapper to the Stream classRaphael Isemann
2018-08-02Add byte counting mechanism to LLDB's Stream class.Raphael Isemann
2018-08-01Fix out-of-bounds read in Stream::PutCStringAsRawHex8Raphael Isemann
2018-08-01Don't ignore byte_order in Stream::PutMaxHex64Raphael Isemann
2018-07-31Remove Stream::UnitTestRaphael Isemann
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-24Remove unused History classRaphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-13Adjust thread name column width depending on real name length.Tatyana Krasnukha
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-06-29UUID: Add support for arbitrary-sized module IDsPavel Labath
2018-06-26Represent invalid UUIDs as UUIDs with length zeroPavel Labath