From d9dac90808b2044ca1343e33a3f7e6e22437dc83 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 => apps/lldb/dot.lldbinit.in | 0 {python/tvm/contrib => apps}/lldb/tvm.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename python/tvm/contrib/lldb/dot.lldbinit => apps/lldb/dot.lldbinit.in (100%) rename {python/tvm/contrib => apps}/lldb/tvm.py (100%) diff --git a/python/tvm/contrib/lldb/dot.lldbinit b/apps/lldb/dot.lldbinit.in similarity index 100% rename from python/tvm/contrib/lldb/dot.lldbinit rename to apps/lldb/dot.lldbinit.in diff --git a/python/tvm/contrib/lldb/tvm.py b/apps/lldb/tvm.py similarity index 100% rename from python/tvm/contrib/lldb/tvm.py rename to apps/lldb/tvm.py