summaryrefslogtreecommitdiffstats
path: root/libdwfl/libdwfl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/libdwfl.h')
-rw-r--r--libdwfl/libdwfl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdwfl/libdwfl.h b/libdwfl/libdwfl.h
index 16b351cf..1092d2e1 100644
--- a/libdwfl/libdwfl.h
+++ b/libdwfl/libdwfl.h
@@ -30,6 +30,7 @@
#define _LIBDWFL_H 1
#include "libdw.h"
+#include "libebl.h"
#include <stdio.h>
/* Handle for a session using the library to attach to a single target process. */
@@ -786,6 +787,10 @@ pid_t dwfl_pid (Dwfl *dwfl)
Dwfl *dwfl_thread_dwfl (Dwfl_Thread *thread)
__nonnull_attribute__ (1);
+/* Return EBL associated with THREAD. This function never fails. */
+Ebl *dwfl_thread_ebl (Dwfl_Thread *thread)
+ __nonnull_attribute__ (1);
+
/* Return positive TID (thread ID) for THREAD. This function never fails. */
pid_t dwfl_thread_tid (Dwfl_Thread *thread)
__nonnull_attribute__ (1);