* 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.
This commit is contained in:
Egor Duda
2001-08-30 16:47:51 +00:00
parent 4208d592f3
commit 33bc82476e
3 changed files with 50 additions and 6 deletions

View File

@ -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 ();