summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix some compilation failures introduced in recent patches.Zachary Turner2018-11-142-4/+5
* Move DataExtractorTest to unittests/UtilityPavel Labath2018-11-143-1/+1
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-1411-17/+255
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-1411-249/+17
* Fix a crash when parsing incorrect DWARFPavel Labath2018-11-142-3/+48
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-1411-17/+249
* Suppress a "-Wliteral-conversion" compiler warning.Haojian Wu2018-11-141-1/+1
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-142-4/+4
* Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl2018-11-133-17/+228
* [NativePDB] Add support for S_CONSTANT records.Zachary Turner2018-11-136-8/+1249
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-133-4/+224
* [Cocoa] Implement formatter for the new NSDate representation.Davide Italiano2018-11-131-1/+63
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-1332-260/+1599
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-1312-48/+12
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-123-3/+45
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-1218-73/+94
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-124-8/+172
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-1218-94/+73
* Remove the last CURRENT_ARCH reference in Xcode's build scripts.Frederic Riss2018-11-121-1/+1
* [lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.Kuba Mracek2018-11-121-75/+47
* [lldb] Fix "code requires global destructor" warning in g_architecture_mutexKuba Mracek2018-11-121-4/+7
* [PDB] Fix `vbases.test` requirementAleksandr Urakov2018-11-121-1/+1
* [ClangASTContext] Extract VTable pointers from C++ objectsAleksandr Urakov2018-11-126-102/+160
* [CMake] Allow version overrides with -DLLDB_VERSION_MAJOR/MINOR/PATCH/SUFFIXStefan Granitz2018-11-122-4/+15
* [CMake] Fix: add_host_subdirectory source/Host/macosxStefan Granitz2018-11-121-1/+1
* Fix an unused variable warning. NFCAlexander Kornienko2018-11-121-0/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-11733-2684/+26
* Remove comments after header includes.Jonas Devlieghere2018-11-11168-936/+932
* Add missing includeJonas Devlieghere2018-11-101-0/+1
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-1018-73/+94
* Unbreak the linux bot from the previous commit. Fred needed to useJason Molenda2018-11-101-0/+6
* Add extra diagnostics to testAdrian Prantl2018-11-101-0/+4
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-102-19/+81
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-093-2/+77
* Remove llvm include from debugserver, change Jason Molenda2018-11-092-5/+3
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Annotate switch with LLVM_FALLTHROUGHAdrian Prantl2018-11-092-2/+3
* [NativePDB] Fix completion of enum types.Zachary Turner2018-11-092-1/+3
* [NativePDB] Add support for bitfield records.Zachary Turner2018-11-093-4/+86
* Resubmit "Fix bug in PE/COFF plugin."Zachary Turner2018-11-094-7/+49
* revert rL346478Kadir Cetinkaya2018-11-091-2/+2
* [lldb] Fix signature in test to match rL346453Kadir Cetinkaya2018-11-091-2/+2
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-0911-43/+21
* Fix a test whose output changed.Zachary Turner2018-11-091-2/+2
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-0911-21/+43
* Fix CMake build when building with -fmodules-local-submodule-visibility.Adrian Prantl2018-11-091-0/+2
* Update FileSpec constructor signatureJonas Devlieghere2018-11-081-2/+5
* Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."Davide Italiano2018-11-085-61/+11
* Change $CURRENT_ARCH settings in xcode project file to hardcodedJason Molenda2018-11-081-6/+6
OpenPOWER on IntegriCloud