llvm-project/lldb/source/Plugins/Process/Utility
Jason Molenda c78555c540 Change RegisterContextLLDB's unwind logging to report which stack frame
finally was able to restore a register, instead of just reporting the
frames that couldn't supply the reg.

llvm-svn: 168139
2012-11-16 06:15:40 +00:00
..
ARMDefines.h Remove asserts that will crash LLDB. These should be changed to return 2011-06-02 22:23:35 +00:00
ARMUtils.h Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
DynamicRegisterInfo.cpp Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
DynamicRegisterInfo.h Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register. 2012-08-24 01:42:50 +00:00
InferiorCallPOSIX.cpp Add the ability to set timeout & "run all threads" options both from the "expr" command and from 2012-10-16 21:41:58 +00:00
InferiorCallPOSIX.h Move inferior mmap/munmap call code into their own functions in utility lib 2011-06-03 20:40:38 +00:00
InstructionUtils.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RegisterContextDarwin_arm.cpp rdar://problem/10652076 2012-02-29 01:07:59 +00:00
RegisterContextDarwin_arm.h <rdar://problem/12602978> 2012-10-30 23:57:32 +00:00
RegisterContextDarwin_i386.cpp Patch to fix GCC build from Dmitry Vyukov. 2012-03-01 17:47:51 +00:00
RegisterContextDarwin_i386.h <rdar://problem/12602978> 2012-10-30 23:57:32 +00:00
RegisterContextDarwin_x86_64.cpp Patch to fix GCC build from Dmitry Vyukov. 2012-03-01 17:47:51 +00:00
RegisterContextDarwin_x86_64.h <rdar://problem/12602978> 2012-10-30 23:57:32 +00:00
RegisterContextLLDB.cpp Change RegisterContextLLDB's unwind logging to report which stack frame 2012-11-16 06:15:40 +00:00
RegisterContextLLDB.h A change in how we search for saved register values unintentionally 2012-11-16 01:03:31 +00:00
RegisterContextMacOSXFrameBackchain.cpp Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
RegisterContextMacOSXFrameBackchain.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
RegisterContextMach_arm.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_arm.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_i386.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_i386.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_x86_64.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_x86_64.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMemory.cpp The OS plug-in can now get data from a python script that implements the protocol. 2012-08-24 05:45:15 +00:00
RegisterContextMemory.h The OS plug-in can now get data from a python script that implements the protocol. 2012-08-24 05:45:15 +00:00
StopInfoMachException.cpp If we got what looks like a single step exception but we weren't single stepping then just report 2012-10-27 02:52:04 +00:00
StopInfoMachException.h <rdar://problem/9959501> 2012-09-25 02:40:06 +00:00
ThreadMemory.cpp Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. 2012-10-25 17:56:31 +00:00
ThreadMemory.h Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. 2012-10-25 17:56:31 +00:00
UnwindLLDB.cpp A change in how we search for saved register values unintentionally 2012-11-16 01:03:31 +00:00
UnwindLLDB.h A change in how we search for saved register values unintentionally 2012-11-16 01:03:31 +00:00
UnwindMacOSXFrameBackchain.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
UnwindMacOSXFrameBackchain.h Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00