summaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-12-16 19:14:23 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-12-16 19:14:23 +0000
commitbf04141abdfe5525d75e34fa4dbe423b27f4602c (patch)
treea19e63c11883481455a51a937302b0f24824daaf /gdb/target.h
parentc0ddc71d1ecb773e0a88e7da3cd9062914d55a8b (diff)
downloadgdb-bf04141abdfe5525d75e34fa4dbe423b27f4602c.tar.gz
* target.h (target_pid_or_tid_to_str): Remove.
* infrun.c (handle_inferior_event): Use target_pid_to_str instead of target_pid_or_tid_to_str. (normal_stop): Likewise.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 10fe04b9fbb..ec5f86dddb1 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -991,11 +991,6 @@ extern char *normal_pid_to_str (ptid_t ptid);
#define target_extra_thread_info(TP) \
(current_target.to_extra_thread_info (TP))
-#ifndef target_pid_or_tid_to_str
-#define target_pid_or_tid_to_str(ID) \
- target_pid_to_str (ID)
-#endif
-
/* Attempts to find the pathname of the executable file
that was run to create a specified process.