summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings compiling with clang-cl on Windows.Zachary Turner2016-11-022-4/+3
* Fix printf errors in ProcessMinidumpPavel Labath2016-11-021-6/+6
* Remove TimeValue from UnwindLLDB.cppPavel Labath2016-11-021-8/+7
* Remove TimeValue usages from MacOSX-Kernel process plugin. NFCPavel Labath2016-11-023-10/+7
* Add helpers for the notion of a type scavenger that is "either this or that" ...Enrico Granata2016-11-011-50/+55
* Implement a general type scavenger that can dig types from debug info + a fil...Enrico Granata2016-11-011-69/+10
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-015-7/+15
* Minidump plugin: Fix flaky testDimitar Vlahovski2016-11-012-9/+22
* Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructionsJason Molenda2016-11-011-67/+75
* Remove executable bit on a source fileStephane Sezer2016-11-011-0/+0
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-318-92/+85
* Remove a couple of old TODOs and don't make a new ConstString each time; none...Enrico Granata2016-10-311-12/+15
* Improve ".." handling in FileSpec normalizationPavel Labath2016-10-311-1/+1
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-319-5/+642
* Minidump plugin: Adding x86_32 register context converterDimitar Vlahovski2016-10-315-8/+246
* Rename DWARF 5 constants to adapt to change in LLVMAdrian Prantl2016-10-281-4/+4
* Check that we got back an object from MakeFunctionCallerJason Molenda2016-10-274-4/+4
* Add support for "type lookup" to find C and C++ typesEnrico Granata2016-10-272-0/+78
* Don't set a software stepping breakpoint at 0 on arm or mips.Pavel Labath2016-10-261-1/+5
* Enable the use of the new dyld SPI on the currentJason Molenda2016-10-261-5/+0
* Revert "Improve the libstdc++ smart pointer formatters"Pavel Labath2016-10-253-201/+92
* Fix arm64 sub-register definitionsPavel Labath2016-10-241-221/+221
* Reformat RegisterInfos_arm64 into a table. NFCPavel Labath2016-10-241-1986/+184
* Add the new arm64 sub-register definitions to NativeRegisterContextLinuxPavel Labath2016-10-243-3/+148
* Add some additional logging to Jason Molenda2016-10-211-5/+20
* Fix incorrect header order introduced in rL284830Tamas Berghammer2016-10-212-6/+6
* Add data formatter for libstdc++ unique_ptrTamas Berghammer2016-10-214-0/+180
* Add data formatter for libstdc++ tupleTamas Berghammer2016-10-214-0/+119
* Improve the libstdc++ smart pointer formattersTamas Berghammer2016-10-213-92/+201
* This debugging message has been left in the code for years, until one day it ...Enrico Granata2016-10-201-2/+1
* Minidump plugin: redesign the x86_64 register contextDimitar Vlahovski2016-10-202-154/+173
* Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...Omair Javaid2016-10-202-105/+59
* Add lldb register definitions for w0-w28, s0-s31, and d0-d31 toJason Molenda2016-10-194-70/+1573
* Minidump plugin: functions parsing memory structures and filtering module listDimitar Vlahovski2016-10-194-0/+358
* [cmake] Make dependencies of lldb libraries private, take 2Pavel Labath2016-10-181-1/+1
* [lldb] Read modules from memory when a local copy is not availableWalter Erquinigo2016-10-172-69/+113
* [lldb] Improve identification of Linux core dumps. Fix for bug #30485.Richard Chamberlain2016-10-131-2/+1
* [LLDB][MIPS] fix Floating point register read/write for big endianNitesh Jain2016-10-125-260/+331
* [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABINitesh Jain2016-10-122-7/+11
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-113-16/+56
* [LLDB][MIPS] Fix TestReturnValue failure for MIPSNitesh Jain2016-10-101-27/+39
* [LLDB][MIPS] Fix register read/write for 32 bit big endian systemNitesh Jain2016-10-101-1/+1
* Fix a few warnings caught by clang.Zachary Turner2016-10-072-2/+2
* Fix build failure on lldb-amd64-ninja-freebsd11 error caused by rL283474Valentina Giusti2016-10-072-9/+22
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-067-51/+64
* Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti2016-10-063-6/+42
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-26/+24
* Fixes for libc++ std::unordered_map data formatter against trunkEnrico Granata2016-10-051-4/+30
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-2/+1
OpenPOWER on IntegriCloud