summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* MainLoop: Add unit testsPavel Labath2017-05-044-105/+229
* Don't attempt to use mpx registers on unsupported platformsFrancis Ricci2017-05-032-0/+10
* Windows fix for TestConflictingDefinition makefilePavel Labath2017-05-031-1/+1
* Check for lack of C++ context first when demanglingPavel Labath2017-05-031-18/+17
* Fixed a bug where we did not properly use the complete versions of Objective-...Sean Callanan2017-05-0310-2/+136
* Android.rules: set "ar" path correctlyPavel Labath2017-05-021-0/+1
* ObjectFileELF: Fix symbol lookup in bss sectionPavel Labath2017-05-024-1/+166
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-0213-159/+135
* Remove unused code related to CPlusPlusLanguage::FindEquivalentNamesPavel Labath2017-05-022-150/+0
* Public headers need to be public.Tim Hammerquist2017-04-281-2/+2
* Add remaining SBTrace headers to LLDB frameworkTim Hammerquist2017-04-281-0/+4
* Remove lock from ConstString::GetLengthPavel Labath2017-04-281-18/+11
* Resurrect pselect MainLoop implementationPavel Labath2017-04-282-94/+209
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-2811-4/+78
* Add a newline to suppress compiler warnings.Jim Ingham2017-04-281-1/+1
* Resurrect the standalone build of LLDBKamil Rytarowski2017-04-282-2/+2
* integrate SBTrace changes into Xcode projectTim Hammerquist2017-04-271-0/+12
* Fixing Windows botChris Bieneman2017-04-271-1/+1
* NFC. Add comment about debugserver usageChris Bieneman2017-04-271-0/+6
* Fix GreenDragon botsChris Bieneman2017-04-271-2/+0
* Update GDB remote command regex for IPv6Chris Bieneman2017-04-271-2/+2
* [CMake] Abstract Config.h generation for XcodeChris Bieneman2017-04-274-27/+60
* [LLDB][MIPS] Forgot to add check in commit rl301530Nitesh Jain2017-04-271-2/+4
* TCPSocket: add back support for "*" addressPavel Labath2017-04-271-0/+2
* [LLDB][MIPS] Fix TestMiExec.py failure.Nitesh Jain2017-04-271-2/+8
* Fix build for clang r301507Pavel Labath2017-04-271-2/+2
* One more try at the whole compiling thing...Chris Bieneman2017-04-271-1/+1
* One more attempt to fix the broken bots.Chris Bieneman2017-04-271-0/+2
* Fix Windows bots broken by r301492Chris Bieneman2017-04-271-1/+3
* Fix libcxx formatters for changes in r300140.Lang Hames2017-04-263-16/+87
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-2629-487/+680
* Update lldb to match clang r301442.Richard Smith2017-04-261-22/+15
* Fixed a crash when dealing with an empty method name in the ObjC runtime.Sean Callanan2017-04-261-1/+6
* Use llvm::ArrayRef rather than std::vector/std::initializer lists for someLang Hames2017-04-263-52/+11
* Initial implementation of SB APIs for Tracing support.Ravitheja Addepally2017-04-2622-69/+785
* Remove the home-grown android toolchain file and all references to itPavel Labath2017-04-252-186/+24
* [LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.Nitesh Jain2017-04-251-1/+1
* Name the C++ source files for two tests correctly.Sean Callanan2017-04-242-2/+2
* Fixed two bad Makefiles that might be breaking Linux.Sean Callanan2017-04-242-2/+2
* [Expression parser] Return both types and variablesSean Callanan2017-04-248-258/+347
* [DWARF] Fix lookup in the abstract origins of inlined blocks/functionsSean Callanan2017-04-244-2/+78
* Update two android XFAILSPavel Labath2017-04-242-2/+2
* Fix the new SocketAddressTest on WindowsPavel Labath2017-04-241-3/+20
* [LLDB][MIPS] Move it into HandleLLVMOptions.cmake.Nitesh Jain2017-04-241-6/+0
* Add more arguments to SocketAddress::GetAddressInfoPavel Labath2017-04-243-27/+26
* Simplify FreeBSD Host.cpp with early returnsEd Maste2017-04-231-78/+86
* ThreadSanitizer plugin: match for loop variable with expected typeEd Maste2017-04-221-1/+1
* Correct the names of some target conditional defines in debugserver.Jason Molenda2017-04-211-1/+1
* Add an example command to toggle between disassembly-only and source mode.Jim Ingham2017-04-201-0/+48
* Changed a use of APInt::getSignBit to APInt::getSignMask.Sean Callanan2017-04-201-1/+1
OpenPOWER on IntegriCloud