Go to the documentation of this file.
26 #ifndef __NMV_CALL_STACK_H__
27 #define __NMV_CALL_STACK_H__
30 #include <gtkmm/widget.h>
40 NEMIVER_BEGIN_NAMESPACE (
nemiver)
63 const vector<IDebugger::Frame>& frames ()
const;
65 void update_stack (
bool select_top_most =
false);
67 Gtk::Widget& widget ()
const;
75 #endif //__NMV_CALL_STACK_H__
Definition: nmv-object.h:43
Definition: nmv-address.h:31
the interface of the Workbench. The workbench is what you see graphically when you use Nemiver....
Definition: nmv-i-workbench.h:93
#define NEMIVER_API
Definition: nmv-api-macros.h:53
a debugger engine.
Definition: nmv-i-debugger.h:74
a function frame as seen by the debugger.
Definition: nmv-i-debugger.h:372
Definition: nmv-i-perspective.h:54
Definition: nmv-safe-ptr.h:71
Definition: nmv-call-stack.h:45