summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb-test] ir-memory-map: Avoid accessing a bad iteratorVedant Kumar2018-05-301-10/+8
* [lldb-test] Add a testing harness for the JIT's IRMemoryMapVedant Kumar2018-05-303-20/+215
* [LLDB] Re-apply r303907 that's reverted by mistakeTim Shen2018-05-302-7/+13
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-303-30/+57
* @skipUnlessDarwin TestOrderedSetPavel Labath2018-05-301-0/+1
* Fix return value of DWARFUnit::ExtractDIEsIfNeeded()Jan Kratochvil2018-05-301-6/+5
* [LLDB] Revert r303907.Tim Shen2018-05-292-13/+7
* [ObjC] Add a Makefile for the test added in r333465.Davide Italiano2018-05-291-0/+6
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-293-28/+30
* Remove unused DWARFUnit::HasDIEsParsed()Jan Kratochvil2018-05-292-4/+0
* Fix compiler unused variable warning in DWARFUnitJan Kratochvil2018-05-291-2/+0
* Remove lldb-private headers when building LLDB.framework with CMakeAlex Langford2018-05-291-2/+1
* Fix DWARFUnit::GetUnitDIEPtrOnly stale pointerJan Kratochvil2018-05-295-80/+130
* [lit] Add support for passing arguments to dotest.py via lit.Jonas Devlieghere2018-05-291-0/+8
* [test] Fix --framework argument passed to dotest.Jonas Devlieghere2018-05-292-3/+7
* XFAIL TestMachCore for windows hostsPavel Labath2018-05-291-0/+1
* Remove Linux-specific includes for posix/FileSystem.cppBruce Mitchener2018-05-291-5/+0
* Typo fixes.Bruce Mitchener2018-05-2937-72/+72
* ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the s...Pavel Labath2018-05-293-23/+154
* NFC: Fix some comment typos.Bob Wilson2018-05-284-4/+4
* Fix memory leak in SubsPrimitiveParmItaniumRaphael Isemann2018-05-271-1/+3
* Add missing includes to some LLDB headers.Raphael Isemann2018-05-264-0/+7
* Don't include headers from inside a namespace in MIUtilSingletonHelper.hRaphael Isemann2018-05-261-2/+2
* Forward declare DumpValueObjectOptions in ValueObject.hRaphael Isemann2018-05-262-1/+4
* Fix Xcode build broken by SystemInitializerFull.h moveAlex Langford2018-05-251-2/+2
* Move SystemInitializerFull header to source/APIAlex Langford2018-05-253-2/+4
* Fix typo in CMake commentsAlex Langford2018-05-251-2/+2
* Remove DWARFUnit::ClearDIEs parameter keep_compile_unit_dieJan Kratochvil2018-05-253-7/+6
* Fix format stringBenjamin Kramer2018-05-251-1/+1
* ManualDWARFIndex: Fix misclassification of methods in unionsPavel Labath2018-05-254-8/+39
* ManualDWARFIndex: reduce long parameter listsPavel Labath2018-05-252-117/+93
* HostInfoMacOSX: Support finding the clang resource directory within CLTools.Adrian Prantl2018-05-252-9/+21
* Add DWARFBaseDie.{h,cpp} to the Xcode build.Jim Ingham2018-05-241-0/+6
* Use DWARFBaseDIE as a compile-time protectionJan Kratochvil2018-05-244-10/+10
* DWARFDIE split out to DWARFBaseDIEJan Kratochvil2018-05-245-306/+358
* pc's should be printed in hex...Jim Ingham2018-05-241-1/+1
* Add SystemInitializerLLGS to the lldb-server target.Jim Ingham2018-05-241-1/+7
* [lldb-mi] Add possibility to set breakpoints without selecting a target.Adrian Prantl2018-05-246-5/+41
* Fix windows/mac builds broken by r333182.Pavel Labath2018-05-241-2/+2
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-248-15/+90
* DWARF: Move indexing code from DWARFUnit to ManualDWARFIndexPavel Labath2018-05-244-346/+346
* Add PPC64le support informationPavel Labath2018-05-243-4/+4
* Remove unused include, and corresponding library dependency.James Y Knight2018-05-242-2/+0
* Add missing include.Zachary Turner2018-05-241-0/+1
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-235-35/+33
* Add a --synchronous option to lldb-mi to facilitate reliable testing.Adrian Prantl2018-05-234-0/+8
* Remove spurious dependency on Process/elf-core from Process/Utility.James Y Knight2018-05-237-31/+7
* Fix PathMappingList tests on windowsPavel Labath2018-05-231-25/+24
* ProcessLauncherPosixFork: move setgid call into the if(debug) branchPavel Labath2018-05-231-4/+4
* [SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.Aaron Smith2018-05-231-2/+2
OpenPOWER on IntegriCloud