diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-06-11 20:37:05 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-06-11 20:37:05 +0000 |
commit | 919d772c556e521f21902cfdf3ac67e3468fce12 (patch) | |
tree | 4265c076a6980721d71d6c5f92f2ac4476629c37 /gdb/ChangeLog | |
parent | 6827a8f8fe10eb8f47681e3d8566a50e310faf29 (diff) | |
download | gdb-919d772c556e521f21902cfdf3ac67e3468fce12.zip gdb-919d772c556e521f21902cfdf3ac67e3468fce12.tar.gz gdb-919d772c556e521f21902cfdf3ac67e3468fce12.tar.bz2 |
* gdb/source.c (source_info): Mention whether the symtab has
information about preprocessor macros.
* gdb/testsuite/lib/gdb.exp (get_debug_format): Tolerate message
saying whether preprocessor macro information is present.
* gdb/doc/gdb.texinfo (Symbols): Update documentation for `info
source' command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a9d6a23..9948603 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-06-11 Jim Blandy <jimb@redhat.com> + * source.c (source_info): Mention whether the symtab has + information about preprocessor macros. + Call the command `info macro', not `show macro'. * macrocmd.c (info_macro_command): Renamed from `show_macro_command'. Fix error message. |