aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-11-13 17:55:39 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-11-15 16:55:00 +0100
commitf3cab5934d105412ced7a190300e5fb58d4ff425 (patch)
tree4e82b460c01776f96c9f1c3b55565b2304e5c59f /pkg/report/linux.go
parentbfcab33d5ef38324342c0348a49caf197e386dd3 (diff)
pkg/report: skip debug objects frames
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index a36711936..67487216c 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1040,6 +1040,8 @@ var linuxStackParams = &stackParams{
"kmsan",
"kcsan_setup_watchpoint",
"check_memory_region",
+ "check_heap_object",
+ "check_object",
"read_word_at_a_time",
"(read|write)_once_.*nocheck",
"print_address_description",