comparison debug.h @ 1921:5d028088e320

Added help commands to debugger
author Eric Fry <yuv422@users.noreply.github.com>
date Fri, 10 Apr 2020 13:30:16 +1000
parents d6d4c006a7b3
children 374a5ae694e8 f80c6111e1ae
comparison
equal deleted inserted replaced
1920:7b41cb36e7df 1921:5d028088e320
27 bp_def ** find_breakpoint_idx(bp_def ** cur, uint32_t index); 27 bp_def ** find_breakpoint_idx(bp_def ** cur, uint32_t index);
28 void add_display(disp_def ** head, uint32_t *index, char format_char, char * param); 28 void add_display(disp_def ** head, uint32_t *index, char format_char, char * param);
29 void remove_display(disp_def ** head, uint32_t index); 29 void remove_display(disp_def ** head, uint32_t index);
30 void debugger(m68k_context * context, uint32_t address); 30 void debugger(m68k_context * context, uint32_t address);
31 z80_context * zdebugger(z80_context * context, uint16_t address); 31 z80_context * zdebugger(z80_context * context, uint16_t address);
32 void print_m68k_help();
33 void print_z80_help();
32 34
33 #endif //DEBUG_H_ 35 #endif //DEBUG_H_