The patch I announced on the mailing list regarding address space recognition.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1275 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -13,7 +13,7 @@ using namespace sal;
|
||||
bool TracingPlugin::run()
|
||||
{
|
||||
MemAccessEvent ev_mem(ANY_ADDR);
|
||||
BPEvent ev_step(ANY_ADDR);
|
||||
BPSingleEvent ev_step(ANY_ADDR);
|
||||
BaseEvent *ev;
|
||||
|
||||
if (m_iponly || !m_memonly) {
|
||||
|
||||
Reference in New Issue
Block a user