Go to the documentation of this file.
25 #ifndef __NMV_LOCAL_VARS_INSPECTOR_H__
26 #define __NMV_LOCAL_VARS_INSPECTOR_H__
38 NEMIVER_BEGIN_NAMESPACE (
nemiver)
59 Gtk::Widget& widget ()
const;
60 void set_local_variables
61 (
const std::list<IDebugger::VariableSafePtr> &a_vars);
62 void show_local_variables_of_current_function
64 void visualize_local_variables_of_current_function ();
65 void re_init_widget ();
70 #endif //__NMV_LOCAL_VARS_INSPECTOR_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
Object & operator=(Object const &)
SafePtr< ObjectPriv > m_priv
Definition: nmv-object.h:47
Definition: nmv-asm-utils.h:30
Definition: nmv-local-vars-inspector.h:42
a function frame as seen by the debugger.
Definition: nmv-i-debugger.h:372
Definition: nmv-i-perspective.h:54