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 tui/13003] New: unexpected "No such file or directory" warnings


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

           Summary: unexpected "No such file or directory" warnings
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dje@google.com


I'm getting the following with gdbtui:

dl-debug.c:77: No such file or directory.

repro:

$ gdbtui hello.x64
[...]
(gdb) start
Temporary breakpoint 1 at 0x400528: file hello.c, line 6.
Starting program: /home/dje/hello.x64 
dl-debug.c:77: No such file or directory.
dl-debug.c:77: No such file or directory.

Temporary breakpoint 1, main () at hello.c:6
(gdb)

-- 
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.


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