3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02: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
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 534,
BUILD_DATE => "2014-03-23",
BUILD_REVISION => 535,
BUILD_DATE => "2014-03-24",
};
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");