summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-1512-37/+22
* Fix AST generated for a class template to connect the class inside aRichard Smith2019-02-151-0/+1
* [win] Resolve the module only if there isn't one alreadyStella Stamenova2019-02-153-14/+23
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-1512-22/+37
* Disable stop-hook-threads.test on LinuxJorge Gorbe Moya2019-02-151-0/+1
* Fix potential UB when target_file directory is nullStefan Granitz2019-02-151-0/+5
* Remove alignment from struct XSAVE altogetherPavel Labath2019-02-151-1/+1
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-152-2/+32
* Fix the gdb-client test suite for python3Pavel Labath2019-02-151-12/+5
* Sort files in source/Host/CMakeLists.txtPavel Labath2019-02-151-4/+4
* Fix lldb-server test suite for python3Pavel Labath2019-02-156-16/+46
* Use sys.executable in lldb-dotestPavel Labath2019-02-151-1/+1
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-153-22/+44
* Remove redundant semicolon after namespace-closing '}'Pavel Labath2019-02-151-1/+1
* Fix for build bot problem from last changeAaron Smith2019-02-151-3/+3
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-155-41/+111
* [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
OpenPOWER on IntegriCloud