summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-1510-33/+95
* Try to fix windows build after rL281569Tamas Berghammer2016-09-152-2/+2
* Make the keys enumerations for options and resolvers enum classes.Jim Ingham2016-09-154-13/+16
* More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan2016-09-143-60/+33
* Replaced two instances of std::function with auto.Sean Callanan2016-09-142-8/+6
* Cleaned up a little bit of redundant code in 'frame diagnose.`Sean Callanan2016-09-141-11/+19
* Use 'enum class' instead of 'enum' in NativeRegisterContextLinux_x86_x64.Valentina Giusti2016-09-142-36/+36
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-1411-115/+407
* Fix some const-ness issues with BreakpointID & BreakpointIDList.Jim Ingham2016-09-143-10/+12
* Use Intel CPU flags to determine target supported features.Valentina Giusti2016-09-143-117/+183
* Cleaned up the code that handles function return addresses in "frame diagnose."Sean Callanan2016-09-141-18/+33
* Force c++14 when running tests on Windows.Zachary Turner2016-09-131-0/+1
* TestQueues could error out because the one second sleep main.c wasJason Molenda2016-09-132-3/+6
* Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan2016-09-135-80/+210
* Add some unit tests for ArchSpec.Zachary Turner2016-09-134-2/+108
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-1313-108/+123
* fixup Xcode build for removal of MIUtilParse.*Todd Fiala2016-09-131-6/+0
* Fix a merge mishap in rL281348Dimitar Vlahovski2016-09-131-2/+0
* MinidumpParsing: pid, modules, exceptions, stringsDimitar Vlahovski2016-09-137-69/+412
* Remove MIUtilParse (no longer used)Pavel Labath2016-09-133-152/+0
* Fix linux build after rL281273Tamas Berghammer2016-09-131-1/+1
* Reduce the number of simultaneous debug sessions to 10 and removeJason Molenda2016-09-132-2/+1
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-1317-78/+98
* Fix an issue where LLDB was not masking enough bits off of objc classes data(...Enrico Granata2016-09-131-1/+14
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-1223-255/+1859
* xfail TestQueues.py and TestDarwinLogFilterMatchMessage.pyTodd Fiala2016-09-122-0/+9
* fix Xcode build after r281226Todd Fiala2016-09-121-1/+1
* Move StdStringExtractor to tools/debugserverPavel Labath2016-09-126-7/+4
* Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)Ilia K2016-09-122-3/+101
* Fix about a dozen compile warningsIlia K2016-09-128-23/+25
* async structured data packet handling improvementsTodd Fiala2016-09-105-46/+87
* xfail DarwinLog "filter message by regex" testsTodd Fiala2016-09-091-0/+10
* [LLDB][MIPS] Fix Emulation for JALR64 InstructionNitesh Jain2016-09-091-0/+1
* [LLDB][MIPS] Fix TestEhFrameUnwind.py for MIPSNitesh Jain2016-09-091-3/+29
* Fixing a build breakage caused from a change in LLVM rL281019Dimitar Vlahovski2016-09-091-3/+1
* NFC: Reformat ABISysV_i386 register context into something readablePavel Labath2016-09-091-668/+60
* [LLDB][MIPS] Fix TestLldbGdbServer.py failureNitesh Jain2016-09-091-1/+3
* Fix new gdb-remote client unit test for windowsPavel Labath2016-09-091-3/+4
* Fix MSVC error from r280919Pavel Labath2016-09-081-4/+4
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-0817-21/+639
* Fix -Wcovered-switch-default warning in AppleObjCRuntimeV2.cppEd Maste2016-09-081-2/+0
* Fix unused variable and integer sign warnings from r280906Ed Maste2016-09-081-3/+2
* LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal2016-09-083-0/+27
* Fix test breakage in r280919Pavel Labath2016-09-081-1/+5
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-0813-17/+390
* I'm experimenting with changing how the mixed source & assemblyJason Molenda2016-09-084-58/+367
* I had a problem with one SDK where dispatch_release was actually aJason Molenda2016-09-081-1/+1
* Force the initialization of the m_type ivar inJason Molenda2016-09-081-0/+3
* Remove lldb coding conventions as they are no longer relevant.Jim Ingham2016-09-083-154/+0
* Remove CxaDemangle.cpp / .h from xcode project file.Jason Molenda2016-09-071-6/+0
OpenPOWER on IntegriCloud