lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ