Kernel calls and variables now working and tracing better.

This commit is contained in:
Ben Vanik
2013-01-28 12:36:39 -08:00
parent 5c2060af72
commit 6c4af5aa70
19 changed files with 462 additions and 51 deletions

View File

@@ -33,6 +33,7 @@ public:
private:
uint32_t stack_address_;
uint32_t stack_size_;
xe_memory_ref memory_;
xe_ppc_state_t ppc_state_;
};