mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Remove compiler_vm ability to execute .gdbinit commands
This commit is contained in:
parent
f13adc1500
commit
474f7ed168
@ -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;
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user