This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

breakpoints/1257: [ia64] Can't continue after breakpoint


>Number:         1257
>Category:       breakpoints
>Synopsis:       [ia64] Can't continue after breakpoint
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 25 09:08:03 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Schwab
>Release:        5.3.90_2003-06-23-cvs
>Organization:
>Environment:
host=target=ia64-suse-linux
>Description:
After hitting a breakpoint the inferior can't be continued, the breakpoint will just fire again.
>How-To-Repeat:
$ gdb hello
GNU gdb 5.3.90_2003-06-23-cvs
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ia64-linux"...
(gdb) b main
Breakpoint 1 at 0x40000000000006b2: file hello.c, line 6.
(gdb) r
Starting program: /suse/schwab/test/hello 

Breakpoint 1, main () at hello.c:6
6       {
(gdb) c
Continuing.

Breakpoint 1, main () at hello.c:6
6       {
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]