This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Consolidate target_mourn_inferior between GDB and gdbserver


On 09/23/2016 02:17 PM, Jon Turney wrote:

> This seems to miss one use of target_mourn_inferior() in windows-nat.c.
> 
>> ../../gdb/windows-nat.c: In function ‘void windows_kill_inferior(target_ops*)’:
>>
>> ../../gdb/windows-nat.c:2467:26: error: too few arguments to function ‘void target_mourn_inferior(ptid_t)’
>>
>>    target_mourn_inferior (); /* Or just windows_mourn_inferior?  */
>>                           ^
> 
> Patch attached.
> 

Thanks, please push.

Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]