summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert "[swig] Add workaround for old swig"Jonas Devlieghere2019-07-161-5/+0
* [SWIG] Deprecate SWIG 1.xJonas Devlieghere2019-07-161-0/+5
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-165-7/+7
* [lldb] Handle EOF from `lldb-vscode`Jan Kratochvil2019-07-161-0/+5
* [Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford2019-07-162-9/+0
* Update some file changes, but there's a dependency loop soJason Molenda2019-07-151-12/+4
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-1533-30/+56
* [lldb][doc] Document how our LLDB table gen initialized optionsRaphael Isemann2019-07-151-0/+98
* [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSDMichal Gorny2019-07-131-1/+0
* Make Python version setting actually effectiveJonas Devlieghere2019-07-131-1/+1
* [DWARFContext] Strip leading dot in section namesJonas Devlieghere2019-07-131-0/+2
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-1213-9/+23
* [ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2019-07-122-61/+70
* [Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford2019-07-124-42/+52
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-1213-29/+436
* [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
OpenPOWER on IntegriCloud