summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [MainLoop] Remove redundant termination clause (NFCI)Michal Gorny2019-02-141-3/+0
* Add explicit language specifier to test.Adrian Prantl2019-02-141-1/+1
* [dotest] Fix compiler version number comparisonFrederic Riss2019-02-141-4/+5
* [ExpressionParser] Reuse the FileManager from the compiler instance.Jonas Devlieghere2019-02-142-13/+5
* Don't source local .lldbinit in the test suiteRaphael Isemann2019-02-141-1/+1
* [CMake] Fix RPATH handling for LLDB.frameworkStefan Granitz2019-02-142-10/+13
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-148-52/+50
* [lldb] [lldb-server] Catch and report errors from main loopMichal Gorny2019-02-141-1/+6
* [lldb] [MainLoop] Report errno for failed kevent()Michal Gorny2019-02-141-1/+1
* [gdb-remote] Sanity check platform pointerAaron Smith2019-02-141-2/+5
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-146-275/+217
* Add missing includeAdrian Prantl2019-02-131-0/+1
* [CMake] Make lldb-test-deps a dependency of check-lldbJonas Devlieghere2019-02-132-1/+4
* Add missing includeAdrian Prantl2019-02-131-0/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-1326-108/+219
* Revert "Fix one more string/bytes issue in lldb-server tests"Pavel Labath2019-02-131-1/+1
* Fix one more string/bytes issue in lldb-server testsPavel Labath2019-02-131-1/+1
* [lldb] [cmake] Use install directories for LLVM_* variablesMichal Gorny2019-02-131-3/+3
* ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath2019-02-136-32/+94
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-13190-1959/+1963
* [Reproducers] Integrate FileProvider with clangJonas Devlieghere2019-02-135-3/+79
* [testsuite] Add a comment explaining what this test does.Davide Italiano2019-02-121-0/+1
* [testsuite] Convert TestSingleQuote to lit.Davide Italiano2019-02-125-85/+8
* [lldb-instr] Pass PCHContainerOperations to ClangToolJonas Devlieghere2019-02-122-1/+8
* [lldb] [unittest] Avoid mixing '127.0.0.1' and 'localhost'Michal Gorny2019-02-122-3/+3
* Fix Xcode project for RemoteAwarePlatform files.Greg Clayton2019-02-121-7/+10
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-129-52/+50
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-127-359/+200
* [NativePDB] Process virtual bases in the correct orderAleksandr Urakov2019-02-124-12/+45
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-1252-191/+187
* [Thread] Update the correct variableJonas Devlieghere2019-02-121-4/+2
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-122-8/+18
* [ObjectFileMachO] Revert std::make_sharedJonas Devlieghere2019-02-111-14/+8
* Some cleanup after moving to std::make_sharedJonas Devlieghere2019-02-112-21/+13
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-1198-443/+645
* Fixed function name in log statementRaphael Isemann2019-02-111-2/+2
* Use of `@return` is not appropriate for a function with a void return type.Jonas Devlieghere2019-02-111-2/+0
* Update SymbolVendorMacOSX for new GetUUID interfaceJonas Devlieghere2019-02-111-5/+4
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-1113-71/+55
* [build.py] Add `-fms-compatibility-version=19` to `build.py`Aleksandr Urakov2019-02-111-0/+1
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-1111-19/+57
* [lldb] [lit] Fix finding lld-link when it is not in 'compiler dir'Michal Gorny2019-02-111-7/+5
* [lldb] [test] Skip lldb-mi test if LLDB_DISABLE_PYTHON is usedMichal Gorny2019-02-113-1/+5
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-115-116/+51
* [lldb] [lldb-instr] Add missing linkage to clang librariesMichal Gorny2019-02-111-0/+3
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-115-51/+116
* [lldb] [MainLoop] Initialize empty sigset_t correctlyMichal Gorny2019-02-111-4/+6
* Update files to the new header that were incorrectly landed with the oldChandler Carruth2019-02-112-8/+6
* Fix x86 return pattern detectionRaphael Isemann2019-02-102-2/+172
* lldb: Fix compilation on OpenBSDRaphael Isemann2019-02-101-2/+1
OpenPOWER on IntegriCloud