From b57e4a1bc6054a5495d6671f108914108852105b Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 4 Nov 2013 09:33:30 +0000 Subject: Roll back the changes I made in r193907 which created a new Frame pure virtual base class and made StackFrame a subclass of that. As I started to build on top of that arrangement today, I found that it wasn't working out like I intended. Instead I'll try sticking with the single StackFrame class -- there's too much code duplication to make a more complicated class hierarchy sensible I think. llvm-svn: 193983 --- lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h index 783e2cf45b6..dd4cc036ef8 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h @@ -45,7 +45,7 @@ public: GetRegisterContext (); virtual lldb::RegisterContextSP - CreateRegisterContextForFrame (lldb_private::Frame *frame); + CreateRegisterContextForFrame (lldb_private::StackFrame *frame); void Dump (lldb_private::Log *log, uint32_t index); -- cgit v1.2.3