[PATCH v3] Implement debugging of WOW64 processes

Simon Marchi simark@simark.ca
Wed Mar 4 19:32:00 GMT 2020


On 2020-03-04 2:16 p.m., Hannes Domani via gdb-patches wrote:
> @@ -99,7 +99,5 @@ void _initialize_amd64_windows_nat ();
>  void
>  _initialize_amd64_windows_nat ()
>  {
> -  windows_set_context_register_offsets (mappings);
> -  windows_set_segment_register_p (amd64_windows_segment_register_p);
>    x86_set_debug_register_length (8);
>  }

Does x86_set_debug_register_length need to be adjusted based on the type of the
process?  With the current code, it will be set to 8 even if debugging a WOW64
process, is that what we want?

Simon



More information about the Gdb-patches mailing list