[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1378124754.88677.YahooMailNeo@web163904.mail.gq1.yahoo.com>
Date: Mon, 2 Sep 2013 05:25:54 -0700 (PDT)
From: Suki Buryani <sukiburyani@...oo.com>
To: LKML <linux-kernel@...r.kernel.org>
Subject: can not debug using gdbserver
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists