From 2bfa464e27ef3837806a7be62fa209ec6077d803 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Thu, 17 Apr 2025 14:39:21 +0200 Subject: [PATCH] add gdb_ubsan alias in fish --- fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/fish.nix b/fish.nix index 583d74d..45dc15a 100644 --- a/fish.nix +++ b/fish.nix @@ -111,6 +111,7 @@ m = "meson"; n = "ninja"; gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'"; + gdb_ubsan = "gdb -tui -ex='break __ubsan::ScopedReport::~ScopedReport'"; }; plugins = [