Changes to implement the -mapped and -readnow options for commands that

read symbol tables.
This commit is contained in:
Fred Fish
1992-03-18 16:43:25 +00:00
parent afbdd10672
commit b0246b3bec
11 changed files with 572 additions and 614 deletions

View File

@ -1082,7 +1082,7 @@ int from_tty;
/* You may need to do an init_target_mm() */
/* init_target_mm(?,?,?,?,?,?,?,?); */
immediate_quit--;
/* (void) symbol_file_add (arg_string, from_tty, text_addr, 0); */
/* (void) symbol_file_add (arg_string, from_tty, text_addr, 0, 0); */
#endif
}