|
OpenASIP 2.2
|
#include <wx/statline.h>#include <wx/spinctrl.h>#include <wx/notebook.h>#include <wx/listctrl.h>#include "ProximBreakpointWindow.hh"#include "Application.hh"#include "StopPointManager.hh"#include "StopPoint.hh"#include "Breakpoint.hh"#include "Watch.hh"#include "Proxim.hh"#include "ProximSimulationThread.hh"#include "TracedSimulatorFrontend.hh"#include "WxConversion.hh"#include "SimulatorEvent.hh"#include "ProximToolbox.hh"#include "ProximDisassemblyWindow.hh"#include "BreakpointPropertiesDialog.hh"#include "AddBreakpointDialog.hh"#include "AddWatchDialog.hh"#include "ErrorDialog.hh"#include "WatchPropertiesDialog.hh"
Go to the source code of this file.
Implementation of ProximBreakpointWindow class.
Definition in file ProximBreakpointWindow.cc.