summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert 332511 after reverting llvm revision 332508.Greg Clayton2018-05-161-4/+4
* Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/...Greg Clayton2018-05-161-4/+4
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-159-28/+38
* [lit] Fix several tests that fail when using Python 3 or on WindowsStella Stamenova2018-05-143-12/+27
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-149-38/+29
* Fix macosx build broken by r332250Pavel Labath2018-05-141-0/+1
* Remove Process references from the Host modulePavel Labath2018-05-149-29/+37
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-147-118/+93
* Use const_iterator in DWARFUnitJan Kratochvil2018-05-131-3/+3
* Revert "Protect DWARFCompileUnit::m_die_array by a new mutex"Jan Kratochvil2018-05-132-18/+3
* Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"Davide Italiano2018-05-124-135/+135
* [LanguageRuntime/ObjC] Turn off ISA logging once and for all.Davide Italiano2018-05-121-4/+6
* [LLDB] Support GNU-style compressed debug sections (.zdebug)Davide Italiano2018-05-124-135/+135
* Conditionally compile a Darwin-only test.Adrian Prantl2018-05-111-0/+2
* Yet another follow-up to r332111. This also handles the case where anAdrian Prantl2018-05-112-12/+17
* Fix a regression in r332111. The LLDB.framework path component is notAdrian Prantl2018-05-112-2/+14
* Add a lock to PlatformPOSIX::DoLoadImageFrederic Riss2018-05-114-49/+31
* HostInfoMacOSX: Share the clang resource directory with Swift.Adrian Prantl2018-05-114-7/+97
* Remove custom path manipulation functions from FileSpecPavel Labath2018-05-112-89/+9
* Retrieve the deployment target when retrieving an object file's triple.Adrian Prantl2018-05-112-12/+238
* Fix the code that gets the Xcode path. After path normalization this could wa...Greg Clayton2018-05-101-1/+1
* Fix one more RunShellcommand occurence in mac codePavel Labath2018-05-101-1/+2
* Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactorPavel Labath2018-05-102-3/+4
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-1015-64/+63
* CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings methodPavel Labath2018-05-101-2/+23
* [cmake, unittests] Fix the CMake file for the LLDB unittests to support multi...Stella Stamenova2018-05-091-2/+2
* General cleanup to minimize the .debug_types patchGreg Clayton2018-05-0916-335/+110
* [lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova2018-05-092-12/+12
* Fix Windows build for the Predicate.h refactor in r331880Pavel Labath2018-05-091-2/+2
* Modernize and clean-up the Predicate classPavel Labath2018-05-0912-92/+115
* [DWARF] Align non-accelerated function fullname searching with the apple-tabl...Pavel Labath2018-05-093-46/+28
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-089-2/+36
* [test] Re-enable TestUnicodeSymbolsJonas Devlieghere2018-05-081-1/+0
* Really test type lookup in TestCppTypeLookup.pyFrederic Riss2018-05-082-2/+8
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-073-2/+11
* Test Commit: fix a comment to be grammatically correctStella Stamenova2018-05-071-1/+1
* Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec...Greg Clayton2018-05-071-10/+6
* Add children and child[N] properties to SBValue.i.Jim Ingham2018-05-042-17/+65
* The on-ios-device command line lldb has an optimization whereJason Molenda2018-05-042-30/+71
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-034-19/+30
* Revert "DWARFExpression: Convert file addresses to load addresses early on."Adrian Prantl2018-05-034-32/+18
* Add back condition that was accidentally removed in r331462.Adrian Prantl2018-05-031-3/+5
* [CMake] Unify and relayer testingJonas Devlieghere2018-05-037-108/+75
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-034-20/+32
* Remove the timed_out out-argument from Predicate::WaitForValueEqualToPavel Labath2018-05-035-27/+11
* lldb-test symbols: Add ability to do name-based lookupPavel Labath2018-05-0311-32/+491
* [NSDictionary] Simplify the formatter. NFCI.Davide Italiano2018-05-021-5/+1
* Use conventional spelling of always-failing assert.Richard Smith2018-05-021-1/+1
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-0210-20/+152
* Silence compiler warning.Adrian Prantl2018-05-021-0/+1
OpenPOWER on IntegriCloud