llvm-project/lldb/source/Plugins/Process
Jason Molenda 341f0e6ee0 Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bit
so that we will use the UnwindPlan's rule for providing the stack
pointer BEFORE we use the trick of using the callee's CFA address
as the stack pointer.  When we're in a _sigtramp frame, the CFA of
the _sigtramp stack frame is not the same as the stack pointer value
when the async interrupt occurred -- we need to use the eh_frame
rules for retrieving the correct value.

<rdar://problem/18913548> 

llvm-svn: 225427
2015-01-08 03:57:48 +00:00
..
FreeBSD Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp 2014-11-19 18:27:45 +00:00
Linux Rename lldb registers to contain lldb_ prefix. 2014-11-21 02:00:21 +00:00
MacOSX-Kernel Get the correct process architecture in ProcessKDP::DidAttach(). 2014-10-31 00:06:52 +00:00
POSIX Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp 2014-11-19 18:27:45 +00:00
Utility Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bit 2015-01-08 03:57:48 +00:00
Windows Remove a lock acquisition from ProcessWindows::OnExitProcess. 2015-01-06 20:56:12 +00:00
elf-core Put FreeBSD note types in their own namespace 2015-01-06 22:13:48 +00:00
gdb-remote Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior. 2014-12-10 01:27:28 +00:00
mach-core Don't have ProcessMachCore::CanDebug use the Target's arch when 2014-08-26 22:39:03 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00