aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-29 16:38:26 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:35:44 +0200
commit52dbfb161efeab85bddc880966db2f7af9b9cf9a (patch)
tree292b32b0c4cf6a9ad05d75b4b99b26a9daec6ba3 /library.h
parentcb9a28da448439eab4bf554810fd1004fbc00885 (diff)
downloadltrace-52dbfb161efeab85bddc880966db2f7af9b9cf9a.tar.gz
Shuffle breakpoint functions around
Diffstat (limited to 'library.h')
-rw-r--r--library.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/library.h b/library.h
index 13b82ea..dbccb08 100644
--- a/library.h
+++ b/library.h
@@ -92,11 +92,14 @@ struct library {
target_address_t base;
/* Absolute address of the entry point. Useful for main
- * binary, though I the value might be useful for the dynamic
- * linker, too (in case we ever want to do early process
- * tracing). */
+ * binary, though I suppose the value might be useful for the
+ * dynamic linker, too (in case we ever want to do early
+ * process tracing). */
target_address_t entry;
+ /* Address of PT_DYNAMIC segment. */
+ target_address_t dyn_addr;
+
/* Symbols associated with the library. */
struct library_symbol *symbols;
const char *name;