fish: add gdb_msan alias
This commit is contained in:
parent
5a4a4390b4
commit
bee77897ea
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@
|
||||||
n = "ninja";
|
n = "ninja";
|
||||||
gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'";
|
gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'";
|
||||||
gdb_ubsan = "gdb -tui -ex='break __ubsan::ScopedReport::~ScopedReport'";
|
gdb_ubsan = "gdb -tui -ex='break __ubsan::ScopedReport::~ScopedReport'";
|
||||||
|
gdb_msan = "gdb -tui -ex='break __sanitizer::Die'";
|
||||||
} // lib.attrsets.optionalAttrs (variant == "allegro") {
|
} // lib.attrsets.optionalAttrs (variant == "allegro") {
|
||||||
d = "./run_in_container.sh docker/ci.Dockerfile.signature";
|
d = "./run_in_container.sh docker/ci.Dockerfile.signature";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue