This is the mail archive of the gdb-patches@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]

Re: [RFA] Fix too many "no debugging symbols found" warnings.


Sorry, I meant to reply earlier.  

I also think that only giving the option of quieting symbol loadi
g from shared libraries libraries isn't desirable.  Take the
below example.  In this case, I'd like to have to option
of not printing the hundreds of "(no debugging symbols)" found
for executables (those are system executables, and I don't have
symbols for most of those).

 (we clearly could do better with other kinds of messages below too)

>cd build/gdb
>make
>: 
>touch ../../src/gdb/infrun.c
>./gdb -ex "set target-async 1" -ex "set non-stop 1" -ex "set schedule-multiple 1" -ex "set detach off" -ex "set pagination off" /usr/bin/make
GNU gdb (GDB) 6.8.50.20090603-cvs
:
(gdb) r& 

Starting program: /usr/bin/make 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New process 15726]
[Thread debugging using libthread_db enabled]
process 15726 is executing new program: /bin/bash
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program exited normally.
[New process 15727]
[Thread debugging using libthread_db enabled]
process 15727 is executing new program: /bin/bash
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
process 15727 is executing new program: /usr/bin/make
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New process 15728]
[Thread debugging using libthread_db enabled]
process 15728 is executing new program: /bin/bash
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New process 15729]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

[New process 15730]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

process 15730 is executing new program: /usr/bin/make
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New process 15731]
[Thread debugging using libthread_db enabled]
process 15731 is executing new program: /bin/bash
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
process 15731 is executing new program: /usr/bin/make
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]

Program exited normally.

Program exited normally.

Program exited normally.

Program exited normally.

Program exited normally.
[New process 15732]
[Thread debugging using libthread_db enabled]
process 15732 is executing new program: /bin/bash
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
process 15732 is executing new program: /usr/bin/gcc-4.2
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New process 15733]
process 15733 is executing new program: /usr/lib/gcc/x86_64-linux-gnu/4.2/cc1
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program exited normally.
[New process 15734]
process 15734 is executing new program: /usr/bin/as
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program exited normally.

Program exited normally.
[New process 15735]
[Thread debugging using libthread_db enabled]
process 15735 is executing new program: /bin/bash
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
process 15735 is executing new program: /bin/mv
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

:
:
:

process 16112 is executing new program: /usr/bin/make
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New process 16113]
[Thread debugging using libthread_db enabled]
process 16113 is executing new program: /bin/true
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program exited normally.

Program exited normally.

Program exited normally.

Program exited normally.

Program exited normally.

Program exited normally.


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