summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Make path more robust so it also works with out-of-tree builds.Adrian Prantl2018-11-161-1/+3
* TypoAdrian Prantl2018-11-161-1/+1
* Use a shared module cache directory for LLDB.Adrian Prantl2018-11-162-3/+4
* Makefile.rules: Use a shared clang module cache directory.Adrian Prantl2018-11-162-2/+19
* [lldb] NFC: Remove the extra ';'Henry Wong2018-11-161-1/+1
* Don't use uniform initialization syntax.Zachary Turner2018-11-163-11/+21
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-1613-411/+435
* Fix compilation failure in unit tests on Windows.Zachary Turner2018-11-151-0/+5
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-157-4/+147
* Force SHELL to be cmd.exe on Windows for the test suiteNathan Lanza2018-11-151-0/+11
* A unit test file moved.Jason Molenda2018-11-151-4/+4
* Add a check whether or not a str is utf8 prior to emplacingNathan Lanza2018-11-154-40/+65
* Port the Darwin universal binary testcase to x86_64.Adrian Prantl2018-11-152-61/+57
* Fix a use-after-free of the ABI plugin.Zachary Turner2018-11-151-8/+9
* Fix copy/paste mistake for r346919.Jonas Devlieghere2018-11-151-1/+1
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-1541-234/+666
* [reproducer] Post-commit cleanupJonas Devlieghere2018-11-153-8/+14
* Remove the expectedFlakeyDsym decorator. It's not useful anymore.Adrian Prantl2018-11-142-7/+0
* update xcode project file for reproducers.Jason Molenda2018-11-141-4/+26
* 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
OpenPOWER on IntegriCloud