Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Debugging C++ function call using Interposition agent

9 views
Skip to first unread message

frees...@gmail.com

unread,
Jun 21, 2008, 1:18:17 AM6/21/08
to
Folks,

Anyone have any ideas of using an interposition agent to trap a C++
function call using an interposition agent and then printing out the
function's arguments, for debugging purposes?

I read about problems with C++ name mangling making interposing them
difficult but not sure what that meant...

Regards
Nick

Ian Collins

unread,
Jun 21, 2008, 2:09:19 AM6/21/08
to
frees...@gmail.com wrote:
> Folks,
>
> Anyone have any ideas of using an interposition agent to trap a C++
> function call using an interposition agent and then printing out the
> function's arguments, for debugging purposes?
>
Why don't you set a debugger watchpoint?

--
Ian Collins.

0 new messages