mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
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.
This commit is contained in:
parent
7b624e7136
commit
bb1b1cf1c7
@ -1,3 +1,8 @@
|
||||
2013-06-26 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
|
||||
comment.
|
||||
|
||||
2013-06-26 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* infrun.c: Update comments on stepping over runtime loader
|
||||
|
12
gdb/infrun.c
12
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user