mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
./mysql-test-run --gdb
This commit is contained in:
@ -673,9 +673,13 @@ start_master()
|
|||||||
"gdb -x $GDB_MASTER_INIT" $MYSQLD
|
"gdb -x $GDB_MASTER_INIT" $MYSQLD
|
||||||
elif [ x$DO_GDB = x1 ]
|
elif [ x$DO_GDB = x1 ]
|
||||||
then
|
then
|
||||||
$ECHO "set args $master_args" > $GDB_MASTER_INIT
|
$CAT <<__GDB_MASTER_INIT__ > $GDB_MASTER_INIT
|
||||||
$ECHO "b mysql_parse" >> $GDB_MASTER_INIT
|
b mysql_parse
|
||||||
$ECHO "r" >> $GDB_MASTER_INIT
|
commands 1
|
||||||
|
dele 1
|
||||||
|
end
|
||||||
|
r $master_args
|
||||||
|
__GDB_MASTER_INIT__
|
||||||
manager_launch master $XTERM -display $DISPLAY \
|
manager_launch master $XTERM -display $DISPLAY \
|
||||||
-title "Master" -e gdb -x $GDB_MASTER_INIT $MYSQLD
|
-title "Master" -e gdb -x $GDB_MASTER_INIT $MYSQLD
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user