summaryrefslogtreecommitdiff
path: root/include/lldb/Core/ValueObjectRegister.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-16 19:47:58 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-16 19:47:58 +0000
commitb76161e41bc2c07cd47f9c61f875d1be95e26d10 (patch)
treed03c19ce10dec6419f97df1d4dac9d47eb88982f /include/lldb/Core/ValueObjectRegister.h
parent8b4000f13b303cc154136abc74c55670673e2a96 (diff)
downloadsrc-test2-b76161e41bc2c07cd47f9c61f875d1be95e26d10.tar.gz
src-test2-b76161e41bc2c07cd47f9c61f875d1be95e26d10.zip
Notes
Diffstat (limited to 'include/lldb/Core/ValueObjectRegister.h')
-rw-r--r--include/lldb/Core/ValueObjectRegister.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/Core/ValueObjectRegister.h b/include/lldb/Core/ValueObjectRegister.h
index 50d0e12bb3f4..2aaef9bee99e 100644
--- a/include/lldb/Core/ValueObjectRegister.h
+++ b/include/lldb/Core/ValueObjectRegister.h
@@ -26,7 +26,7 @@ namespace lldb_private {
class DataExtractor;
}
namespace lldb_private {
-class Error;
+class Status;
}
namespace lldb_private {
class ExecutionContextScope;
@@ -148,9 +148,9 @@ public:
size_t CalculateNumChildren(uint32_t max) override;
- bool SetValueFromCString(const char *value_str, Error &error) override;
+ bool SetValueFromCString(const char *value_str, Status &error) override;
- bool SetData(DataExtractor &data, Error &error) override;
+ bool SetData(DataExtractor &data, Status &error) override;
bool ResolveValue(Scalar &scalar) override;