diff options
author | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2015-06-18 13:35:29 +0000 |
---|---|---|
committer | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2015-06-18 13:35:29 +0000 |
commit | de8b81b45ab67f8e9e49a29c2cf3f0c9e84adcb9 (patch) | |
tree | 1d92eb4efb9a82afb850f54b9379c38f5c5e7ffa /lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h | |
parent | 23c6283ae39e118771ece06052a9e66eaded41f4 (diff) | |
download | bcm5719-llvm-de8b81b45ab67f8e9e49a29c2cf3f0c9e84adcb9.tar.gz bcm5719-llvm-de8b81b45ab67f8e9e49a29c2cf3f0c9e84adcb9.zip |
[LLDB][MIPS] Addressing some errors and warnings due to rL239991
llvm-svn: 240016
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h index be26a26da23..2b53795f0e9 100644 --- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h +++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h @@ -96,12 +96,12 @@ namespace process_linux { const RegisterValue &value) override; NativeProcessLinux::OperationUP - GetReadWatchPointRegisterValue(lldb::tid_t tid, - void* watch_readback); + GetReadWatchPointRegisterValueOperation(lldb::tid_t tid, + void* watch_readback); NativeProcessLinux::OperationUP - GetWriteWatchPointRegisterValue(lldb::tid_t tid, - void* watch_readback); + GetWriteWatchPointRegisterValueOperation(lldb::tid_t tid, + void* watch_readback); bool IsFR0(); |