summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-0812-13/+111
* [lldb-instr] Support LLDB_RECORD_DUMMYJonas Devlieghere2019-03-085-13/+34
* [Reproducers] Add LLDB_RECORD_DUMMYJonas Devlieghere2019-03-082-3/+14
* [lldb-vscode] Fix warningJonas Devlieghere2019-03-081-2/+2
* Add more logging to TestQueues.pyFrederic Riss2019-03-081-2/+4
* Make function definition in header inlineBenjamin Kramer2019-03-081-9/+9
* Add ASAN llvm build directory variants toJason Molenda2019-03-081-0/+3
* [Reproducers] TestImagineList.test -> TestImageList.testJonas Devlieghere2019-03-081-0/+1
* [Reproducers] Mark partial specialization as inlineJonas Devlieghere2019-03-081-1/+2
* [lldb-vscode] Report an error if an invalid program is specified.Zachary Turner2019-03-082-97/+104
* [Reproducers] Use partial template specialization instead of overloadJonas Devlieghere2019-03-071-1/+3
* Make bytes_read an unsignedJonas Devlieghere2019-03-071-1/+1
* Remove unused functionJonas Devlieghere2019-03-071-6/+0
* [SBAPI] Log from record macroJonas Devlieghere2019-03-0739-3032/+124
* Fix TestPaths.py on windowsAlex Langford2019-03-072-11/+2
* Add logging to TestQueues.pyFrederic Riss2019-03-071-0/+20
* Fix TestAppleSimulatorOSType.py with Xcode 10.2Frederic Riss2019-03-071-1/+3
* [testsuite] Recommit the TestTerminal directory.Davide Italiano2019-03-071-0/+111
* [lldb-vscode] Support running in server mode on Windows.Zachary Turner2019-03-077-86/+278
* Add an LLVM-style dump method to CompilerType for extra convenience during de...Adrian Prantl2019-03-075-0/+39
* [ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford2019-03-077-55/+41
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-075-3/+81
* [testsuite] Spring cleaning: this tests `stty`, not `lldb`.Davide Italiano2019-03-071-111/+0
* [testsuite] Drop characters that can't be decoded, restoring parity with Py2.Davide Italiano2019-03-071-0/+3
* Fix TestDataFormatter.test uninitialized variableJan Kratochvil2019-03-073-4/+4
* [Reproducers] Disable registering lldb::thread_t everywhereJonas Devlieghere2019-03-071-11/+0
* Skip TestGdbserverPort.test on WindowsJan Kratochvil2019-03-071-1/+3
* When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda2019-03-074-0/+90
* Repair the build when LLDB_DISABLE_PYTHON is setAlex Langford2019-03-071-20/+28
* Avoid using -S in combination with "script"; it's unreliable.Adrian Prantl2019-03-071-1/+1
* crashlog.py: Catch exception from subprocess.Adrian Prantl2019-03-071-1/+5
* Relax testcase.Adrian Prantl2019-03-071-1/+1
* [Reproducers] Add tests for different types of functionalityJonas Devlieghere2019-03-076-0/+201
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-075-22/+2
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-072-6/+0
* [Python] Unbreak the recently modified tests for python 2.Davide Italiano2019-03-063-0/+3
* Remove the warning inJason Molenda2019-03-061-9/+7
* [testsuite] Port crashlog to python 3, second attempt.Davide Italiano2019-03-063-114/+112
* Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.Jim Ingham2019-03-062-1/+1
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-069-48/+79
* Pass /bigobj for SBReproducer.cpp with MSVCZachary Turner2019-03-061-0/+4
* [lldb-vscode] Correctly propagate errors back to VS Code.Zachary Turner2019-03-061-12/+12
* [debugserver] Fix IsUserReady thread filteringFrederic Riss2019-03-061-1/+1
* Sanity check --max-gdbserver-portJan Kratochvil2019-03-063-3/+9
* Pass ConstString by value (NFC)Adrian Prantl2019-03-06209-825/+824
* Remove redundant second os.path.join call [NFC]Raphael Isemann2019-03-061-2/+1
* Try again to fix OSX compilation failure.Zachary Turner2019-03-061-1/+4
* Try to fix OSX compilation failure.Zachary Turner2019-03-061-1/+4
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-0612-22/+37
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-063-5/+34
OpenPOWER on IntegriCloud