Moving PPC disasm to on-demand in debugger.

This commit is contained in:
Ben Vanik
2015-06-16 20:18:48 -07:00
parent 5f33087a12
commit 165d49ad3a
18 changed files with 389 additions and 337 deletions

View File

@@ -37,6 +37,9 @@ class Function {
debug_info_ = std::move(debug_info);
}
virtual uint8_t* machine_code() const = 0;
virtual size_t machine_code_length() const = 0;
bool AddBreakpoint(debug::Breakpoint* breakpoint);
bool RemoveBreakpoint(debug::Breakpoint* breakpoint);