Improved 'stop in' mechanism, and prevent core dump ir currlang is not set

This commit is contained in:
ceriel
1993-06-09 14:18:43 +00:00
parent 467484a30b
commit 42b5a324eb
3 changed files with 11 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ typedef struct scope {
struct symbol *sc_definedby; /* symbol defining this scope */
long sc_start; /* start address of code of this scope */
long sc_bp_opp; /* first breakpoint opportunity */
int sc_bp_lineno; /* linenumber belonging to this bp. */
short sc_proclevel; /* proc level of this scope */
char sc_has_activation_record;
} t_scope, *p_scope;