aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-07 01:14:24 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:38:02 +0200
commit0092820afcd45fe045ccc294b061bce8da00a1f2 (patch)
tree6d70d1d6becda0ea075af31e774c9e81e8b0b569 /library.h
parent074f68fb8f57f93de3d94552a855b296b7a25906 (diff)
downloadltrace-0092820afcd45fe045ccc294b061bce8da00a1f2.tar.gz
Drop process.fixed_libs, enable breakpoints right away
The theory behing fixed_libs was broken from the beginning, we can't tell dlopened libraries from fixed ones when attaching. We also don't need to wait for _start to enable breakpoints. We may need this on LS_TOPLT_POINT architectures, but that was added for PPC, and PPC doesn't need it anymore.
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.h b/library.h
index 3d3d5f8..4f925d1 100644
--- a/library.h
+++ b/library.h
@@ -92,7 +92,6 @@ enum callback_status library_symbol_equal_cb(struct library_symbol *libsym,
enum library_type {
LT_LIBTYPE_MAIN,
LT_LIBTYPE_DSO,
- LT_LIBTYPE_DLOPEN,
};
/* XXX we might consider sharing libraries across processes. Things