aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2015-08-25Merging r245927:Hans Wennborg1-10/+3
2015-08-18Remove RegisterContext_mips64.h which was replaced by RegisterContext_mips.h ...Hans Wennborg1-336/+0
2015-08-17Merging r245217:Hans Wennborg16-333/+1496
2015-08-13Merging r244866:Hans Wennborg1-0/+15
2015-08-13Merging r244865:Hans Wennborg3-7/+41
2015-08-13Merging r244864:Hans Wennborg10-26/+249
2015-08-12Merging r244006:Hans Wennborg2-4/+4
2015-08-11Merging r243091:Hans Wennborg1-14/+13
2015-07-30Merging r243618:Hans Wennborg1-1/+7
2015-07-20Merging r242529:Hans Wennborg2-2/+4
2015-07-20Merging r242525:Hans Wennborg3-21/+21
2015-07-16Merging r242381:Hans Wennborg7-34/+153
2015-07-15Merging r242306:Hans Wennborg1-1/+1
2015-07-14Cleanup; remove trailing spaces.Dawn Perchik1-35/+35
2015-07-14[Makefiles] Align library names with CMake buildKeno Fischer23-186/+88
2015-07-14Add comment explaning sanity check on packet size in the packet decompression...Jason Molenda1-0/+4
2015-07-14Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov3-5/+8
2015-07-14Fix temp port file path generation in lldb-platform.Oleksiy Vyalov1-6/+5
2015-07-14Fix LLDB Xcode build broken in r242137Ewan Crawford1-5/+6
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford20-53/+636
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone13-532/+590
2015-07-14Fix off-by-one error in the packet decompression routineJason Molenda1-1/+1
2015-07-14Fix debugserver build breakage on Mavericks after lldb commit svn 240728Dawn Perchik1-2/+2
2015-07-14Fix FreeBSD build.Chaoren Lin3-5/+5
2015-07-14Refactor Unix signals.Chaoren Lin47-302/+505
2015-07-13Fix Windows build break related to MainLoop.Adrian McCarthy1-0/+1
2015-07-13Don't crash if we are unable to get the member type.Greg Clayton1-1/+1
2015-07-13[lldb-mi] Add const qualifier to vMITextLine in InterpretCommandThisDriver.Dawn Perchik1-1/+1
2015-07-13Avoid dependency on uuid.h in MacOSXDYLDPavel Labath1-2/+2
2015-07-13Remove hack about the size of long doubles from DataExtractorTamas Berghammer1-3/+1
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath14-75/+542
2015-07-13Skip oatdata and oatexec symbols in system@framework@boot.oatTamas Berghammer1-2/+14
2015-07-13[LLDB][MIPS] Add mips cores in cores_match () in ArchSpecSagar Thakur1-3/+93
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda14-0/+698
2015-07-10Don't try to make a pseudo terminal if we are launching in a separate termina...Greg Clayton1-0/+7
2015-07-10Fixed a problem where variables in modules were not appropriately discovered bySean Callanan2-0/+28
2015-07-10Don't let a test fail because of a teardown command returning an error. Use a...Greg Clayton1-3/+1
2015-07-09Fix 32-bit Linux watchpoint failures.Chaoren Lin1-14/+15
2015-07-09Unbreak Makefile buildKeno Fischer3-0/+16
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath11-198/+99
2015-07-09Fix TestStopHookMultipleThreads and TestNamespace after r241751Pavel Labath1-6/+3
2015-07-09[lldb-mi] Remove unused typedefs.Bruce Mitchener1-6/+0
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton29-137/+225
2015-07-08Unbreak the MacOSX build.Greg Clayton1-0/+14
2015-07-08Implement qXfer:libraries:read.Stephane Sezer1-59/+111
2015-07-08Try to enable TestProcessAttach tests on Linux.Oleksiy Vyalov1-6/+0
2015-07-08Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer8-31/+34
2015-07-08Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan2-0/+146
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan10-77/+198
2015-07-08Tolerate DWARF compile unit without filename.David Srbecky1-14/+28