Partially revert "Release micro-ROS Foxy: disable tracetools status app"
This partially reverts commit b473cec508
.
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
c9c5a9b79e
commit
4f131147af
1 changed files with 0 additions and 5 deletions
|
@ -18,14 +18,11 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#include "tracetools/config.h"
|
|
||||||
#include "tracetools/visibility_control.hpp"
|
#include "tracetools/visibility_control.hpp"
|
||||||
|
|
||||||
/// Default symbol, used when address resolution fails.
|
/// Default symbol, used when address resolution fails.
|
||||||
#define SYMBOL_UNKNOWN "UNKNOWN"
|
#define SYMBOL_UNKNOWN "UNKNOWN"
|
||||||
|
|
||||||
#ifndef TRACETOOLS_DISABLED
|
|
||||||
|
|
||||||
TRACETOOLS_PUBLIC const char * _demangle_symbol(const char * mangled);
|
TRACETOOLS_PUBLIC const char * _demangle_symbol(const char * mangled);
|
||||||
|
|
||||||
TRACETOOLS_PUBLIC const char * _get_symbol_funcptr(void * funcptr);
|
TRACETOOLS_PUBLIC const char * _get_symbol_funcptr(void * funcptr);
|
||||||
|
@ -65,6 +62,4 @@ const char * get_symbol(L && l)
|
||||||
return _demangle_symbol(typeid(l).name());
|
return _demangle_symbol(typeid(l).name());
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // TRACETOOLS_DISABLED
|
|
||||||
|
|
||||||
#endif // TRACETOOLS__UTILS_HPP_
|
#endif // TRACETOOLS__UTILS_HPP_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue