diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/LinuxThread.h')
| -rw-r--r-- | lldb/source/Plugins/Process/Linux/LinuxThread.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lldb/source/Plugins/Process/Linux/LinuxThread.h b/lldb/source/Plugins/Process/Linux/LinuxThread.h index c7f29ca9acb..88973fc8844 100644 --- a/lldb/source/Plugins/Process/Linux/LinuxThread.h +++ b/lldb/source/Plugins/Process/Linux/LinuxThread.h @@ -43,12 +43,6 @@ public: virtual lldb::RegisterContextSP GetRegisterContext(); - virtual bool - SaveFrameZeroState(RegisterCheckpoint &checkpoint); - - virtual bool - RestoreSaveFrameZero(const RegisterCheckpoint &checkpoint); - virtual lldb::RegisterContextSP CreateRegisterContextForFrame (lldb_private::StackFrame *frame); @@ -61,6 +55,13 @@ public: void TraceNotify(); void ExitNotify(); +protected: + virtual bool + SaveFrameZeroState(RegisterCheckpoint &checkpoint); + + virtual bool + RestoreSaveFrameZero(const RegisterCheckpoint &checkpoint); + private: RegisterContextLinux * |

