summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use llvm to do endian conversions.Zachary Turner2016-08-301-105/+35
* Add a few more unit tests for StringExtractor.Zachary Turner2016-08-302-0/+172
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-308-41/+48
* Remove mention of autoconf from the build instructionsTamas Berghammer2016-08-301-37/+0
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-308-164/+101
* Fix darwin cmake build for r279997Pavel Labath2016-08-301-1/+1
* Fix fallout from the GetNameColonValue() refactor (r280000)Pavel Labath2016-08-302-8/+12
* Update debugserver project to pull in StdStringExtractor.cpp instead of the newJason Molenda2016-08-301-8/+6
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-2910-509/+489
* Copy StringExtractor to StdStringExtractor.Zachary Turner2016-08-296-16/+700
* Remove std::atomic from lldb::Address.Zachary Turner2016-08-292-5/+4
* Fix some build bot breakages.Zachary Turner2016-08-272-6/+6
* Add some unit tests for StringExtractor::GetNameColonValue.Zachary Turner2016-08-271-0/+53
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-278-65/+62
* This test now succeeds.Jim Ingham2016-08-271-1/+0
* Fixed the location of a conditional to make the following code clearer.Sean Callanan2016-08-271-7/+7
* The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan2016-08-273-102/+53
* Fixed a bad lldbassert() condition.Sean Callanan2016-08-261-1/+1
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-2620-554/+564
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-264-9/+34
OpenPOWER on IntegriCloud