diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-12-22 21:45:38 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-12-22 21:45:38 +0000 |
commit | ed9a39ebf9f55562c7c582155f6721c3e685ce91 (patch) | |
tree | a4d79644b877ba407080f1e1120fdf203a1e50b7 /gdb/config/pa | |
parent | d3a09475522de47cb8f641b3235d58ee10320f64 (diff) | |
download | gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.zip gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.tar.gz gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.tar.bz2 |
import gdb-1999-12-21 snapshot
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index 7b277d1..c7466ca 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -90,6 +90,7 @@ extern int hppa_prepare_to_proceed PARAMS ((void)); #define CHILD_HAS_SYSCALL_EVENT #define CHILD_POST_ATTACH #define CHILD_THREAD_ALIVE +#define CHILD_PID_TO_STR #define REQUIRE_ATTACH(pid) hppa_require_attach(pid) extern int hppa_require_attach PARAMS ((int)); @@ -226,9 +227,8 @@ extern void hppa_disable_page_protection_events PARAMS ((int)); * than processes. So we need a new way to print * the string. Code is in hppah-nat.c. */ -#define target_pid_to_str( pid ) \ - hppa_pid_to_str( pid ) -extern char *hppa_pid_to_str PARAMS ((pid_t)); + +extern char *child_pid_to_str PARAMS ((pid_t)); #define target_tid_to_str( pid ) \ hppa_tid_to_str( pid ) @@ -277,13 +277,6 @@ extern void hppa_ensure_vforking_parent_remains_stopped PARAMS ((int)); hppa_resume_execd_vforking_child_to_get_parent_vfork () extern int hppa_resume_execd_vforking_child_to_get_parent_vfork PARAMS ((void)); -#ifdef HAVE_HPUX_THREAD_SUPPORT - -extern char *hpux_pid_to_str PARAMS ((int pid)); -#define target_pid_to_str(PID) hpux_pid_to_str (PID) - -#endif /* HAVE_HPUX_THREAD_SUPPORT */ - #define HPUXHPPA #define MAY_SWITCH_FROM_INFERIOR_PID (1) |