diff options
author | Egor Duda <deo@logos-m.ru> | 2001-08-30 16:47:51 +0000 |
---|---|---|
committer | Egor Duda <deo@logos-m.ru> | 2001-08-30 16:47:51 +0000 |
commit | 33bc82476eb92308590d03407cb1597eca8b0079 (patch) | |
tree | f81ec8e1f0162af8b5c869e1319a1b2dfafc1008 /winsup/utils/dumper.h | |
parent | 4208d592f30bccc25bfd46f329c6d21c8d4ae5e1 (diff) | |
download | cygnal-33bc82476eb92308590d03407cb1597eca8b0079.tar.gz cygnal-33bc82476eb92308590d03407cb1597eca8b0079.tar.bz2 cygnal-33bc82476eb92308590d03407cb1597eca8b0079.zip |
* dumper.h: Update copyright notice.
* dumper.cc: Ditto.
* dumper.cc: (dumper::print_core_section_list): New function.
* dumper.h: (dumper::print_core_section_list): Declare it.
* dumper.cc (print_section_name): New function.
(dumper::collect_process_information): Augment debugging output.
Stop debugee processing if it posts double exception.
(usage): Fix typo in option name.
Diffstat (limited to 'winsup/utils/dumper.h')
-rw-r--r-- | winsup/utils/dumper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/utils/dumper.h b/winsup/utils/dumper.h index 673a0037e..2a1841e78 100644 --- a/winsup/utils/dumper.h +++ b/winsup/utils/dumper.h @@ -1,6 +1,6 @@ /* dumper.h - Copyright 1999 Cygnus Solutions. + Copyright 1999,2001 Red Hat Inc. Written by Egor Duda <deo@logos-m.ru> @@ -111,6 +111,7 @@ public: int sane (); int collect_process_information (); + void print_core_section_list (); dumper ( DWORD pid, DWORD tid, const char* name ); ~dumper (); |