public inbox for gdb-prs@sourceware.org help / color / mirror / Atom feed
* [Bug gdb/12473] New: Issue while trying to run an application using GDB on ARM Cortex - A9 @ 2011-02-08 10:32 naveen.maillist at gmail dot com 2011-02-08 10:33 ` [Bug gdb/12473] " naveen.maillist at gmail dot com ` (3 more replies) 0 siblings, 4 replies; 5+ messages in thread From: naveen.maillist at gmail dot com @ 2011-02-08 10:32 UTC (permalink / raw) To: gdb-prs http://sourceware.org/bugzilla/show_bug.cgi?id=12473 Summary: Issue while trying to run an application using GDB on ARM Cortex - A9 Product: gdb Version: 7.2 Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: naveen.maillist@gmail.com Hi All, I am not sure whether I am addressing to the correct mailling list. I am facing some issues with the GDB that I cross compiled for the ARM Cortex A9 based board. When I try to run a application, using GDB, once it hits the break point, it gives the following error and comes out. Program terminated with signal SIGTRAP, Trace/breakpoint trap. Program no longer exists. I searched in google, and some one reported that once they matched the versions of glibc and glibc devel, this problem got solved. However, mine seems to be a different issue. Any help in resolving this issue would be of great help. Thanks in Advance, Naveen. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/12473] Issue while trying to run an application using GDB on ARM Cortex - A9 2011-02-08 10:32 [Bug gdb/12473] New: Issue while trying to run an application using GDB on ARM Cortex - A9 naveen.maillist at gmail dot com @ 2011-02-08 10:33 ` naveen.maillist at gmail dot com 2011-02-12 9:29 ` qiyao at gcc dot gnu.org ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: naveen.maillist at gmail dot com @ 2011-02-08 10:33 UTC (permalink / raw) To: gdb-prs http://sourceware.org/bugzilla/show_bug.cgi?id=12473 Naveen <naveen.maillist at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |7.2 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/12473] Issue while trying to run an application using GDB on ARM Cortex - A9 2011-02-08 10:32 [Bug gdb/12473] New: Issue while trying to run an application using GDB on ARM Cortex - A9 naveen.maillist at gmail dot com 2011-02-08 10:33 ` [Bug gdb/12473] " naveen.maillist at gmail dot com @ 2011-02-12 9:29 ` qiyao at gcc dot gnu.org 2013-11-07 16:25 ` will.newton at gmail dot com 2014-07-19 14:14 ` will.newton at gmail dot com 3 siblings, 0 replies; 5+ messages in thread From: qiyao at gcc dot gnu.org @ 2011-02-12 9:29 UTC (permalink / raw) To: gdb-prs http://sourceware.org/bugzilla/show_bug.cgi?id=12473 Yao Qi <qiyao at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |qiyao at gcc dot gnu.org --- Comment #1 from Yao Qi <qiyao at gcc dot gnu.org> 2011-02-12 09:29:26 UTC --- What version of GDB are you using? I haven't try GDB for Cortex A9, but we run GDB on Cortex A8 from time to time. It works fine. IMO, difference of A8 and A9 doesn't matter here. If you have a small program to show your problem, that will be good. You can also `set debug infrun 1' in gdb, and then gdb will print some debug messages. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/12473] Issue while trying to run an application using GDB on ARM Cortex - A9 2011-02-08 10:32 [Bug gdb/12473] New: Issue while trying to run an application using GDB on ARM Cortex - A9 naveen.maillist at gmail dot com 2011-02-08 10:33 ` [Bug gdb/12473] " naveen.maillist at gmail dot com 2011-02-12 9:29 ` qiyao at gcc dot gnu.org @ 2013-11-07 16:25 ` will.newton at gmail dot com 2014-07-19 14:14 ` will.newton at gmail dot com 3 siblings, 0 replies; 5+ messages in thread From: will.newton at gmail dot com @ 2013-11-07 16:25 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=12473 Will Newton <will.newton at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |will.newton at gmail dot com --- Comment #2 from Will Newton <will.newton at gmail dot com> --- Do you a version number of gdb that was affected by this problem? Do current versions work any better? -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/12473] Issue while trying to run an application using GDB on ARM Cortex - A9 2011-02-08 10:32 [Bug gdb/12473] New: Issue while trying to run an application using GDB on ARM Cortex - A9 naveen.maillist at gmail dot com ` (2 preceding siblings ...) 2013-11-07 16:25 ` will.newton at gmail dot com @ 2014-07-19 14:14 ` will.newton at gmail dot com 3 siblings, 0 replies; 5+ messages in thread From: will.newton at gmail dot com @ 2014-07-19 14:14 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=12473 Will Newton <will.newton at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Will Newton <will.newton at gmail dot com> --- Closing due to lack of information and no response in 6 months. -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-07-19 14:14 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2011-02-08 10:32 [Bug gdb/12473] New: Issue while trying to run an application using GDB on ARM Cortex - A9 naveen.maillist at gmail dot com 2011-02-08 10:33 ` [Bug gdb/12473] " naveen.maillist at gmail dot com 2011-02-12 9:29 ` qiyao at gcc dot gnu.org 2013-11-07 16:25 ` will.newton at gmail dot com 2014-07-19 14:14 ` will.newton at gmail dot com
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).