summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDBLang Hames2016-08-191-1/+2
* Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"Vedant Kumar2016-08-192-2/+4
* Reverted premature changes to .clang-formatKate Stone2016-08-192-4/+8
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-195-9/+11
* [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)Vedant Kumar2016-08-192-4/+2
* Fix 32-bit builds after r279232Pavel Labath2016-08-191-2/+3
* Fixing a Darwing test thats failing on windowsDimitar Vlahovski2016-08-191-1/+1
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-198-146/+115
* add all missing gtest tests to the Xcode lldb-gtest targetTodd Fiala2016-08-191-9/+159
* fixup macOS gtest runningTodd Fiala2016-08-191-0/+22
* fix broken gdb-remote gtestTodd Fiala2016-08-192-2/+45
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-19131-60/+11357
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-19130-11355/+60
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-19130-60/+11355
* Fixed a problem where we failed to get the size of an Objective-C type.Sean Callanan2016-08-181-1/+3
* gdb-remote: Remove manual locking from GetShlibInfoAddrPavel Labath2016-08-181-16/+4
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-185-29/+36
* gdb-remote: Centralize thread specific packet handlingPavel Labath2016-08-183-170/+135
* Fix tests for the gdb-remote memory read packetsPavel Labath2016-08-182-47/+11
* Fix parsing of complicated C++ namesPavel Labath2016-08-185-1/+49
* Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPYOmair Javaid2016-08-171-22/+27
* Fix unittests on windows after r278915Pavel Labath2016-08-171-4/+4
* Remove cmake legacy codePavel Labath2016-08-173-14/+4
* Fix unittest compilation error in r278915Pavel Labath2016-08-172-1/+1
* Remove manual packet construction from GDBRemoteRegisterContext::SetPrimordia...Pavel Labath2016-08-171-18/+5
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-178-334/+464
* Fix the RangeMapVector::FindEntryThatContainsOrFollows method to Jason Molenda2016-08-171-0/+12
* Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath2016-08-164-25/+1
* Symbol: add missing item in covered switchSaleem Abdulrasool2016-08-161-0/+1
* Fix expression evaluation with operator newPavel Labath2016-08-155-249/+342
* Fix a race in Broadcaster/Listener interactionPavel Labath2016-08-154-86/+122
OpenPOWER on IntegriCloud