summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-dwarf.h
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2021-03-03 09:36:19 -0600
committerJoel Sherrill <joel@rtems.org>2021-03-30 13:15:57 -0500
commit85eb59e217fc62974a9a511e5463f47ff4b135e1 (patch)
tree32eae41cea00477331a883c2482e16a3593023e1 /rtemstoolkit/rld-dwarf.h
parentbsps/sparc: Remove INI files using SIS in GDB (diff)
downloadrtems-tools-85eb59e217fc62974a9a511e5463f47ff4b135e1.tar.bz2
rld-dwarf: Add function::has_entry_pc
Diffstat (limited to 'rtemstoolkit/rld-dwarf.h')
-rw-r--r--rtemstoolkit/rld-dwarf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-dwarf.h b/rtemstoolkit/rld-dwarf.h
index 45fbab1..1210813 100644
--- a/rtemstoolkit/rld-dwarf.h
+++ b/rtemstoolkit/rld-dwarf.h
@@ -377,6 +377,11 @@ namespace rld
dwarf_unsigned pc_high () const;
/**
+ * Does the function have an entry PC?
+ */
+ bool has_entry_pc () const;
+
+ /**
* Does the function have machine code in the image?
*/
bool has_machine_code () const;