Statetrace: Stub out the missing i386 version of sendState.
This commit is contained in:
@@ -97,6 +97,12 @@ I686TraceChild::getOldRegVal(int num)
|
||||
return getRegs(oldregs, num);
|
||||
}
|
||||
|
||||
bool
|
||||
I686TraceChild::sendState(int socket)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
TraceChild *
|
||||
genTraceChild()
|
||||
{
|
||||
|
||||
@@ -73,6 +73,7 @@ class I686TraceChild : public TraceChild
|
||||
int64_t getOldRegVal(int num);
|
||||
uint64_t getPC() {return getRegVal(EIP);}
|
||||
uint64_t getSP() {return getRegVal(ESP);}
|
||||
bool sendState(int socket);
|
||||
std::ostream &
|
||||
outputStartState(std::ostream & output)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user