summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [windows] re-call signal in sigint_handler for WindowsNathan Lanza2019-07-121-0/+3
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-128-56/+108
* [Target] Replace Plugin headers with non-plugin headersAlex Langford2019-07-111-2/+1
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-117-10/+57
* [lldb] Make TestDeletedExecutable more reliableRaphael Isemann2019-07-112-5/+25
* [lldb] Don't use __FUNCTION__ as a file nameRaphael Isemann2019-07-111-1/+1
* [LLDB] Fix FreeBSD build.David Carlier2019-07-112-19/+24
* [lldb] Disable TestDollarInVariable.py on WindowsRaphael Isemann2019-07-111-1/+2
* [swig] Add workaround for old swigJonas Devlieghere2019-07-111-0/+5
* [lldb] Fix handling of dollar characters in expr commandRaphael Isemann2019-07-107-31/+132
* [Expression] IR Instrumenters should have a UtilityFunctionAlex Langford2019-07-102-18/+18
* Add Python 3.6 and 3.7 to the version listNico Weber2019-07-101-1/+1
* [scripts] Remove the unused 'shush' script.Davide Italiano2019-07-101-64/+0
* Options: Reduce code duplicationPavel Labath2019-07-104-72/+48
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-103-29/+57
* [CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmakeStefan Granitz2019-07-101-16/+0
* [CMake][NFC] Polish comments in AddLLDB.cmakeStefan Granitz2019-07-101-2/+6
* [CMake] Add Apple-lldb-Linux.cmake cacheStefan Granitz2019-07-101-0/+8
* [CMake] Polish Apple-lldb cachesStefan Granitz2019-07-102-18/+8
* [CMake] `install-distribution` for LLDB on DarwinStefan Granitz2019-07-108-74/+118
* [CMake] Distribution builds for LLDB standaloneStefan Granitz2019-07-103-1/+14
* [CMake] Remove extra lldb-framework targetStefan Granitz2019-07-102-14/+6
* Revert accidental change to fileAaron Smith2019-07-101-3/+0
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-106-455/+726
* [lldb] Quick Fix: IRExecutionUnit check pointer before access itAlex Langford2019-07-091-3/+3
* [lldb_test_suite] Fix lldb test suite targeting remote AndroidAlex Langford2019-07-093-2/+11
* [Docs] Replace SVN revisions with lldb versionsDave Lee2019-07-091-7/+6
* [lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncherStella Stamenova2019-07-091-1/+1
* [lldb-suite] Skip TestMachCore on WindowsStella Stamenova2019-07-091-1/+4
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-092-16/+20
* [CMake] Polish a commentStefan Granitz2019-07-091-1/+2
* [CMake] Don't initialize LLVM_INSTALL_TOOLCHAIN_ONLY in Apple-lldb-base cacheStefan Granitz2019-07-091-1/+0
* [CMake] Remove old lldb_setup_framework_rpaths_in_tool()Stefan Granitz2019-07-091-39/+0
* Fix ASCII art headerJonas Devlieghere2019-07-091-2/+1
* [Windows] Include ErrorHandling.hJonas Devlieghere2019-07-091-0/+2
* [crashlog] Fix a mismatch between bytes and strings.Davide Italiano2019-07-091-1/+1
* [ThreadLauncher] Use mapWindowsError and LLDB_INVALID_HOST_THREADJonas Devlieghere2019-07-081-4/+2
* [lldb, windows] When StartMonitoring fails, return a proper errorStella Stamenova2019-07-081-7/+8
* Remove install-headersJonas Devlieghere2019-07-082-168/+0
* Remove lldb-perfJonas Devlieghere2019-07-0826-4772/+0
* [Windows] Convert GetLastError to std::error_codeJonas Devlieghere2019-07-081-2/+4
* [lldb] Fix two more issues in Windows following rL365226: Change LaunchThread...Stella Stamenova2019-07-082-3/+4
* Revert "Move common functionality from processwindows into processdebugger"Stella Stamenova2019-07-085-716/+452
* [Host] Fix out-of-line definition on WindowsJonas Devlieghere2019-07-082-2/+2
* [Host] Fix out-of-line definition of StartMonitoringChildProcessJonas Devlieghere2019-07-081-1/+1
* [lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny2019-07-0811-4/+9
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-089-12/+23
* Process: generalise Windows thread setupSaleem Abdulrasool2019-07-071-10/+20
* [LLDBAssert] Use unreachable instead of assert(0)Jonas Devlieghere2019-07-051-2/+2
* [lldb] Added assert to VerifyDeclRaphael Isemann2019-07-051-1/+4
OpenPOWER on IntegriCloud