summaryrefslogtreecommitdiff
path: root/rld-config.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-09 08:20:41 +1000
committerChris Johns <chrisj@rtems.org>2014-09-09 08:20:41 +1000
commit42f6be76c9b79c4501ed766177e634bbe44198d4 (patch)
tree28000c8d6dc56a4c2dd65bb4e851bd2b6ba077a1 /rld-config.h
parent305cdd08bb5fd2584470e3ca1082f6956953e7e2 (diff)
rtems-tld: Add entry and exit trace support.
Diffstat (limited to 'rld-config.h')
-rw-r--r--rld-config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rld-config.h b/rld-config.h
index 52153d2..4bcb964 100644
--- a/rld-config.h
+++ b/rld-config.h
@@ -87,6 +87,11 @@ namespace rld
records recs; //< The section's records.
/**
+ * Has the section got a record ?
+ */
+ bool has_record (const std::string& name) const;
+
+ /**
* Find a record and throw an error if not found.
*/
const record& get_record (const std::string& name) const;