3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-27 06:19:25 +01:00

Remove compiler_vm ability to execute .gdbinit commands

This commit is contained in:
Pragmatic Software 2014-03-24 15:37:54 +00:00
parent f13adc1500
commit 474f7ed168
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ use warnings;
# These are set automatically by the build/commit script # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 534, BUILD_REVISION => 535,
BUILD_DATE => "2014-03-23", BUILD_DATE => "2014-03-24",
}; };
1; 1;

View File

@ -487,4 +487,4 @@ sub flushall {
} }
} }
execute("LIBC_FATAL_STDERR=1 gdb -silent ./prog 2>&1"); execute("LIBC_FATAL_STDERR=1 MALLOC_CHECK_=1 gdb -silent -q -nx ./prog 2>&1");