summaryrefslogtreecommitdiff
path: root/rtl-trace.h
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2013-09-05 13:05:17 +0800
committerPeng Fan <van.freenix@gmail.com>2013-09-05 13:47:39 +0800
commita48d508e21d4baa3e7c395218a3bce5ad2359d96 (patch)
tree1c23d06a17c09fe5db4f9d1d82ff6a6694ae3ad9 /rtl-trace.h
parent65096e5cf330be0eaed449c5ec44afb50225e41f (diff)
file details and debug support
This patch contains the file details part and linkmap support. In order to save space, the linkmap part and file details part are merged into one implementation. Both use the same pointer, obj->detail. Signed-off-by: Peng Fan <van.freenix@gmail.com>
Diffstat (limited to 'rtl-trace.h')
-rw-r--r--rtl-trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl-trace.h b/rtl-trace.h
index fea8122..1a5ee97 100644
--- a/rtl-trace.h
+++ b/rtl-trace.h
@@ -46,6 +46,7 @@ typedef uint32_t rtems_rtl_trace_mask;
#define RTEMS_RTL_TRACE_LOAD_SECT (1UL << 6)
#define RTEMS_RTL_TRACE_ALLOCATOR (1UL << 7)
#define RTEMS_RTL_TRACE_UNRESOLVED (1UL << 8)
+#define RTEMS_RTL_TRACE_DETAIL (1UL << 9)
/**
* Call to check if this part is bring traced. If RTEMS_RTL_TRACE is defined to