diff options
author | Stu Grossman <grossman@cygnus> | 1997-09-25 01:26:36 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-09-25 01:26:36 +0000 |
commit | 45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa (patch) | |
tree | e34e5accd538bab88c44b9091ba8f6e8998d96cc /gdb/config/d30v/.Sanitize | |
parent | 4d5d36f015212384d5540c5d65ae9e220ad226cc (diff) | |
download | gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.zip gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.tar.gz gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.tar.bz2 |
* The following block of changes add support for debugging assembly
source files.
* breakpoint.c (resolve_sal_pc): Prevent crash when pc isn't
associated with a function.
* buildsym.c (record_line start_symtab end_symtab): Don't delete
symtabs which only have line numbers (but no other debug symbols).
* dbxread.c (read_dbx_symtab end_psymtab): Ditto.
* remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use
intrinsic simulator breakpoints if available, otherwise do it the
hard way.
* configure.tgt: Add d30v.
* d30v-tdep.c: New file.
* config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files.
Diffstat (limited to 'gdb/config/d30v/.Sanitize')
-rw-r--r-- | gdb/config/d30v/.Sanitize | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gdb/config/d30v/.Sanitize b/gdb/config/d30v/.Sanitize new file mode 100644 index 0000000..6cc012e --- /dev/null +++ b/gdb/config/d30v/.Sanitize @@ -0,0 +1,33 @@ +# .Sanitize for devo/gdb/config/d30v + +# Each directory to survive its way into a release will need a file +# like this one called "./.Sanitize". All keyword lines must exist, +# and must exist in the order specified by this file. Each directory +# in the tree will be processed, top down, in the following order. + +# Hash started lines like this one are comments and will be deleted +# before anything else is done. Blank lines will also be squashed +# out. + +# The lines between the "Do-first:" line and the "Things-to-keep:" +# line are executed as a /bin/sh shell script before anything else is +# done in this directory. + +Do-first: + +# All files listed between the "Things-to-keep:" line and the +# "Files-to-sed:" line will be kept. All other files will be removed. +# Directories listed in this section will have their own Sanitize +# called. Directories not listed will be removed in their entirety +# with rm -rf. + +Things-to-keep: + +d30v.mt +tm-d30v.h + +Things-to-lose: + +Do-last: + +# End of file. |