thermosphere: hw breakpoint/watchpoint managers

This commit is contained in:
TuxSH
2020-02-10 02:20:48 +00:00
parent 493a3c92e2
commit 1eda049ada
8 changed files with 445 additions and 6 deletions

View File

@@ -63,9 +63,10 @@ namespace ams::hvisor::cpu {
// Watchpoints only
enum LoadStoreControl {
Load = 1,
Store = 2,
LoadStore = 3,
NotAWatchpoint = 0,
Load = 1,
Store = 2,
LoadStore = 3,
};
// bas only 4 bits for breakpoints, other bits res0.