This is the complete list of members for yaze::emu::WatchpointManager, including all inherited members.
| AddWatchpoint(uint32_t start_address, uint32_t end_address, bool track_reads, bool track_writes, bool break_on_access=false, const std::string &description="") | yaze::emu::WatchpointManager | |
| ClearAll() | yaze::emu::WatchpointManager | |
| ClearHistory() | yaze::emu::WatchpointManager | |
| ExportHistoryToCSV(const std::string &filepath) const | yaze::emu::WatchpointManager | |
| GetAllWatchpoints() const | yaze::emu::WatchpointManager | |
| GetHistory(uint32_t address, int max_entries=100) const | yaze::emu::WatchpointManager | |
| IsInRange(const Watchpoint &wp, uint32_t address) const | yaze::emu::WatchpointManager | inlineprivate |
| next_id_ | yaze::emu::WatchpointManager | private |
| OnMemoryAccess(uint32_t pc, uint32_t address, bool is_write, uint8_t old_value, uint8_t new_value, uint64_t cycle_count) | yaze::emu::WatchpointManager | |
| RemoveWatchpoint(uint32_t id) | yaze::emu::WatchpointManager | |
| SetEnabled(uint32_t id, bool enabled) | yaze::emu::WatchpointManager | |
| WatchpointManager()=default | yaze::emu::WatchpointManager | |
| watchpoints_ | yaze::emu::WatchpointManager | private |
| ~WatchpointManager()=default | yaze::emu::WatchpointManager | |