summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dumper.cc
Commit message (Collapse)AuthorAgeFilesLines
* fix whitespace, update some copyrightsChristopher Faylor2004-10-251-3/+3
|
* * dumper.cc (dumper::prepare_core_dump): Use bfd_get_section_sizeAlan Modra2004-06-151-3/+4
| | | | | | instead of _raw_size. (dumper::write_core_dump): Likewise. * parse_pe.cc (select_data_section): Likewise.
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-0/+1
|
* * dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor2002-05-081-11/+50
| | | | | | | help. (longopts) New struct. Added longopts for all options. (print_version) New function. (main) Change getopt to getopt_long. Accommodate new help and version options.
* * dumper.cc (dumper::dumper): Print error code in case of error.Egor Duda2001-09-141-7/+11
| | | | | | | | (dumper::add_thread): Ditto. (dumper::collect_memory_sections): Ditto. (dumper::dump_memory_region): Ditto. (dumper::collect_process_information): Ditto. (print_section_name): Fix formatting.
* * dumper.cc (main): Properly recognize negative pids (used by w9x).Egor Duda2001-09-131-1/+1
|
* * dumper.cc (main): Change command-line arguments format to beEgor Duda2001-09-091-22/+31
| | | | | | | similar to gdb. Allow adding error_start=x:\path\to\dumper.exe to CYGWIN environment variable to perform core dumping in case of program crash. (usage): Ditto.
* * dumper.h: Update copyright notice.Egor Duda2001-08-301-5/+37
| | | | | | | | | | * 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.
* * dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda2001-04-191-0/+6
| | | | header.
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-281-2/+2
| | | | | | | | with g++. Fixup output for some compilations. * cygcheck.cc: Respond to compiler warnings. * dumper.cc (main): Ditto. * parse_pe.cc (exclusion::sort_and_check): Ditto. * setfacl.cc (getaclentry): Ditto.
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-281-318/+354
|
* * Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor2000-08-241-0/+754
* dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file.