From 5092458eac819b81fcb52bfc441c2c3d61dde95c Mon Sep 17 00:00:00 2001 From: Leo Blonk Date: Mon, 2 Dec 2019 11:12:46 +0000 Subject: [PATCH] lldb pretty printers for relay A set of lldb debugger pretty printers that use the relay PrettyPrinter functionality to display data structures in the lldb debugger. - Put the dot.lldbinit file in your home directory as .lldbinit. - Update the file to point to the pretty printer script tvm.py - Restart lldb --- python/tvm/contrib/lldb/{dot.lldbinit => dot.lldbinit.in} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename python/tvm/contrib/lldb/{dot.lldbinit => dot.lldbinit.in} (100%) diff --git a/python/tvm/contrib/lldb/dot.lldbinit b/python/tvm/contrib/lldb/dot.lldbinit.in similarity index 100% rename from python/tvm/contrib/lldb/dot.lldbinit rename to python/tvm/contrib/lldb/dot.lldbinit.in