Go to the source code of this file.
Functions | |
X (nothing) | |
Variables | |
volatile int | single_step |
volatile int | single_step_breakpoint |
int | debugger_n_steps_left_before_interaction |
int | old_show_trace_tree |
int | old_instruction_trace |
int | old_quiet_mode |
int | quiet_mode |
#define COMBINE_INSTRUCTIONS sh_combine_instructions |
Definition at line 32 of file tmp_sh_head.cc.
#define DISASSEMBLE sh_cpu_disassemble_instr |
Definition at line 33 of file tmp_sh_head.cc.
#define DYNTRANS_ADDR_TO_PAGENR SH_ADDR_TO_PAGENR |
Definition at line 26 of file tmp_sh_head.cc.
#define DYNTRANS_ARCH sh |
Definition at line 7 of file tmp_sh_head.cc.
#define DYNTRANS_IC sh_instr_call |
Definition at line 21 of file tmp_sh_head.cc.
#define DYNTRANS_IC_ENTRIES_PER_PAGE SH_IC_ENTRIES_PER_PAGE |
Definition at line 22 of file tmp_sh_head.cc.
#define DYNTRANS_INSTR_ALIGNMENT_SHIFT SH_INSTR_ALIGNMENT_SHIFT |
Definition at line 23 of file tmp_sh_head.cc.
#define DYNTRANS_INVALIDATE_TLB_ENTRY sh_invalidate_tlb_entry |
Definition at line 25 of file tmp_sh_head.cc.
#define DYNTRANS_L2_64_TABLE sh_l2_64_table |
Definition at line 15 of file tmp_sh_head.cc.
#define DYNTRANS_L2N SH_L2N |
Definition at line 10 of file tmp_sh_head.cc.
#define DYNTRANS_L3_64_TABLE sh_l3_64_table |
Definition at line 16 of file tmp_sh_head.cc.
#define DYNTRANS_L3N SH_L3N |
Definition at line 11 of file tmp_sh_head.cc.
#define DYNTRANS_MAX_VPH_TLB_ENTRIES SH_MAX_VPH_TLB_ENTRIES |
Definition at line 6 of file tmp_sh_head.cc.
#define DYNTRANS_PAGESIZE 4096 |
Definition at line 19 of file tmp_sh_head.cc.
#define DYNTRANS_PC_TO_IC_ENTRY SH_PC_TO_IC_ENTRY |
Definition at line 27 of file tmp_sh_head.cc.
#define DYNTRANS_PC_TO_POINTERS sh_pc_to_pointers |
Definition at line 30 of file tmp_sh_head.cc.
#define DYNTRANS_PC_TO_POINTERS_GENERIC sh_pc_to_pointers_generic |
Definition at line 31 of file tmp_sh_head.cc.
#define DYNTRANS_SH |
Definition at line 8 of file tmp_sh_head.cc.
#define DYNTRANS_TC_ALLOCATE sh_tc_allocate_default_page |
Definition at line 28 of file tmp_sh_head.cc.
#define DYNTRANS_TC_PHYSPAGE sh_tc_physpage |
Definition at line 29 of file tmp_sh_head.cc.
#define DYNTRANS_TC_PHYSPAGE sh_tc_physpage |
Definition at line 29 of file tmp_sh_head.cc.
#define instr | ( | n | ) | sh_instr_ ## n |
Definition at line 43 of file tmp_sh_head.cc.
#define X | ( | n | ) |
Definition at line 51 of file tmp_sh_head.cc.
X | ( | nothing | ) |
Definition at line 61 of file tmp_sh_head.cc.
int debugger_n_steps_left_before_interaction |
Definition at line 73 of file debugger.cc.
Referenced by debugger(), and debugger_reset().
int old_instruction_trace |
Definition at line 75 of file debugger.cc.
int old_quiet_mode |
Definition at line 76 of file debugger.cc.
int old_show_trace_tree |
Definition at line 77 of file debugger.cc.
volatile int single_step |
Definition at line 68 of file debugger.cc.
volatile int single_step_breakpoint |
Definition at line 35 of file tmp_sh_head.cc.