summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-06-26 21:38:22 +0000
committerPedro Alves <palves@redhat.com>2013-06-26 21:38:22 +0000
commit2345e28e4186c9f65ac3a089d02af119d7338a70 (patch)
tree4811a722abfc002324c45864f0a6b542971d22c0 /gdb/infrun.c
parent1d7cb0bd9a442184323f6995b52e859a7bb9cccb (diff)
downloadgdb-2345e28e4186c9f65ac3a089d02af119d7338a70.tar.gz
Garbage collect SOLIB_IN_DYNAMIC_LINKER.
This hasn't been used for years. gdb/ 2013-06-26 Pedro Alves <palves@redhat.com> * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index d36d2e04244..84e405327a7 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -221,18 +221,6 @@ set_disable_randomization (char *args, int from_tty,
(possibly confusing) stepping behavior is better than signaling an
error, which will obscure the change in the inferior's state. */
-/* This function returns TRUE if pc is the address of an instruction
- that lies within the dynamic linker (such as the event hook, or the
- dld itself).
-
- This function must be used only when a dynamic linker event has
- been caught, and the inferior is being stepped out of the hook, or
- undefined results are guaranteed. */
-
-#ifndef SOLIB_IN_DYNAMIC_LINKER
-#define SOLIB_IN_DYNAMIC_LINKER(pid,pc) 0
-#endif
-
/* "Observer mode" is somewhat like a more extreme version of
non-stop, in which all GDB operations that might affect the
target's execution have been disabled. */