summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...Jan Kratochvil2018-04-068-569/+828
* One more windows build fixPavel Labath2018-04-051-0/+1
* Fix windows build after r329296Pavel Labath2018-04-052-0/+2
* Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnitGreg Clayton2018-04-058-828/+569
* [Core] Grab-bag of improvements for Scalar.Davide Italiano2018-04-021-325/+116
* Support template template parametersFrederic Riss2018-04-022-2/+40
* NativeThreadProtocol: delete dead codePavel Labath2018-03-291-33/+0
* Prevent double release of mach portsFrederic Riss2018-03-291-2/+0
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-281-1/+2
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-273-8/+14
* [Core] Correctly handle float division in Scalar.Davide Italiano2018-03-271-1/+1
* Fix check for verbose logging.Adrian Prantl2018-03-261-3/+2
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-231-2/+22
* [Commands] Add a (currently empty) `stats` command.Davide Italiano2018-03-234-0/+58
* [CMakeLists] Update file list after recent changes.Davide Italiano2018-03-231-1/+0
* [Commands] Remove dead code for unused `args` command.Davide Italiano2018-03-233-287/+0
* [Command] Remove dead code for the syntax command.Davide Italiano2018-03-234-142/+0
* Log ObjC Runtime messages only in verbose modeAdrian Prantl2018-03-231-2/+2
* [CommandObjectFrame] Remove dead code.Davide Italiano2018-03-231-3/+0
* [SymbolFilePDB] Use section contributions as another way to determine the com...Aaron Smith2018-03-221-16/+19
* [SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith2018-03-222-4/+7
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-224-120/+107
* Fix crash exposed by r328025Pavel Labath2018-03-211-2/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-203-11/+14
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-2012-215/+11
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-2011-44/+448
* [SymbolFilePDB] Simplify code with newer methodsAaron Smith2018-03-202-16/+4
* [SymbolFilePDB] Simplify getting the source file pathAaron Smith2018-03-202-66/+2
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-193-63/+46
* [ClangASTContext] Remove dead code. NFCI.Davide Italiano2018-03-191-45/+0
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-1826-214/+214
* DWARFUnit split out of DWARFCompileUnitJan Kratochvil2018-03-185-561/+796
* Fix the Windows build after r327750Frederic Riss2018-03-161-1/+1
* [DWARFASTParserClang] Complete external record types before using them as a d...Frederic Riss2018-03-161-0/+37
* Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton2018-03-151-1/+1
* [DataFormatters] Implement summary for __NSDictionary0.Davide Italiano2018-03-141-0/+4
* Use GetItemAtIndexAsString overload for ConstString and move set rather than ...Tatyana Krasnukha2018-03-141-6/+3
* Update selected thread after loading mach coreJonas Devlieghere2018-03-141-3/+3
* [SymbolFilePDB] Rewrite ParseTypes methodAaron Smith2018-03-141-19/+48
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-131-1/+1
* [DataFormatter] Remove dead code for the NSDictionary formatter.Davide Italiano2018-03-131-10/+0
* include locale.h in IOHandler.cppPavel Labath2018-03-131-0/+1
* Fix clang-3.8 buildPavel Labath2018-03-131-1/+1
* Fix linux s390x build (pr36694)Pavel Labath2018-03-131-1/+1
* [ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano2018-03-131-0/+9
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-127-0/+148
* Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl2018-03-122-2/+20
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-124-24/+0
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-124-0/+24
* [lldb] Unbreak lldb builds due to r327219Mandeep Singh Grang2018-03-101-2/+2
OpenPOWER on IntegriCloud