summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix the project for r355939 (ASTUtils.{h,c})Jim Ingham2019-03-121-0/+6
* Correcting some comments in PdbIndex.cpp [NFC]Adrian McCarthy2019-03-121-5/+2
* [Reproducers] Add a test to ensure we can reuse the reproducer dir.Jonas Devlieghere2019-03-122-1/+11
* [Reproducers] Stop recording instead of deallocatingJonas Devlieghere2019-03-122-2/+10
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-1231-49/+1164
* [Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere2019-03-1211-30/+73
* Revert "[CMake] Avoid clang-tablegen-targets dependency when building sphinx ...Stefan Granitz2019-03-121-1/+1
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-1210-11/+108
* [CMake] Avoid clang-tablegen-targets dependency when building sphinx docs (ex...Jonas Devlieghere2019-03-121-1/+1
* Add a case in SymbolFile{Native,}PDB::TranslateLanguage for SwiftNathan Lanza2019-03-112-0/+4
* [Reproducers] Make ReproducerInstrumentation a textual headerJonas Devlieghere2019-03-111-1/+2
* Rewrite comment to be clearerAlex Langford2019-03-111-1/+1
* [Reproducers] Reinterpret cast to void*Jonas Devlieghere2019-03-111-6/+1
* [Reproducers] Implement log_append for function pointers.Jonas Devlieghere2019-03-114-10/+18
* Fix some comment typos.Med Ismail Bennani2019-03-113-4/+4
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-114-1/+129
* Makefile.rules: Upstream SDKROOT handling code for Darwin.Adrian Prantl2019-03-111-0/+18
* [Reproducers] Replace callbacks with void*Jonas Devlieghere2019-03-113-13/+10
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-11221-3561/+3561
* [lldb] [test] Mark more tests flakey on NetBSDMichal Gorny2019-03-112-0/+2
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-117-0/+9
* Attempt to fix MSVC build error after r355824Pavel Labath2019-03-111-8/+9
* Add "operator bool" to SB APIsPavel Labath2019-03-11168-18/+551
* Fix invalid use of StringRef::data in Socket::DecodeHostAndPortPavel Labath2019-03-111-5/+3
* Quiet command regex instructions during batch executionDave Lee2019-03-1013-24/+24
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-099-10/+2
* Actually implement the TestQueues.py workaroundFrederic Riss2019-03-091-5/+4
* Try to workaround the TestQueues.py flakynessFrederic Riss2019-03-091-0/+5
* Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere2019-03-093-21/+31
* Add parens to force the order of operations in an expression tryingJason Molenda2019-03-091-1/+1
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0813-30/+507
* Remove dependency edges from Host to Target/Core.Zachary Turner2019-03-082-2/+0
* [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
OpenPOWER on IntegriCloud