summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dumper.cc
Commit message (Collapse)AuthorAgeFilesLines
* * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen2008-03-121-3/+5
| | | | | | | | | | | | (do_pathconv): Use cygwin_conv_path and cygwin_conv_path_list. * dumper.cc (main): Use cygwin_conv_path. Allocate target path dynamically. * mkpasswd.c (current_user): Use cygwin_conv_path. (enum_users): Ditto. * ps.cc (NT_MAX_PATH): Define. (main): Use cygwin_conv_path. * regtool.cc (find_key): Ditto. Allocate target path dynamically. (cmd_save): Ditto.
* * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen2007-07-241-3/+13
| | | | | * dumper.h: Ditto. * parse_pe.cc: Ditto.
* * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen2007-05-291-3/+58
|
* * dumper.cc: Include ansidecl.h before including bfd.h to woraroundCorinna Vinschen2006-12-211-2/+2
| | | | a problem with the order in which system include files are included.
* * dumper.cc: Add an include to accommodate new include/elf usage.Christopher Faylor2006-12-111-0/+1
|
* 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.