summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud