summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Kill struct IOVECPavel Labath2017-12-019-24/+10
* ClangASTContext::ParseClassTemplateDecl doesn't always succeed.Jim Ingham2017-12-011-1/+11
* Add lldb-test.Zachary Turner2017-12-017-0/+650
* We had a situation where a kext was inlined into the kernel,Jason Molenda2017-11-301-0/+10
* [lldb] A few minor fixes in TaskPoolAlexander Shaposhnikov2017-11-303-6/+25
* Fix this test so that the breakpoints you set areJim Ingham2017-11-302-2/+6
* Remove a long out-of-date comment.Jim Ingham2017-11-301-1/+0
* Add a test case for open bug 35480Pavel Labath2017-11-305-0/+82
* Fix assertion in ClangASTContextPavel Labath2017-11-309-31/+36
* refactor: Simplify loop with DWARFCompileUnit::ExtractJan Kratochvil2017-11-301-6/+2
* Fix the gtest target for the move of ArchSpecTest.cpp from Core to Utility.Jim Ingham2017-11-301-1/+1
* refactor: Unify+simplify DWARFCompileUnit ctor+Clear() into in-class initiali...Jan Kratochvil2017-11-294-80/+47
* Add elf-core/RegisterUtilities.{cpp,h} to the project file.Jim Ingham2017-11-281-0/+6
* Update remote debugging page with many more details.Greg Clayton2017-11-281-8/+132
* Simplify UUID constructorsStephane Sezer2017-11-281-3/+2
* elf-core: Convert remaining register context to use register set mapsPavel Labath2017-11-2823-195/+226
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-285-12/+58
* Remove some duplicated code in UUID.cppStephane Sezer2017-11-281-8/+1
* Mark UUID::GetByteSize() constStephane Sezer2017-11-272-2/+2
* Remove custom TimePoint-formatting codePavel Labath2017-11-271-20/+3
* dotest: Mark more android targets as chattyPavel Labath2017-11-271-1/+1
* Due to changes for DWZ I would need to update those such as renaming it toJan Kratochvil2017-11-252-27/+0
* elf-core: Split up parsing code into os-specific functionsPavel Labath2017-11-235-226/+311
* Run clang-format on source/Host/common/Symbols.cppStephane Sezer2017-11-221-21/+22
* Remove extra minuses from command optionTatyana Krasnukha2017-11-221-1/+1
* Remove unused variable.Tatyana Krasnukha2017-11-221-1/+1
* Test commit. Fix typo in comment.Tatyana Krasnukha2017-11-221-1/+1
* [Expression parser] Remove logging of field that is no longer in clang's Targ...Craig Topper2017-11-201-1/+0
* Remove 2 unused methods DWARFDebugInfo::Find and their FindCallbackStringJan Kratochvil2017-11-192-81/+0
* Add comments to DWARFCompileUnit length fields/methodsJan Kratochvil2017-11-191-9/+8
* [ABI] Remove dead code that was copy-pasted all around. NFCI.Davide Italiano2017-11-182-82/+0
* [Module] Throw away some more commented code. NFCI.Davide Italiano2017-11-181-37/+0
* [ABI/SysV] Remove more dead code. NFCI.Davide Italiano2017-11-181-42/+0
* [Core] Garbage collect dead code untouched in years. NFCI.Davide Italiano2017-11-181-31/+0
* [lldb] Ensure that dwo/dwp are not double-indexedAlexander Shaposhnikov2017-11-175-3/+42
* Fix LLDB build.Eugene Zemtsov2017-11-171-0/+1
* Update xcode project file to build new ppc64le files.Jason Molenda2017-11-173-3/+27
* Recognize another magic token sent in the LaunchInfo's EventData.Jim Ingham2017-11-171-29/+71
* "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.Jim Ingham2017-11-171-4/+5
* Fixed up to use a class for the commands, renamed the commands and added a wa...Greg Clayton2017-11-161-68/+181
* Implement core dump debugging for PPC64lePavel Labath2017-11-1614-54/+597
* Fix alignment of arm64 fpu register context structureJason Molenda2017-11-163-4/+4
* [POSIX] Replace assert with llvm_unreachable(). NFCI.Davide Italiano2017-11-151-1/+1
* Roll back r318260 because it is causing the windows bot toJason Molenda2017-11-152-2/+2
* Two small fixes to handle arm64 fpu register contexts in Jason Molenda2017-11-152-2/+2
* Update xcode project file to track ArchSpec.cppJason Molenda2017-11-141-6/+12
* Add check for self-assignment. NFCDon Hinton2017-11-142-0/+6
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-147-0/+197
* Reformat a comment. NFC.Stephane Sezer2017-11-131-2/+1
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-1314-19/+15
OpenPOWER on IntegriCloud