We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cd129 commit 28bdf85Copy full SHA for 28bdf85
include/callstack_internals.h
@@ -28,6 +28,8 @@
28
extern "C" {
29
#endif
30
31
+extern bool callstack_rawNames;
32
+
33
/**
34
* Indicates whether the caches should be cleared automatically.
35
*
src/callstack_internals.c
@@ -26,6 +26,8 @@
26
#include "parser/file/binaryFile.h"
27
#include "dlMapper/dlMapper.h"
+bool callstack_rawNames = false;
bool callstack_autoClearCaches = true;
void callstack_clearCaches(void) {
0 commit comments