llvm-project/lldb/source/Plugins/Process
Jason Molenda b4f65501fc Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB.
I only did a tiny bit of testing; in the one case I tried changing the
contents of a radar in the middle of a stack and it was still current in
the live register context so it filtered down to frame 0 and was handed
over to the live register set RegisterContext.  I need to test a case
where a register is saved on the stack in memory before I check this
one off.

llvm-svn: 118486
2010-11-09 04:31:16 +00:00
..
Linux The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
MacOSX-User Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
Utility Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. 2010-11-09 04:31:16 +00:00
gdb-remote Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning 2010-11-08 04:29:11 +00:00