1f1b5ad097
be able to receive sigtrap for breakpoints to work, it can. For example we are setting breakpoints inside dlopen(), after we've blocked the signal, so the process keep trapping and looping over the trap instruction without being able to send the signal. Another way would be to move the _rtld_debug_state() calls outside the critical section... |
||
---|---|---|
.. | ||
arch | ||
debug.c | ||
debug.h | ||
expand.c | ||
headers.c | ||
ld.elf_so.1 | ||
load.c | ||
Makefile | ||
map_object.c | ||
paths.c | ||
README | ||
README.TLS | ||
reloc.c | ||
rtld.c | ||
rtld.h | ||
rtldenv.h | ||
search.c | ||
symbol.c | ||
symver.c | ||
sysident.h | ||
tls.c | ||
TODO | ||
xmalloc.c | ||
xprintf.c |
$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $ TO DO: * Support for coexistence of 32-bit and 64-bit ELF on platforms that can do that.