aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index de5f555df72..cc59567926d 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -1,6 +1,6 @@
1# Set up something to print out s-expressions. 1# Set up something to print out s-expressions.
2define pr 2define pr
3set Fprin1 ($, Qexternal_debugging_output) 3set debug_print ($)
4echo \n 4echo \n
5end 5end
6document pr 6document pr