summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch linux and android CODE_OWNERSPavel Labath2016-08-261-2/+2
* Add cmake option to choose whether to use the builtin demanglerPavel Labath2016-08-262-7/+11
* Make all the Function implementations different so the compiler won't share t...Jim Ingham2016-08-262-56/+54
* Add a notification message in 'type lookup' when the current language doesn't...Enrico Granata2016-08-251-9/+19
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-258-101/+164
* Fix warnings preventing copy elision.Pavel Labath2016-08-251-10/+10
* If the user has specified target.memory-module-load-level 'minimal'Jason Molenda2016-08-251-3/+5
* Rewrite the GetFileInSDK methods in PlatformRemoteiOS,Jason Molenda2016-08-246-223/+57
* fix darwin_log test errors on macOS < 10.12Todd Fiala2016-08-241-0/+9
* Fix mismatched new/free in Process:RunPrivateStateThreadPavel Labath2016-08-241-3/+2
* Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.Jason Molenda2016-08-241-0/+3
* Implementation "step out" plans shouldn't gather the return value.Jim Ingham2016-08-233-16/+26
* Change the PathMappingList::FindFile to use FileSpec API'sJim Ingham2016-08-233-8/+14
* Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPluginsPavel Labath2016-08-231-1/+1
* Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_statePavel Labath2016-08-231-0/+5
* Add a non-code-running data formatter for __NSCFBooleanEnrico Granata2016-08-222-0/+39
* added Xcode lldb-gtest-for-debugging targetTodd Fiala2016-08-201-0/+289
* Add logic to the ObjC runtime in LLDB to extract the pointer values of the tw...Enrico Granata2016-08-204-1/+63
* Remove a test that depends on knowing all compiler's register allocation sche...Jim Ingham2016-08-191-23/+0
OpenPOWER on IntegriCloud