diff --git a/sycl/xmethods/libsycl.so-gdb.py b/sycl/xmethods/libsycl.so-gdb.py index a2c1fc810b7bd..393c33a858acb 100644 --- a/sycl/xmethods/libsycl.so-gdb.py +++ b/sycl/xmethods/libsycl.so-gdb.py @@ -133,4 +133,4 @@ def match(self, class_type, method_name): return methods -gdb.xmethod.register_xmethod_matcher(None, AccessorOpIndexMatcher()) +gdb.xmethod.register_xmethod_matcher(None, AccessorOpIndexMatcher(), replace=True)