summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith2018-05-233-0/+6
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-234-4/+420
* build: use cmake to find the libedit contentSaleem Abdulrasool2018-05-223-1/+68
* Normalize some lldb #include statements.James Y Knight2018-05-2222-67/+37
* Avoid using header from Host/macosx when not testing an apple build.James Y Knight2018-05-221-2/+6
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-226-10/+6
* Work around some odd instruction single-step behavior on macOS.Jim Ingham2018-05-223-29/+64
* Fix the Xcode project for the refactoring of theJim Ingham2018-05-211-0/+18
* Enable Python API for OpenBSD.Zachary Turner2018-05-211-0/+3
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-218-73/+248
* Reland "[DWARF] Extract indexing code into a separate class hierarchy"Pavel Labath2018-05-2112-702/+911
* Improve coverage of the apple-tables testPavel Labath2018-05-212-4/+30
* Add some apple-tables lookup testsPavel Labath2018-05-214-0/+36
* [lldb] Fix compile warnings in r332702Eric Liu2018-05-182-4/+5
* Revert "[DWARF] Extract indexing code into a separate class hierarchy"Amara Emerson2018-05-1812-911/+702
* [DWARF] Extract indexing code into a separate class hierarchyPavel Labath2018-05-1812-702/+911
* Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSupportedHardwareW...Pavel Labath2018-05-182-3/+3
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-186-31/+32
* Fix _NSCFBoolean data formatter.Jonas Devlieghere2018-05-182-5/+7
* [Windows, Process] LLDB reads wrong registers on 64bit WindowsStella Stamenova2018-05-171-16/+16
* [Windows, Process] Fix an issue in windows thread handling that was causing L...Stella Stamenova2018-05-173-7/+25
* Fix buildbots after it 332618Greg Clayton2018-05-171-2/+0
* [lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489Stella Stamenova2018-05-173-0/+3
* FileSpec objects that resolve to "." should have "." in m_filename and m_dire...Greg Clayton2018-05-172-4/+14
* [DWARF] Have HashedNameToDIE store a DataExtractor by valuePavel Labath2018-05-171-2/+2
* 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
OpenPOWER on IntegriCloud