This is the mail archive of the gdb-patches@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: [rfc/testsuite/mi] use gdb_get_line_number


Andrew Cagney <cagney@gnu.org> wrote:

I suspect I deleted it :-(


No prob, here it is again. I haven't changed it since the last posting.

===

Old test names:

  break-insert -t operation
  insert temp breakpoint at basics.c:callee2
  insert temp breakpoint at basics.c:15 (callee3)
  insert temp breakpoint at "<fullfilename>":6 (callee4)

New test names:

  break-insert -t operation
  insert temp breakpoint at basics.c:callee2
  insert temp breakpoint at basics.c:$line_callee3_body
  insert temp breakpoint at "<fullfilename>":$line_callee4_head

Yes, better.


Andrew



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