Go to the documentation of this file.
34 #ifndef TTA_PROXIM_DISASSEMBLY_WINDOW_HH
35 #define TTA_PROXIM_DISASSEMBLY_WINDOW_HH
104 DECLARE_EVENT_TABLE()
virtual ~ProximDisassemblyWindow()
wxGrid * codeGrid_
The grid disapleying the disassembly.
void setMoveAttrProvider(ProximDisasmAttrProvider *attrProvider)
std::map< unsigned, std::string > menuCommand_
A map which contains command strings for context menu items.
void onSetTempBp(wxCommandEvent &event)
static const unsigned ADDRESS_COLUMN_WIDTH
Width of the instruction address column.
void onSimulatorCommand(SimulatorEvent &event)
static const unsigned INFO_COLUMN_WIDTH
Width of the column displaying the arrow pointign current instruction.
void onRunUntil(wxCommandEvent &event)
ProximDisassemblyWindow(ProximMainFrame *parent, int id)
static const unsigned DISASSEMBLY_COLUMN_WIDTH
Width of the instruction disassembly column.
void onRightClick(wxGridEvent &event)
ProximDisassemblyGridTable * codeTable_
Grid table which handles on-the-fly disassembly of the loaded program.
void onMappedMenuCommand(wxCommandEvent &event)
void loadProgram(const TTAProgram::Program &program)
find Finds info of the inner loops in the program
void showAddress(unsigned address)
static const unsigned BP_COLUMN_WIDTH
Width of the breakpoint info column.
void onProgramLoaded(const SimulatorEvent &event)
void onSimulatorStop(const SimulatorEvent &event)
void onSetBreakpoint(wxCommandEvent &event)