\
|
Number of software breakpoints |
|
Size of the register structure.
|
|
Offset into the monitor data structure for breakpoints.
|
|
Offset into the monitor data structure for the continue command.
|
|
Offset into the monitor data structure for breakpoints.
|
|
Size of the breakpoint structure.
|
|
Not used yet. Offset in the monitor structure for the dedicated stack.
|
|
Size of dedicated stack in bytes.
|
|
Size of the whole avr_monitor_data_t structure.
|
|
sizeof(avr_monitor_data_info_t)
|
|
Registers in the avr. It is used by:
|
|
Data used by the target monitor to save registers and to do communication Some advantages and disadvantages
|
|
Monitor data structure Declared volatile so that the compiler doesn't optimize way a check to the hw_bp_flags. |
|
Monitor data structure Declared volatile so that the compiler doesn't optimize way a check to the hw_bp_flags. |