diff options
author | Bob Rossi <bob@brasko.net> | 2004-06-10 20:05:45 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2004-06-10 20:05:45 +0000 |
commit | 57c22c6ce1e294fcec9653c0cf2c37eb77225fe6 (patch) | |
tree | 1cf1db59680a0f24ebb22438fa5ef981bf8d8c74 /gdb/ChangeLog | |
parent | 239ae8c7556347fead17ce5caef2e9a441e89e05 (diff) | |
download | gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.zip gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.tar.gz gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.tar.bz2 |
Add the -file-list-exec-source-files command to MI.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5144d20..59e4343 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,25 @@ +2004-06-03 Bob Rossi <bob@brasko.net> + + * dbxread.c (read_dbx_symtab): Set pst->dirname when known. + * dwarf2read.c (partial_die_info) : Add dirname field. + (dwarf2_build_psymtabs_hard) : Set pst->dirname when known. + (read_partial_die) : Save away DW_AT_comp_dir. + * defs.h (symtab_to_filename) : Removed. + * source.c (find_and_open_source) : Added. + (open_source_file): Just calls find_and_open_source. + (symtab_to_filename) : Removed. + (symtab_to_fullname, psymtab_to_fullname ) : Added. + * source.h (psymtab_to_fullname,symtab_to_fullname): Added. + * symtab.c (lookup_symtab): Call symtab_to_fullname instead of + symtab_to_filename. + * symtab.h (partial_symtab): Add dirname field. + * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added. + (mi_cmd_file_list_exec_source_file): Call new function symtab_to_fullname + to find fullname. + (mi_cmd_file_list_exec_source_files): Added. + * mi/mi-cmds.c (mi_cmd_mi_cmds) : Add -file-list-exec-source-files. + * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added. + 2004-06-10 Andrew Cagney <cagney@gnu.org> * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention |