This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug breakpoints/11320] New: strange output from "info b" with a syscall catchpoint


I did "catch syscall open" then "info b":

Num     Type           Disp Enb Address    What
1       catchpoint     keep y              syscall "<any syscall>" 

It shouldn't say <any syscall> here.

After hitting the catchpoint it shows the right thing:

(gdb) r
Starting program: /usr/bin/gdb 

Catchpoint 1 (call to syscall 'open'), 0x00905984 in open ()
   from /lib/ld-linux.so.2
Current language:  auto; currently asm
(gdb) info b
Num     Type           Disp Enb Address    What
1       catchpoint     keep y              syscall "open" 
	catchpoint already hit 1 time

-- 
           Summary: strange output from "info b" with a syscall catchpoint
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: tromey at redhat dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11320

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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