add gdb_ubsan alias in fish

This commit is contained in:
Antoine Vaure 2025-04-17 14:39:21 +02:00
parent b978fe919f
commit 2bfa464e27

View file

@ -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 = [