diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-15 00:22:11 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-15 00:22:11 +0000 |
commit | 2b9fbee414f8a4220d298fef412215db2760a2b5 (patch) | |
tree | 0c05f7ac64967b2f2c468035de2f91df7b17e49d /gdb/TODO | |
parent | ab0434c26de3f2ebcc80fedd60e53bc97fafa912 (diff) | |
download | gdb-2b9fbee414f8a4220d298fef412215db2760a2b5.zip gdb-2b9fbee414f8a4220d298fef412215db2760a2b5.tar.gz gdb-2b9fbee414f8a4220d298fef412215db2760a2b5.tar.bz2 |
* remote-mips.c (mips_error): Place NORETURN macro correctly.
* TODO: Add item about START_INFERIOR_TRAPS_EXPECTED.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ General To Do List This to do list is probably not up to date, and opinions may vary about the importance or even desirability of some of the items. +START_INFERIOR_TRAPS_EXPECTED need never be defined to 2, since that +is its default value. Clean this up. + It should be possible to use symbols from shared libraries before we know exactly where the libraries will be loaded. E.g. "b perror" before running the program. This could maybe be done as an extension of the "breakpoint |