diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-11-24 22:20:34 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-11-24 22:20:34 +0000 |
commit | 46ac172085e648a6f00d021b245747adce91b62b (patch) | |
tree | 7b5e709fed000ca29736b03a2987bc6ead7fad84 /gdb | |
parent | 8f3cfc0efb30f17686f773428a54772348ed2b63 (diff) | |
download | gdb-46ac172085e648a6f00d021b245747adce91b62b.zip gdb-46ac172085e648a6f00d021b245747adce91b62b.tar.gz gdb-46ac172085e648a6f00d021b245747adce91b62b.tar.bz2 |
Mon Nov 24 14:17:02 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
* infcmd.c: export registers_info, for use by other modules.
* printcmd.c: export output_command, for use by other modules.
* stack.c: export locals_info and args_info, for use by other modules.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0314ce5..4f28b28 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 24 14:17:02 1997 Michael Snyder (msnyder@cleaver.cygnus.com) + + * infcmd.c: export registers_info, for use by other modules. + * printcmd.c: export output_command, for use by other modules. + * stack.c: export locals_info and args_info, for use by other modules. + Mon Nov 24 08:59:28 1997 Andrew Cagney <cagney@b1.cygnus.com> * valprint.c (print_longest): When CC has long long but printf |