From: spo Date: Mon, 31 Aug 2015 07:57:48 +0000 (+0300) Subject: Add GDB to SQUISH tests X-Git-Tag: V_1.4.0_beta4~193 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c81ea146ead352c08b760188da01a7883c8a0b1e;p=modules%2Fshaper.git Add GDB to SQUISH tests --- diff --git a/commands.gdb b/commands.gdb new file mode 100644 index 000000000..a90a4d59d --- /dev/null +++ b/commands.gdb @@ -0,0 +1,10 @@ +set pagination off +set logging file gdb.txt +set logging redirect on +set logging on +catch throw +echo Run application in GDB +continue +backtrace full +set logging off +quit