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] |
I believe I found a regression in gdb 7.4. (Tested on Win 32bit Vista)
using "gdb -i mi", the command "-break-insert +0" should insert a breakpoint at the an offset of 0 lines from current. - With previous versions of gdb, if the command was issued before -exec-run, then a breakpoint was inserted at the first line of code. - With 7.4-2, it is inserted, but when running gives the error: &"Error in re-setting breakpoint 1: No line 0 in file \"Test.pas\".\n"
$ ./gdb -q gdb Reading symbols from /home/keiths/work/archer/linespec/linux/gdb/gdb...done. (top-gdb) b +0 Breakpoint 1 at 0x455153: file ../../archer/gdb/gdb.c, line 25. (top-gdb) r -nx -q Starting program: /home/keiths/work/archer/linespec/linux/gdb/gdb [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |