aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/dumper.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Cygwin: utils: drop 32 bit considerationsCorinna Vinschen1-5/+1
2021-08-26Cygwin: dumper: fix up GCC pragma for g++ 11.2Corinna Vinschen1-1/+1
2021-07-09Cygwin: Define PSAPI_VERSION as 1 before including psapi.hJon Turney1-0/+1
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney1-29/+7
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen1-1/+1
2020-07-31Cygwin: Speed up dumperJon Turney1-9/+4
2020-07-31Cygwin: Remove synchronization event from dumperJon Turney1-12/+0
2020-07-31Cygwin: Add --nokill dumper optionJon Turney1-1/+19
2020-07-28Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney1-1/+1
2020-07-21Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney1-3/+60
2020-07-21Cygwin: Don't dump non-writable image regionsJon Turney1-0/+6
2020-07-21Cygwin: Drop excluded regions list from dumperJon Turney1-44/+4
2020-07-21Cygwin: Remove reading of PE for section flags from dumperJon Turney1-2/+0
2020-07-21Cygwin: Show details of all memory regions in dumper debug outputJon Turney1-21/+80
2020-07-12Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney1-2/+2
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney1-0/+4
2020-07-12Cygwin: Update ELF target used by dumper on x86_64Jon Turney1-2/+8
2020-02-27Cygwin: Update dumper for bfd API changesJon Turney1-8/+22
2019-07-16Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown1-0/+2
2018-06-26Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen1-2/+8
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-4/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-20/+22
2012-11-23ChangeLog:Christopher Faylor1-0/+1
2012-07-06 * cygpath.cc: Change including headers to allow building againstCorinna Vinschen1-1/+2
2011-12-17Clean up whitespace.Christopher Faylor1-7/+7
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-29/+25
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen1-3/+5
2007-07-24 * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen1-3/+13
2007-05-29 * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen1-3/+58
2006-12-21 * dumper.cc: Include ansidecl.h before including bfd.h to woraroundCorinna Vinschen1-2/+2
2006-12-11* dumper.cc: Add an include to accommodate new include/elf usage.Christopher Faylor1-0/+1
2004-10-25fix whitespace, update some copyrightsChristopher Faylor1-3/+3
2004-06-15 * dumper.cc (dumper::prepare_core_dump): Use bfd_get_section_sizeAlan Modra1-3/+4
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-0/+1
2002-05-08* dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor1-11/+50
2001-09-14* dumper.cc (dumper::dumper): Print error code in case of error.Egor Duda1-7/+11
2001-09-13* dumper.cc (main): Properly recognize negative pids (used by w9x).Egor Duda1-1/+1
2001-09-09* dumper.cc (main): Change command-line arguments format to beEgor Duda1-22/+31
2001-08-30* dumper.h: Update copyright notice.Egor Duda1-5/+37
2001-04-19* dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda1-0/+6
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor1-2/+2
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor1-318/+354
2000-08-24* Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor1-0/+754