* 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.
This commit is contained in:
Fernando Nasser 2002-09-22 20:29:52 +00:00
parent e7edbbdb57
commit c214a6fd4d
4 changed files with 16 additions and 4 deletions

View file

@ -134,8 +134,7 @@ scm_unpack (struct type *type, char *valaddr, enum type_code context)
static int
in_eval_c (void)
{
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 (cursal.symtab && cursal.symtab->filename)
{