summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
diff options
context:
space:
mode:
authorStephen Wilson <wilsons@start.ca>2011-03-26 00:34:57 +0000
committerStephen Wilson <wilsons@start.ca>2011-03-26 00:34:57 +0000
commit78decfd0258eb6bd688d563df10fd2ab1fdb8daf (patch)
tree32a5ce23541f36f60c96e40274eeca332f063313 /lldb/source/Plugins/Process
parent63f37bba1aec7b50617ea889b88da0e347f9b962 (diff)
downloadbcm5719-llvm-78decfd0258eb6bd688d563df10fd2ab1fdb8daf.tar.gz
bcm5719-llvm-78decfd0258eb6bd688d563df10fd2ab1fdb8daf.zip
linux: minor updates to account for recent namespace changes
llvm-svn: 128313
Diffstat (limited to 'lldb/source/Plugins/Process')
-rw-r--r--lldb/source/Plugins/Process/Linux/RegisterContextLinux_i386.h4
-rw-r--r--lldb/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/Linux/RegisterContextLinux_i386.h b/lldb/source/Plugins/Process/Linux/RegisterContextLinux_i386.h
index 30b3d7073c1..890fd88240e 100644
--- a/lldb/source/Plugins/Process/Linux/RegisterContextLinux_i386.h
+++ b/lldb/source/Plugins/Process/Linux/RegisterContextLinux_i386.h
@@ -33,13 +33,13 @@ public:
size_t
GetRegisterCount();
- const lldb::RegisterInfo *
+ const lldb_private::RegisterInfo *
GetRegisterInfoAtIndex(uint32_t reg);
size_t
GetRegisterSetCount();
- const lldb::RegisterSet *
+ const lldb_private::RegisterSet *
GetRegisterSet(uint32_t set);
bool
diff --git a/lldb/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h b/lldb/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h
index 08d2cbdaafb..48540b4e60a 100644
--- a/lldb/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h
+++ b/lldb/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h
@@ -32,13 +32,13 @@ public:
size_t
GetRegisterCount();
- const lldb::RegisterInfo *
+ const lldb_private::RegisterInfo *
GetRegisterInfoAtIndex(uint32_t reg);
size_t
GetRegisterSetCount();
- const lldb::RegisterSet *
+ const lldb_private::RegisterSet *
GetRegisterSet(uint32_t set);
bool
OpenPOWER on IntegriCloud