I attaching gdb to a daemon ... so it receives some input from a console .. processes the arguments ... and then calls an inline function ...the thing is if that function is say some func_inline( ) ... I am not able to set the breakpoint for it .. it says there is no func_inline( ) in the current context ... how to go about it ...
Shrikanth R K