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: Breakpoint menus with overloaded constructors


 > which presumably should be:
 > 
 >   (gdb) inf break
 >   Num Type           Disp Enb Address    What
 >   1   breakpoint     keep y   0x08048890 in AZA::AZA at overgdb.cc:12
 >   2   breakpoint     keep y   0x080488c8 in AZA::AZA at overgdb.cc:17
 >   3   breakpoint     keep y   0x080488f4 in AZA::BZB(int) at overgdb.cc:22
 >   4   breakpoint     keep y   0x0804892c in AZA::BZB(double) at overgdb.cc:27

I mean:

   (gdb) inf break
   Num Type           Disp Enb Address    What
   1   breakpoint     keep y   0x08048890 in AZA::AZA(int) at overgdb.cc:12
   2   breakpoint     keep y   0x080488c8 in AZA::AZA(double) at overgdb.cc:17
   3   breakpoint     keep y   0x080488f4 in AZA::BZB(int) at overgdb.cc:22
   4   breakpoint     keep y   0x0804892c in AZA::BZB(double) at overgdb.cc:27

of course.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


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