aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/windows-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/windows-nat.h')
-rw-r--r--gdb/nat/windows-nat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/nat/windows-nat.h b/gdb/nat/windows-nat.h
index 821866b..d8c5cfb 100644
--- a/gdb/nat/windows-nat.h
+++ b/gdb/nat/windows-nat.h
@@ -220,13 +220,6 @@ extern bool wow64_process;
extern bool ignore_first_breakpoint;
#endif
-/* Return the name of the DLL referenced by H at ADDRESS. UNICODE
- determines what sort of string is read from the inferior. Returns
- the name of the DLL, or NULL on error. If a name is returned, it
- is stored in a static buffer which is valid until the next call to
- get_image_name. */
-extern const char *get_image_name (HANDLE h, void *address, int unicode);
-
typedef enum
{
HANDLE_EXCEPTION_UNHANDLED = 0,