Skip to content

Commit 28bdf85

Browse files
committed
Added raw name enforcement variable
1 parent 07cd129 commit 28bdf85

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

include/callstack_internals.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
extern "C" {
2929
#endif
3030

31+
extern bool callstack_rawNames;
32+
3133
/**
3234
* Indicates whether the caches should be cleared automatically.
3335
*

src/callstack_internals.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "parser/file/binaryFile.h"
2727
#include "dlMapper/dlMapper.h"
2828

29+
bool callstack_rawNames = false;
30+
2931
bool callstack_autoClearCaches = true;
3032

3133
void callstack_clearCaches(void) {

0 commit comments

Comments
 (0)