summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug_symbol.h
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-08-18 00:38:19 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-08-20 18:18:28 +0200
commit64c4f9c56645768aa3cc4a9a60b266a20acca0c2 (patch)
tree6bd932c3831e2fa4271eee46b58cb54505ef7589 /src/gallium/auxiliary/util/u_debug_symbol.h
parentd46f91af68e4930b84dd066687c4d865cb54c9b3 (diff)
u_debug_symbol: support getting a string without output
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug_symbol.h')
-rw-r--r--src/gallium/auxiliary/util/u_debug_symbol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_symbol.h b/src/gallium/auxiliary/util/u_debug_symbol.h
index 021586987b..5e283e5ba3 100644
--- a/src/gallium/auxiliary/util/u_debug_symbol.h
+++ b/src/gallium/auxiliary/util/u_debug_symbol.h
@@ -43,6 +43,9 @@ extern "C" {
void
+debug_symbol_name(const void *addr, char* buf, unsigned size);
+
+void
debug_symbol_print(const void *addr);