This is the mail archive of the gdb@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: Pending breakpoints on lines that don't exist


> Date: Wed, 4 Jan 2012 11:16:58 +0400
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: marc.khouzam@ericsson.com, gdb@sourceware.org
> 
>     (gdb) b foo.c:100
>     No line 100 in file "foo.c".
>     Make breakpoint pending on future shared library load? (y or [n]) n
> 
> I find that the error message is precise and complete.

Isn't the following at least slightly better?

     (gdb) b foo.c:100
     No line 100 in file "foo.c".
     Make breakpoint pending on future load of shared library
     containing "foo.c" where this line is valid? (y or [n]) n


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