summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
diff options
context:
space:
mode:
authorJean-Daniel Dupas <devlists@shadowlab.org>2014-07-02 09:51:28 +0000
committerJean-Daniel Dupas <devlists@shadowlab.org>2014-07-02 09:51:28 +0000
commite7c7c3de9324000feedbf1e332db3e1cedb0a49c (patch)
treeefa93c3a4285a5dec7b719c33cbc658e5fb813ac /lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
parent70fc29ca86f0f852ed0e3d007cff7b45bb396e7c (diff)
downloadbcm5719-llvm-e7c7c3de9324000feedbf1e332db3e1cedb0a49c.tar.gz
bcm5719-llvm-e7c7c3de9324000feedbf1e332db3e1cedb0a49c.zip
Replace uint32_t by lldb::RegisterKing in register context API.
llvm-svn: 212172
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h')
-rw-r--r--lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
index 0a60bfe382b..d6ecfeb68ca 100644
--- a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
+++ b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
@@ -67,7 +67,7 @@ public:
WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
virtual uint32_t
- ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num);
+ ConvertRegisterKindToRegisterNumber (lldb::RegisterKind kind, uint32_t num);
bool
IsValid () const;
@@ -178,7 +178,7 @@ private:
// Get the contents of a general purpose (address-size) register for this frame
// (usually retrieved from the next frame)
bool
- ReadGPRValue (int register_kind, uint32_t regnum, lldb::addr_t &value);
+ ReadGPRValue (lldb::RegisterKind register_kind, uint32_t regnum, lldb::addr_t &value);
lldb::UnwindPlanSP
GetFastUnwindPlanForFrame ();
OpenPOWER on IntegriCloud