summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility
Commit message (Expand)AuthorAgeFilesLines
* 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
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-272-3/+6
* Remove unused History classRaphael Isemann2018-07-242-25/+0
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-132-16/+54
* Adjust thread name column width depending on real name length.Tatyana Krasnukha2018-07-131-1/+5
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-3/+73
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-022-0/+27
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-77/+37
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-262-74/+8
* [LLDB] Select helper sign comparison fixDavid Carlier2018-06-251-2/+2
* Revert "[FileSpec] Always normalize"Jonas Devlieghere2018-06-251-6/+104
* [FileSpec] Always normalizeJonas Devlieghere2018-06-241-104/+6
* [FileSpec] Refactor append and prepend implemenetations. NFCJonas Devlieghere2018-06-241-94/+20
* Remove UUID::SetFromCStringPavel Labath2018-06-211-9/+1
* Modernize UUID classPavel Labath2018-06-211-9/+7
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-23/+0
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-6/+9
* [FileSpec] Simplify getting extension and stem.Jonas Devlieghere2018-06-131-8/+3
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-64/+45
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-301-29/+8
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-211-25/+29
* FileSpec objects that resolve to "." should have "." in m_filename and m_dire...Greg Clayton2018-05-171-0/+8
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-62/+45
* Remove custom path manipulation functions from FileSpecPavel Labath2018-05-111-85/+5
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-21/+22
* Log to the process channel, not target twice.Jason Molenda2018-05-011-1/+1
* Add logging when ArchSpec::SetArchitecture is given a cputype andJason Molenda2018-05-011-0/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-3020-465/+402
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-301-10/+4
OpenPOWER on IntegriCloud