diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2021-03-08 16:53:51 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2021-03-08 16:53:51 (GMT) |
| commit | 25bbbbf3ee5102d8fd13884456e828e6dacd4b5b (patch) | |
| tree | 1084996cafda0af0735db33a2206d3f61a26bcf3 /unix | |
| parent | b9bc37e2b8d6b0ee9fa2839ad1a37f42266d417d (diff) | |
| download | tcl-25bbbbf3ee5102d8fd13884456e828e6dacd4b5b.zip tcl-25bbbbf3ee5102d8fd13884456e828e6dacd4b5b.tar.gz tcl-25bbbbf3ee5102d8fd13884456e828e6dacd4b5b.tar.bz2 | |
Fix SEGV in zipfs mounting, and try to make that code more comprehensible
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 3 |
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 \ |
