| _cpu_notify_call(flash_addr_t addr) | DeviceDebugProbe | |
| _cpu_notify_data_read(mem_addr_t addr, uint8_t value) | DeviceDebugProbe | |
| _cpu_notify_data_write(mem_addr_t addr, uint8_t value) | DeviceDebugProbe | |
| _cpu_notify_jump(flash_addr_t addr) | DeviceDebugProbe | |
| _cpu_notify_ret() | DeviceDebugProbe | |
| attach(Device &device) | DeviceDebugProbe | |
| attach(DeviceDebugProbe &probe) | DeviceDebugProbe | |
| attached() const | DeviceDebugProbe | inline |
| detach() | DeviceDebugProbe | |
| device() const | DeviceDebugProbe | inline |
| DeviceDebugProbe() | DeviceDebugProbe | |
| DeviceDebugProbe(Device &device) | DeviceDebugProbe | explicit |
| DeviceDebugProbe(const DeviceDebugProbe &probe) | DeviceDebugProbe | |
| has_ioreg(reg_addr_t addr) const | DeviceDebugProbe | |
| insert_breakpoint(flash_addr_t addr) | DeviceDebugProbe | |
| insert_watchpoint(mem_addr_t addr, mem_addr_t len, int flags) | DeviceDebugProbe | |
| operator=(const DeviceDebugProbe &probe) | DeviceDebugProbe | |
| read_data(mem_addr_t addr, uint8_t *buf, mem_addr_t len) const | DeviceDebugProbe | |
| read_flash(flash_addr_t addr, uint8_t *buf, flash_addr_t len) const | DeviceDebugProbe | |
| read_gpreg(unsigned int num) const | DeviceDebugProbe | |
| read_ioreg(reg_addr_t addr, bool as_cpu=true) const | DeviceDebugProbe | |
| read_pc() const | DeviceDebugProbe | |
| read_sp() const | DeviceDebugProbe | |
| read_sreg() const | DeviceDebugProbe | |
| remove_breakpoint(flash_addr_t addr) | DeviceDebugProbe | |
| remove_watchpoint(mem_addr_t addr, int flags) | DeviceDebugProbe | |
| reset_device() const | DeviceDebugProbe | |
| set_device_state(Device::State state) const | DeviceDebugProbe | |
| Watchpoint_Break enum value | DeviceDebugProbe | |
| Watchpoint_Read enum value | DeviceDebugProbe | |
| Watchpoint_Signal enum value | DeviceDebugProbe | |
| watchpoint_signal() | DeviceDebugProbe | inline |
| Watchpoint_Write enum value | DeviceDebugProbe | |
| WatchpointFlags enum name | DeviceDebugProbe | |
| write_data(mem_addr_t addr, const uint8_t *buf, mem_addr_t len) const | DeviceDebugProbe | |
| write_flash(flash_addr_t addr, const uint8_t *buf, flash_addr_t len) const | DeviceDebugProbe | |
| write_gpreg(unsigned int num, uint8_t value) const | DeviceDebugProbe | |
| write_ioreg(reg_addr_t addr, uint8_t value) const | DeviceDebugProbe | |
| write_pc(flash_addr_t value) const | DeviceDebugProbe | |
| write_sp(mem_addr_t value) const | DeviceDebugProbe | |
| write_sreg(uint8_t value) const | DeviceDebugProbe | |
| ~DeviceDebugProbe() | DeviceDebugProbe | |