diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-12-28 19:47:08 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-12-28 19:47:08 +0000 |
commit | 388faa4837c1ab24e76a5e38e5b13fc5995701e6 (patch) | |
tree | 25500247084e92c2ff9267dd4c5659702a8833c9 /gdb/ChangeLog | |
parent | a8c0de01fcb3edce6c401baf26e2382e0b377a0b (diff) | |
download | gdb-388faa4837c1ab24e76a5e38e5b13fc5995701e6.zip gdb-388faa4837c1ab24e76a5e38e5b13fc5995701e6.tar.gz gdb-388faa4837c1ab24e76a5e38e5b13fc5995701e6.tar.bz2 |
2001-12-21 Michael Snyder <msnyder@redhat.com>
* procfs.c (info_proc_cmd): Add the 'mappings' sub-command that
was dropped a few years ago, when procfs.c was rewritten.
(info_proc_mappings): New function, implement 'info proc mappings'.
(mappingflags): New function.
(_initialize_procfs): Document new option to 'info proc' command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e62dca..3e9e594 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -67,6 +67,14 @@ * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build failure. +2001-12-21 Michael Snyder <msnyder@redhat.com> + + * procfs.c (info_proc_cmd): Add the 'mappings' sub-command that + was dropped a few years ago, when procfs.c was rewritten. + (info_proc_mappings): New function, implement 'info proc mappings'. + (mappingflags): New function. + (_initialize_procfs): Document new option to 'info proc' command. + 2001-12-21 Tom Tromey <tromey@redhat.com> * configure, config.in: Rebuilt. |