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