From c81ea146ead352c08b760188da01a7883c8a0b1e Mon Sep 17 00:00:00 2001 From: spo Date: Mon, 31 Aug 2015 10:57:48 +0300 Subject: [PATCH] Add GDB to SQUISH tests --- commands.gdb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 commands.gdb 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 -- 2.39.2