S
sam.barker0
Hi ,
I am having 3 functions.When I step through when func b returns to
funca.it throws an error "cannot find function bounds"
funca()
{
....
...
funcb();
}
funcb()
{
funcc();
....
....
....
//it works fine till here then the throws error
}
funcc()
{
}
sample of the error
(gdb)
114 }(gdb)
(gdb)
114 }0x08040054 in ?? ()
(gdb)
Cannot find bounds of current function
(gdb)
what am I doing wrong.How can i correct this?
Cheers
sam
I am having 3 functions.When I step through when func b returns to
funca.it throws an error "cannot find function bounds"
funca()
{
....
...
funcb();
}
funcb()
{
funcc();
....
....
....
//it works fine till here then the throws error
}
funcc()
{
}
sample of the error
(gdb)
114 }(gdb)
(gdb)
114 }0x08040054 in ?? ()
(gdb)
Cannot find bounds of current function
(gdb)
what am I doing wrong.How can i correct this?
Cheers
sam