Go to the documentation of this file.
25 #ifndef __NMV_BREAKPOINTS_VIEW_H__
26 #define __NMV_BREAKPOINTS_VIEW_H__
29 #include <gtkmm/widget.h>
38 NEMIVER_BEGIN_NAMESPACE (
nemiver)
57 Gtk::Widget& widget ()
const;
59 (
const std::map<string, IDebugger::Breakpoint> &a_breakpoints);
64 go_to_breakpoint_signal ()
const;
70 #endif //__NMV_BREAKPOINTS_VIEW_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
a breakpoint descriptor
Definition: nmv-i-debugger.h:90
Definition: nmv-i-perspective.h:54
Definition: nmv-breakpoints-view.h:43