]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 11 Jun 2012 19:16:24 +0000 (19:16 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 11 Jun 2012 19:16:24 +0000 (19:16 +0000)
commitcc80f267162ba7f1cab2fcf605270a3510cf010b
tree8e5643f4a185e0c7d1c8b8ef07a83aec97b258dd
parent356d9f9d9ea883adf486ade721fc2b516a8902c7
gdb/
Fix regression by the "ambiguous linespec" series.
* breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
get_last_displayed_symtab and get_last_displayed_line and depending
on CURSAL.

gdb/testsuite/
Fix regression by the "ambiguous linespec" series.
* gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
tests.
gdb/ChangeLog
gdb/breakpoint.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break.exp