summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use llvm's demangler.Rafael Espindola2016-09-075-4424/+4
* Fix unittest compilation on windowsPavel Labath2016-09-074-4/+4
* Revert "Fix tests on Windows."Zachary Turner2016-09-061-2/+2
* Fix tests on Windows.Zachary Turner2016-09-061-2/+2
* Put the LLVM_ALIGNAS directive in the right place.Zachary Turner2016-09-061-2/+2
* Make LLDB compile on Windows after the reformat.Zachary Turner2016-09-062-2/+10
* Reorder FreeBSD Host.cpp #includes to fix buildEd Maste2016-09-061-6/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062780-598021/+557651
* Updated .clang-format rules so bring LLDB in line with LLVM standards.Kate Stone2016-09-062-8/+4
* Fixing an MSVC error from rL280692Dimitar Vlahovski2016-09-061-1/+1
OpenPOWER on IntegriCloud