summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <[email protected]>2020-01-21 16:58:00 +0900
committerKoichi Sasada <[email protected]>2020-01-21 16:58:00 +0900
commit8113f3fee4a962321b6107e58496afc6733c299c (patch)
tree98379ea3f6f8b6801c05293576084a06f6d2bb4a
parent97d75639a9970ce3868ba91a57be1856a3957711 (diff)
add default break points
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 4cb305ffc7..86ec9c58dc 100644
--- a/common.mk
+++ b/common.mk
@@ -1210,6 +1210,8 @@ benchmark: miniruby$(EXEEXT) update-benchmark-driver PHONY
run.gdb:
echo set breakpoint pending on > run.gdb
+ echo b rb_assert_failure >> run.gdb
+ echo b rb_bug >> run.gdb
echo b ruby_debug_breakpoint >> run.gdb
echo '# handle SIGINT nostop' >> run.gdb
echo '# handle SIGPIPE nostop' >> run.gdb