summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()...Stefan Granitz2018-08-141-5/+0
* Stability improvements for CompletionTestRaphael Isemann2018-08-141-41/+35
* Remove manual byte counting from Highlighter code.Raphael Isemann2018-08-145-45/+25
* Remove unused FastDemangle sourcesStefan Granitz2018-08-145-2427/+1
* Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the...Stefan Granitz2018-08-142-18/+43
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-1413-117/+926
* Update TestTargetXMLArch.py test for llvm triple change with unspecifiedJason Molenda2018-08-131-1/+1
* Added test for Core/Range class.Raphael Isemann2018-08-132-0/+331
* Straight forward FastDemangle replacement in SubsPrimitiveParmItaniumStefan Granitz2018-08-132-38/+58
* Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann2018-08-113-49/+46
* Remove copy-pasted and unrelated comment [NFC]Raphael Isemann2018-08-101-2/+0
* [tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...Stella Stamenova2018-08-101-0/+1
* RichManglingContext: Make m_ipd_str_len a local variable and simplify process...Stefan Granitz2018-08-104-42/+39
* Amend "Remove unused type Either from Utility library".Tatyana Krasnukha2018-08-101-72/+0
* Added missing null checks to fix r339351Raphael Isemann2018-08-091-1/+5
* Also display the output and error output of a failed commandRaphael Isemann2018-08-091-1/+6
* Darwin: mark test unsupported while we sort out how to make it generic.Tim Northover2018-08-091-1/+1
* Remove unused type Either from Utility library.Tatyana Krasnukha2018-08-092-110/+54
* Add ConstString test FromMidOfBufferStringRefStefan Granitz2018-08-081-0/+20
* Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz2018-08-0811-147/+730
* [IRMemoryMap] Shrink Allocation and make it move-only (NFC)Vedant Kumar2018-08-082-19/+20
* Delete a dead Function constructor (NFC)Vedant Kumar2018-08-072-45/+0
* [StackFrame] Add more clarifying comments to StackFrameList (NFC)Vedant Kumar2018-08-071-3/+3
* Removed doxygen comment that doesn't fit to function signatureRaphael Isemann2018-08-071-6/+0
* Removed duplicated commented-out code [NFC]Raphael Isemann2018-08-071-2/+0
* Add documentation for SBTarget::AppendImageSearchPathAlexander Polyakov2018-08-072-0/+4
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-073-2/+12
* Fix the Xcode project for the Core -> Utility moves.Jim Ingham2018-08-071-22/+20
* [lit, python] Change the order of the quotes in the lit cfg fileStella Stamenova2018-08-071-1/+1
* [lldb-mi] Re-implement target-select commandAlexander Polyakov2018-08-076-43/+95
* Add new API to SBTarget classAlexander Polyakov2018-08-073-0/+28
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-075-19/+33
* [lldb-mi] Re-implement MI HandleProcessEventStateSuspended.Alexander Polyakov2018-08-071-9/+11
* Add instructions for building LLDB on Mac OS X with CMakeAlex Langford2018-08-071-2/+23
* Check result after setting PC value.Tatyana Krasnukha2018-08-071-3/+8
* Move ScalarTest to follow the class being testedPavel Labath2018-08-073-2/+2
* Fix a couple of extended-offsetof warnings that had slipped throughPavel Labath2018-08-071-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-07175-253/+262
* [lit, python] Always add quotes around the python path in litStella Stamenova2018-08-061-1/+1
* Revert "Add a relocation for R_AARCH64_ABS32 in ObjectFileELF"Stephane Sezer2018-08-061-10/+5
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-061-5/+10
* [IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)Vedant Kumar2018-08-062-6/+3
* Fix more offsetof issues.Greg Clayton2018-08-061-5/+5
* Fix offsetof usage that got lost when passing patches between linux and mac.Greg Clayton2018-08-062-14/+16
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-0616-33/+1805
* Fix Mangled::Compare()Stefan Granitz2018-08-061-1/+1
* Add ConstString::IsNull() to tell between null vs. empty strings and fix usag...Stefan Granitz2018-08-063-2/+28
* Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath2018-08-064-32/+44
* Remove duplicated code in CommandObjectQuitRaphael Isemann2018-08-061-7/+0
* Added unit test for StringListRaphael Isemann2018-08-042-0/+513
OpenPOWER on IntegriCloud