Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-12 Thread Jon Turney
On 06/07/2020 14:34, Jon Turney wrote: On 06/07/2020 09:12, Corinna Vinschen wrote: What about the two protection fields in MEMORY_BASIC_INFORMATION?  If something changed, Protect != AllocationProtect.  Is that insufficient to handle your case? Unfortunately that doesn't seem to provide any

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-06 Thread Corinna Vinschen
On Jul 6 14:34, Jon Turney wrote: > On 06/07/2020 09:12, Corinna Vinschen wrote: > > On Jul 5 17:49, Jon Turney wrote: > > > On 02/07/2020 08:44, Corinna Vinschen wrote: > > > > On Jul 1 22:29, Jon Turney wrote: > > > > > > > > > > This needs to be aligned with some changes to gdb to consume

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-06 Thread Jon Turney
On 06/07/2020 09:12, Corinna Vinschen wrote: On Jul 5 17:49, Jon Turney wrote: On 02/07/2020 08:44, Corinna Vinschen wrote: On Jul 1 22:29, Jon Turney wrote: This needs to be aligned with some changes to gdb to consume the dumps it produces, so it's probably best to hold off applying this

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-06 Thread Corinna Vinschen
On Jul 5 17:49, Jon Turney wrote: > On 02/07/2020 08:44, Corinna Vinschen wrote: > > On Jul 1 22:29, Jon Turney wrote: > > > > > > This needs to be aligned with some changes to gdb to consume the dumps it > > > produces, so it's probably best to hold off applying this until it's more > > >

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-05 Thread Jon Turney
On 02/07/2020 08:44, Corinna Vinschen wrote: On Jul 1 22:29, Jon Turney wrote: This needs to be aligned with some changes to gdb to consume the dumps it produces, so it's probably best to hold off applying this until it's more obvious what's going to happen with those. Random notes: -

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-02 Thread Corinna Vinschen
On Jul 1 22:25, Jon Turney wrote: > Jon Turney (8): > Cygwin: Slightly improve error_start documentation > Cygwin: Update ELF target used by dumper on x86_64 > Cygwin: Add a new win32_pstatus data type for modules on x86_64 > Cygwin: Make dumper scan more than first 4GB of VM on x86_64 >

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-02 Thread Corinna Vinschen
On Jul 1 22:29, Jon Turney wrote: > > This needs to be aligned with some changes to gdb to consume the dumps it > produces, so it's probably best to hold off applying this until it's more > obvious what's going to happen with those. > > Random notes: > > - objdump identifies the output of

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-01 Thread Jon Turney
This needs to be aligned with some changes to gdb to consume the dumps it produces, so it's probably best to hold off applying this until it's more obvious what's going to happen with those. Random notes: - objdump identifies the output of dumper on x86_64 as 'elf64-x86-64-cloudabi'

[PATCH 0/8] Fix dumper for x86_64

2020-07-01 Thread Jon Turney
Jon Turney (8): Cygwin: Slightly improve error_start documentation Cygwin: Update ELF target used by dumper on x86_64 Cygwin: Add a new win32_pstatus data type for modules on x86_64 Cygwin: Make dumper scan more than first 4GB of VM on x86_64 Cygwin: Fix bfd target for parsing PE files