summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility
Commit message (Expand)AuthorAgeFilesLines
* Simplify Boolean expressionsJonas Devlieghere2018-12-154-12/+6
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-144-0/+1253
* [NFC] Small code cleanups in utility.Jonas Devlieghere2018-12-136-11/+9
* Add a unit test for ArchSpec matching to document how it behaves (and test it).Adrian Prantl2018-12-061-2/+2
* [Reproducers] Only creaate the bottom-most dirJonas Devlieghere2018-12-041-1/+1
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-12/+53
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-63/+50
* [CMake] Pass full libedit path to linkerTatyana Krasnukha2018-11-271-1/+1
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-141-2/+2
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-132-0/+198
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-28/+0
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-0/+28
* Remove header grouping comments.Jonas Devlieghere2018-11-113-11/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-1123-101/+101
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-28/+0
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-2/+2
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-2/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-96/+15
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-012-10/+0
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-36/+0
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-13/+0
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-7/+0
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-33/+0
* Utility: fix cross-compilation from Linux to WindowsSaleem Abdulrasool2018-10-301-1/+3
* Remove accidentally committed duplicate codeAdrian Prantl2018-10-251-5/+0
* Fix a bug PlatformDarwin::SDKSupportsModule.Adrian Prantl2018-10-251-0/+5
* [lldb] Add support in Status::AsCString to retrieve win32 system error stringsAaron Smith2018-10-191-1/+28
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-7/+7
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-5/+38
* Remove manual byte counting from internal Stream methods.Raphael Isemann2018-09-121-35/+41
* [Scalar] Commit the correct patch, forgot `git add`.Davide Italiano2018-09-071-8/+8
* [Scalar] Fix undefined behaviour when converting double to long.Davide Italiano2018-09-071-2/+7
* [ARC] Make char unsigned by defaultAlexander Polyakov2018-09-071-0/+1
* Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda2018-09-071-1/+4
* Terminate debugger if an assert was hitDavid Bolvansky2018-09-041-10/+10
* [lldb] Fix lldb build on muslRaphael Isemann2018-08-281-0/+1
* Remove commented out constructor from ScalarAlex Langford2018-08-161-43/+0
* Remove outdated TODOs in RegisterValueAlex Langford2018-08-161-3/+0
* Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()...Stefan Granitz2018-08-141-5/+0
* Remove unused FastDemangle sourcesStefan Granitz2018-08-142-2394/+0
* Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the...Stefan Granitz2018-08-141-5/+10
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-0/+3875
* Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath2018-08-061-27/+23
* Fix a bug in VMRangeLeonard Mosescu2018-08-041-4/+6
* Replace LLDB's LEB128 implementation with the one from LLVMRaphael Isemann2018-08-031-35/+9
* Add raw_ostream wrapper to the Stream classRaphael Isemann2018-08-031-2/+2
* Add byte counting mechanism to LLDB's Stream class.Raphael Isemann2018-08-021-2/+5
* Fix out-of-bounds read in Stream::PutCStringAsRawHex8Raphael Isemann2018-08-011-2/+2
* Don't ignore byte_order in Stream::PutMaxHex64Raphael Isemann2018-08-011-3/+3
* Remove Stream::UnitTestRaphael Isemann2018-07-311-45/+0
OpenPOWER on IntegriCloud