hi,

i am tring debug a application on an arm based device using gdbserver, in code 
i am trying to add `set_debug_traps' and `breakpoint' functions but its giving 
me compilation error something like

undefined reference to `set_debug_traps'
multisoc.c:594: undefined reference to `breakpoint'

i am also tring to debug my code with using these function, after successfull 
burn and listen from remote connection, i am trying to add break point from 
main() but it tries to make breakpoint in shared liberaies and do not stop at 
that point.

anybody have idea what i am missing, how i can successfull use up gdbserver

thanks

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to