]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/win32-low.c
* win32-low.c: Adapt to support also 64-bit architecture.
authorPierre Muller <muller@sourceware.org>
Tue, 20 Apr 2010 00:07:44 +0000 (00:07 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 20 Apr 2010 00:07:44 +0000 (00:07 +0000)
commite8f0053d6ec02ca013f7a55bd0aa18c01d9239e0
tree8b26409d392df054c14f731b4dd371b0155d4e87
parentd1b7138c1790d8a7928b070fa6a14e2813419552
* win32-low.c: Adapt to support also 64-bit architecture.
(child_xfer_memory): Use uintptr_t type for local variable `addr'.
(get_image_name): Use SIZE_T type for local variable `done'.
(psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
(toolhelp_get_dll_name): Idem.
(handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
Use uintptr_t typecast to avoid warning.
(handle_unload_dll): Use uintptr_t typecast to avoid warning.
(handle_exception): Use phex_nz to avoid warning.
(win32_wait): Remove unused local variable `process'.
gdb/gdbserver/ChangeLog
gdb/gdbserver/win32-low.c