summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-05-16 03:02:32 +0000
committerGreg Clayton <gclayton@apple.com>2011-05-16 03:02:32 +0000
commit93ecc368c12ee10d098ff26871178db83ddbf2de (patch)
tree17fe45f5b86dabb85f9bc49df637a339cd0ac065 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
parentb4aaf2e78d3b1d5aab1578b5ffd99310217303aa (diff)
downloadbcm5719-llvm-93ecc368c12ee10d098ff26871178db83ddbf2de.tar.gz
bcm5719-llvm-93ecc368c12ee10d098ff26871178db83ddbf2de.zip
Add support for the 'G' packet not being implemented or returning an error.
If we are asked to restore all register values, we need to fall back to restoring each register one by one. llvm-svn: 131398
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
index 315284780a4..43a3a10142e 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
@@ -232,7 +232,6 @@ protected:
bool
WriteRegisterBytes (const lldb_private::RegisterInfo *reg_info,
- const lldb_private::RegisterValue &value,
lldb_private::DataExtractor &data,
uint32_t data_offset);
OpenPOWER on IntegriCloud