summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath2017-02-034-182/+79
* Push down more common code into PlatformPOSIXPavel Labath2017-02-0312-226/+51
* Move classes from Core -> Utility.Zachary Turner2017-02-02208-305/+305
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-0212-563/+143
* Break some dependencies in lldbUtility.Zachary Turner2017-02-012-1/+909
* Transform ProcessLauncherLinux to ProcessLauncherPosixForkKamil Rytarowski2017-02-011-2/+2
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-314-8/+94
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-3111-16/+93
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-3121-21/+210
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-3118-18/+174
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-3116-16/+175
* [CMake] Add explicit dependencies to pluginsChris Bieneman2017-01-3113-13/+106
* NFC. Remove unused header include.Chris Bieneman2017-01-311-1/+0
* Recognize Real-Time Signals on NetBSDKamil Rytarowski2017-01-281-3/+31
* NFC: Improve comments in SymbolFilePDB.cppAdrian McCarthy2017-01-271-72/+46
* include Host/Time.h in Cocoa.cppPavel Labath2017-01-251-0/+1
* NPL: Compartmentalize arm64 single step workaround betterPavel Labath2017-01-254-133/+106
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-251-6/+2
* Fix a bug where lldb does not respect the packet size.Hafiz Abid Qadeer2017-01-241-5/+25
* FreeBSD ARM support for software single stepEd Maste2017-01-244-7/+237
* android-mips: define PTRACE_GETREGSET in headers don't do itPavel Labath2017-01-241-0/+3
* Add format_provider for lldb::StateTypePavel Labath2017-01-241-5/+5
* Prefer lzfse if it is an available compression method (this wasJason Molenda2017-01-241-3/+3
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-4/+4
* Add a catch-all line for detecting dyld in the inferior processJason Molenda2017-01-212-0/+5
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-203-33/+71
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-203-0/+4
* Refactor logging in NativeProcessLinuxPavel Labath2017-01-191-637/+323
* Avoid unused variable warning when assert is disabled.Hafiz Abid Qadeer2017-01-191-2/+2
* Fix a problem with the new dyld interface code -- when a new processJason Molenda2017-01-191-0/+5
* Add a more succinct logging syntaxPavel Labath2017-01-181-4/+2
* [cmake] Make lldb build with the android ndk toolchain filePavel Labath2017-01-171-1/+1
* Remove a couple of Stream flagsPavel Labath2017-01-135-75/+2
* Fix log typo in ABISysV_arm64.cppOmair Javaid2017-01-131-1/+1
* Update to match clang r291737.Richard Smith2017-01-121-3/+2
* Stop limiting the number of TSan backtrace size to 8Kuba Mracek2017-01-101-1/+2
* Remove an incorrect byte size calculation in DWARFASTParserClangTamas Berghammer2017-01-071-1/+1
* Reapply "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-16/+17
* Revert "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-17/+16
* Fix clang build for r291198Pavel Labath2017-01-061-1/+1
* Fixes for Clang API changes to use std::shared_ptrDavid Blaikie2017-01-061-16/+17
* Fix -Wunused-function warning by preprocessor conditionalizing the function t...David Blaikie2017-01-061-0/+2
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-0612-44/+25
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-051-1/+1
* Silence some -Wstring-conversion warningsPavel Labath2017-01-051-1/+1
* Add a debuginfo version check for RenderScript modulesLuke Drummond2017-01-042-1/+53
* Improve the performance of jModulesInfo in lldb-serverTamas Berghammer2017-01-032-105/+92
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-031-100/+57
* Fix a couple of incorrect format string warningsLuke Drummond2016-12-221-2/+2
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-193-8/+115
OpenPOWER on IntegriCloud