summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-26 10:46:40 +1100
committerChris Johns <chrisj@rtems.org>2012-11-26 10:46:40 +1100
commite5f8800f6dc1dba7fb6b76a1ed0a2dcb0d3a5f1f (patch)
tree8d83c2bae64b4e3e3503eed31a38401bba168603 /rld.h
parentbee2397a6ebbb539d5e961dbcf77655f9ce0b88c (diff)
Split trace to have without and with symbols.
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/rld.h b/rld.h
index 9c9854a..182a8d4 100644
--- a/rld.h
+++ b/rld.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2011, Chris Johns <chrisj@rtems.org>
+ * Copyright (c) 2011, Chris Johns <chrisj@rtems.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
- *
+ *
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
@@ -70,7 +70,8 @@ namespace rld
#define RLD_VERBOSE_INFO (1)
#define RLD_VERBOSE_DETAILS (2)
#define RLD_VERBOSE_TRACE (3)
-#define RLD_VERBOSE_FULL_DEBUG (4)
+#define RLD_VERBOSE_TRACE_SYMS (4)
+#define RLD_VERBOSE_FULL_DEBUG (5)
namespace rld
{