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

Re: fix break, not add future-break


> Date: Tue, 11 Mar 2003 10:13:33 -0500
> From: Andrew Cagney <ac131313 at redhat dot com>
> 
> I'd like to propose that break be modified so that it behaves something 
> like:
> 
> 	(gdb) break printf.c:printf
> 	File "printf.c" not currently known, set breakpoint anyway?
> 
> And then later:
> 
> 	(gdb) c
> 	Loading shared library libc.so.
> 	Enabling breakpoint "printf.c:printf" at ....

Sounds like a good idea to me.


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