Salome HOME
Add GDB to SQUISH tests
[modules/shaper.git] / commands.gdb
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