summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2002-09-22 20:29:52 +0000
committerFernando Nasser <fnasser@redhat.com>2002-09-22 20:29:52 +0000
commit80fa85bd5b93f2d57023261b1655c54bd0aabd3f (patch)
treecf4693a697b411e0109e327e0afafbda11407f45 /gdb/breakpoint.c
parent5f84a9f6a3382af3c817d54f33159c55da56321c (diff)
downloadgdb-80fa85bd5b93f2d57023261b1655c54bd0aabd3f.tar.gz
* source.c (get_current_source_symtab_and_line): Initialize sal.pc and
sal.end fields. (get_current_or_default_source_symtab_and_line): Ditto. * breakpoint.c (parse_breakpoint_sals): Use correct accessor function so we do not cause a new source symtab to be searched for (reverting an unintentional change from the 2002-09-20 patch). * scm-lang.c (scm_unpac): Ditto.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index caa8f1c1106..a77bff405a9 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -4620,8 +4620,7 @@ parse_breakpoint_sals (char **address,
should produce the results we want almost all of the time while
leaving default_breakpoint_* alone. */
- struct symtab_and_line cursal =
- get_current_or_default_source_symtab_and_line ();
+ struct symtab_and_line cursal = get_current_source_symtab_and_line ();
if (default_breakpoint_valid
&& (!cursal.symtab