summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dumper.h
Commit message (Collapse)AuthorAgeFilesLines
* * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen2007-07-241-4/+14
| | | | | * dumper.h: Ditto. * parse_pe.cc: Ditto.
* * dumper.h: Update copyright notice.Egor Duda2001-08-301-1/+2
| | | | | | | | | | * 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.
* * Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor2000-08-241-0/+131
* dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file.