summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2021-03-08 16:53:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2021-03-08 16:53:51 (GMT)
commit33f8fdcf30a9568e22ef86d05f3f2bc21818789a (patch)
tree1084996cafda0af0735db33a2206d3f61a26bcf3 /unix
parent649511b66bf1465ad8553f707dd4c17b0447a6d1 (diff)
downloadtcl-33f8fdcf30a9568e22ef86d05f3f2bc21818789a.zip
tcl-33f8fdcf30a9568e22ef86d05f3f2bc21818789a.tar.gz
tcl-33f8fdcf30a9568e22ef86d05f3f2bc21818789a.tar.bz2
Fix SEGV in zipfs mounting, and try to make that code more comprehensible
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f885f5a..30e2104 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -945,6 +945,9 @@ shell: ${TCL_EXE}
gdb: ${TCL_EXE}
$(SHELL_ENV) $(GDB) ./${TCL_EXE}
+lldb: ${TCL_EXE}
+ $(SHELL_ENV) $(LLDB) ./${TCL_EXE}
+
valgrind: ${TCL_EXE} ${TCLTEST_EXE}
$(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} \
$(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind \