summaryrefslogtreecommitdiffstats
path: root/winsup/utils/dumper.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney2020-08-071-29/+7
* Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen2020-08-071-1/+1
* Cygwin: Speed up dumperJon Turney2020-07-311-9/+4
* Cygwin: Remove synchronization event from dumperJon Turney2020-07-311-12/+0
* Cygwin: Add --nokill dumper optionJon Turney2020-07-311-1/+19
* Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney2020-07-281-1/+1
* Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney2020-07-211-3/+60
* Cygwin: Don't dump non-writable image regionsJon Turney2020-07-211-0/+6
* Cygwin: Drop excluded regions list from dumperJon Turney2020-07-211-44/+4
* Cygwin: Remove reading of PE for section flags from dumperJon Turney2020-07-211-2/+0
* Cygwin: Show details of all memory regions in dumper debug outputJon Turney2020-07-211-21/+80
* Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney2020-07-121-2/+2
* Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney2020-07-121-0/+4
* Cygwin: Update ELF target used by dumper on x86_64Jon Turney2020-07-121-2/+8
* Cygwin: Update dumper for bfd API changesJon Turney2020-02-271-8/+22
* Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown2019-07-161-0/+2
* Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen2018-06-261-2/+8
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-4/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-20/+22
* ChangeLog:Christopher Faylor2012-11-231-0/+1
* * cygpath.cc: Change including headers to allow building againstCorinna Vinschen2012-07-061-1/+2
* Clean up whitespace.Christopher Faylor2011-12-171-7/+7
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-101-29/+25
* * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen2008-03-121-3/+5
* * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen2007-07-241-3/+13
* * 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
* * 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
* * 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
* * dumper.cc (dumper::dumper): Print error code in case of error.Egor Duda2001-09-141-7/+11
* * 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
* * dumper.h: Update copyright notice.Egor Duda2001-08-301-5/+37
* * dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda2001-04-191-0/+6
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-281-2/+2
* 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