summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-25Merging r245927:release_37Hans Wennborg
2015-08-18Remove RegisterContext_mips64.h which was replaced by RegisterContext_mips.h ...Hans Wennborg
2015-08-17Merging r245217:Hans Wennborg
2015-08-13Merging r244866:Hans Wennborg
2015-08-13Merging r244865:Hans Wennborg
2015-08-13Merging r244864:Hans Wennborg
2015-08-12Merging r244006:Hans Wennborg
2015-08-11Merging r243091:Hans Wennborg
2015-07-30Merging r243618:Hans Wennborg
2015-07-20Merging r242529:Hans Wennborg
2015-07-20Merging r242525:Hans Wennborg
2015-07-16Merging r242381:Hans Wennborg
2015-07-15Merging r242306:Hans Wennborg
2015-07-14Creating release_37 branch off revision 242221Hans Wennborg
2015-07-14Cleanup; remove trailing spaces.Dawn Perchik
2015-07-14[Makefiles] Align library names with CMake buildKeno Fischer
2015-07-14Add comment explaning sanity check on packet size in the packet decompression...Jason Molenda
2015-07-14Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov
2015-07-14Fix temp port file path generation in lldb-platform.Oleksiy Vyalov
2015-07-14Fix LLDB Xcode build broken in r242137Ewan Crawford
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone
2015-07-14Fix off-by-one error in the packet decompression routineJason Molenda
2015-07-14Fix debugserver build breakage on Mavericks after lldb commit svn 240728Dawn Perchik
2015-07-14Fix FreeBSD build.Chaoren Lin
2015-07-14Refactor Unix signals.Chaoren Lin
2015-07-13Fix Windows build break related to MainLoop.Adrian McCarthy
2015-07-13Don't crash if we are unable to get the member type.Greg Clayton
2015-07-13[lldb-mi] Add const qualifier to vMITextLine in InterpretCommandThisDriver.Dawn Perchik
2015-07-13Avoid dependency on uuid.h in MacOSXDYLDPavel Labath
2015-07-13Remove hack about the size of long doubles from DataExtractorTamas Berghammer
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath
2015-07-13Skip oatdata and oatexec symbols in system@framework@boot.oatTamas Berghammer
2015-07-13[LLDB][MIPS] Add mips cores in cores_match () in ArchSpecSagar Thakur
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda
2015-07-10Don't try to make a pseudo terminal if we are launching in a separate termina...Greg Clayton
2015-07-10Fixed a problem where variables in modules were not appropriately discovered bySean Callanan
2015-07-10Don't let a test fail because of a teardown command returning an error. Use a...Greg Clayton
2015-07-09Fix 32-bit Linux watchpoint failures.Chaoren Lin
2015-07-09Unbreak Makefile buildKeno Fischer
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-09Fix TestStopHookMultipleThreads and TestNamespace after r241751Pavel Labath
2015-07-09[lldb-mi] Remove unused typedefs.Bruce Mitchener
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-07-08Unbreak the MacOSX build.Greg Clayton
2015-07-08Implement qXfer:libraries:read.Stephane Sezer
2015-07-08Try to enable TestProcessAttach tests on Linux.Oleksiy Vyalov
2015-07-08Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer
2015-07-08Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan