llvm-project/lldb/source/Plugins/Process
Jason Molenda a05677126d Hoist the RegisterNumber class out of RegisterContextLLDB and make
it more generally available. 

Add checks to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite() so
that it won't try to augment an UnwindPlan that already describes
the function epilogue.

Add a test case for backtracing out of _sigtramp on Darwin systems.
This could probably be adapted to test the same thing on linux/bsd but 
the function names of sigtramp and kill are probably platform
specific and I'm not sure what they should be.

llvm-svn: 225578
2015-01-10 04:01:03 +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 Hoist the RegisterNumber class out of RegisterContextLLDB and make 2015-01-10 04:01:03 +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