summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second round of fixups for r280692Pavel Labath2016-09-062-4/+5
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-0617-501/+26
* Fix build breakage in r280692Pavel Labath2016-09-063-3/+3
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-0643-4/+2154
* remove dependence of TestGdbRemoteExitCode.py on parent directory sourceTodd Fiala2016-09-053-4/+391
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-0517-26/+501
* Replace uses of MIUtilParse::CRegexParser with llvm::RegexPavel Labath2016-09-052-31/+35
* Add default_packet_timeout key to the new TestGdbRemoteHostInfo testPavel Labath2016-09-051-1/+2
* XFAIL TestGdbRemoteExitCode failing testsTodd Fiala2016-09-041-0/+2
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-0435-128/+6319
* Check for nullEnrico Granata2016-09-021-0/+7
* Fix build breakage caused by r280490Tamas Berghammer2016-09-021-2/+1
* Fix 2 waring in the OCaml AST contextTamas Berghammer2016-09-022-3/+0
* Reapply "Make Scalar::GetValue more consistent"Pavel Labath2016-09-023-5/+41
* Revert "Make Scalar::GetValue more consistent"Pavel Labath2016-09-023-32/+6
OpenPOWER on IntegriCloud