summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."Davide Italiano2019-02-212-17/+58
* Merge target triple into module triple when constructing module from memoryAlex Langford2019-02-201-0/+4
* [lldb-mi] Move TestMIPrompt away from pexpect().Davide Italiano2019-02-202-58/+17
* [lldb-mi] Remove a test that uses pexpect().Davide Italiano2019-02-201-82/+0
* [TestModuleCXX] Make this test Darwin-only.Jonas Devlieghere2019-02-201-1/+1
* [lldb] [test] Fix expected netbsd output for TestImageListMultiArchitectureMichal Gorny2019-02-201-1/+1
* [lldb] [ObjectFile/ELF] Fix recognizing NetBSD imagesMichal Gorny2019-02-205-13/+64
* [TestModuleCXX] Use UNSUPPORTED instead of REQUIRESJonas Devlieghere2019-02-201-1/+1
* [Instrumentation] Make API logging unconditionalJonas Devlieghere2019-02-201-4/+20
* [lldb-instr] Group RECORD macrosJonas Devlieghere2019-02-202-4/+13
* Move -fcxx-modules to MANDATORY_MODULE_BUILD_CFLAGS (NFC)Adrian Prantl2019-02-201-3/+4
* [lldbtest] Remove some accidentally commented out code.Davide Italiano2019-02-201-2/+0
* [testsuite] Fix TestUnicodeString to work with Py2 and Py3.Davide Italiano2019-02-201-2/+2
* [lldb-instr] Don't print REGISTER macro when RECORD is already presentJonas Devlieghere2019-02-192-8/+10
* Add Facebook Minidump directory streams and options to dump them.Greg Clayton2019-02-195-2/+267
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-195-114/+52
* Fix vscode tests for python3Pavel Labath2019-02-191-2/+2
* [gui] Simplify SourceFileWindowDelegate::WindowDelegateDrawPavel Labath2019-02-191-5/+2
* [lldb-instr] Test that we ignore existing macros.Jonas Devlieghere2019-02-193-1/+13
* [lldb-instr] Wrap returns of struct/classes in LLDB_RECORD_RESULTJonas Devlieghere2019-02-195-4/+50
* Disable TestModuleCXX.test on WindowsJonas Devlieghere2019-02-191-0/+2
* [lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano2019-02-181-18/+4
* [lldb-instr] Add constructor and move test into lit/toolsJonas Devlieghere2019-02-184-16/+26
* One more fix while I'm looking at this - remove the Jason Molenda2019-02-181-7/+1
* Ah, misunderstood Jonas' feedback - fix this so we'llJason Molenda2019-02-181-1/+2
* Clean up an unused variable warning when building this forJason Molenda2019-02-181-0/+4
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-1815-13/+82
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
* Fix TestLinuxCore for python3Pavel Labath2019-02-181-4/+4
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-185-52/+114
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-185-3/+94
* Return better error message from GDBRemoteCommunication::ConnectLocallyPavel Labath2019-02-181-3/+4
* Set cmake policy CMP0075 to NEWPavel Labath2019-02-181-0/+4
* Remove unused extern declaration as removed by D32167Jan Kratochvil2019-02-171-2/+0
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-163-0/+103
* [testsuite] Skip this test correctly also on macOS.Davide Italiano2019-02-161-3/+2
* Fix TestDataFormatterLibcxxListLoop.py testRaphael Isemann2019-02-161-0/+8
* Temporarily disable test:Richard Smith2019-02-161-1/+4
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-153-42/+69
* 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
OpenPOWER on IntegriCloud