aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/linux-low.h')
-rw-r--r--gdb/gdbserver/linux-low.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbserver/linux-low.h b/gdb/gdbserver/linux-low.h
index 1a1d69c..97b163f 100644
--- a/gdb/gdbserver/linux-low.h
+++ b/gdb/gdbserver/linux-low.h
@@ -351,12 +351,6 @@ int linux_pid_exe_is_elf_64_file (int pid, unsigned int *machine);
errno). */
int linux_attach_lwp (ptid_t ptid);
-/* Return the reason an attach failed, in string form. ERR is the
- error returned by linux_attach_lwp (an errno). This string should
- be copied into a buffer by the client if the string will not be
- immediately used, or if it must persist. */
-char *linux_attach_fail_reason_string (ptid_t ptid, int err);
-
struct lwp_info *find_lwp_pid (ptid_t ptid);
void linux_stop_lwp (struct lwp_info *lwp);