summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump up TestCallWithTimeout timeoutPavel Labath2016-09-021-2/+2
* Make Scalar::GetValue more consistentPavel Labath2016-09-023-6/+32
* When updating a ValueObjectRegister, set the flag to remind yourself of wheth...Enrico Granata2016-09-011-0/+2
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-014-11/+139
* Minidump parsingDimitar Vlahovski2016-09-0112-0/+768
* XFail TestMemoryFind on 32-bit architecturesPavel Labath2016-09-011-0/+2
* There exists at least one compiler on one platform that doesn't know how to a...Enrico Granata2016-09-011-1/+1
* Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata2016-09-014-16/+152
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-316-0/+107
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-313-10/+31
* Remove unused variables.Zachary Turner2016-08-314-7/+1
* Always rely on CFI unwind info for linux vdsoPavel Labath2016-08-312-4/+26
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-313-1/+3
* Add more unit tests for StringExtractor hex/endian functions.Zachary Turner2016-08-311-19/+133
* XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...Pavel Labath2016-08-311-0/+1
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-3111-140/+218
* Revert r280200 and put it a proper fixPavel Labath2016-08-312-5/+4
* Fix lldb build on Mac.Pavel Labath2016-08-311-1/+1
* Update the Linux code to reflect the changes done by zturner in r280139Sylvestre Ledru2016-08-311-1/+1
* Rename the test classEnrico Granata2016-08-301-1/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-306-0/+153
* Teach ValueObject::ReadPointedString how to read char[] in host memoryEnrico Granata2016-08-301-5/+16
* Fix a typo/thinko - this was generating the wrong kind of arrayEnrico Granata2016-08-301-1/+1
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-309-1/+57
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-3010-114/+107
OpenPOWER on IntegriCloud