summaryrefslogtreecommitdiffstats
path: root/libdwfl/dwfl_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/dwfl_frame.c')
-rw-r--r--libdwfl/dwfl_frame.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdwfl/dwfl_frame.c b/libdwfl/dwfl_frame.c
index 1e715346..46b16b3a 100644
--- a/libdwfl/dwfl_frame.c
+++ b/libdwfl/dwfl_frame.c
@@ -239,6 +239,12 @@ dwfl_thread_dwfl (Dwfl_Thread *thread)
}
INTDEF(dwfl_thread_dwfl)
+Ebl *
+dwfl_thread_ebl (Dwfl_Thread *thread)
+{
+ return thread->process->ebl;
+}
+
pid_t
dwfl_thread_tid (Dwfl_Thread *thread)
{