[patch] windows-nat.c: Fix offset problem in signal string handling

Corinna Vinschen vinschen@redhat.com
Wed Mar 20 09:36:00 GMT 2013


On Mar 19 14:25, Joel Brobecker wrote:
> > Alternatively the call to string_to_core_addr could be replaced with a 
> > call to `strtoull (p, NULL, 0)'.  Since this code is only supported on
> > Cygwin, it's safe to assume that the strtoull function exists.
> 
> I would go for that option, mostly because you already use strtol
> to parse the beginning of that string...
> 
> > Version 2:
> > 
> > 	* windows-nat.c (handle_output_debug_string): Replace call
> > 	to string_to_core_addr with call to strtoull.

Thanks, applied.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat



More information about the Gdb-patches mailing list