Breakpoint hits reaching all the way to UI.

Nasty json only hackery right now, but fixable to support other protocols.
This commit is contained in:
Ben Vanik
2013-12-23 14:01:13 -08:00
parent a0256fac45
commit 475ddc1fcf
19 changed files with 284 additions and 9 deletions

View File

@@ -31,6 +31,9 @@ public:
PPCContext* context() const { return context_; }
virtual int Suspend(uint32_t timeout_ms = UINT_MAX);
virtual int Resume();
private:
size_t stack_size_;
uint64_t thread_state_address;