mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Started with some simulation to determine 'step into' symbol lookup
This commit is contained in:
parent
9413d3ded4
commit
6412a27f97
6 changed files with 118 additions and 20 deletions
|
@ -303,7 +303,8 @@ public:
|
|||
int GetJmpState(int flags);
|
||||
void MarkRegsUsed(Array<RegForm>& regsUsed, bool overrideForm);
|
||||
|
||||
uint32 GetTarget(X86CPURegisters* registers = NULL);
|
||||
uint32 GetTarget(Debugger* debugger = NULL, X86CPURegisters* registers = NULL);
|
||||
bool PartialSimulate(Debugger* debugger, X86CPURegisters* registers);
|
||||
};
|
||||
|
||||
class X86CPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue