Salome HOME
Add GDB to SQUISH tests
authorspo <sergey.pokhodenko@opencascade.com>
Mon, 31 Aug 2015 07:57:48 +0000 (10:57 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Mon, 31 Aug 2015 07:58:20 +0000 (10:58 +0300)
commands.gdb [new file with mode: 0644]

diff --git a/commands.gdb b/commands.gdb
new file mode 100644 (file)
index 0000000..a90a4d5
--- /dev/null
@@ -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