zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 8be607348061674f7be766d6ee86eef3a2d28727 (tree)
parent 4414f9c46e778a58c6d08df3c6ab604449abf38d
Author: Jacob Young <jacobly0@users.noreply.github.com>
Date:   Mon, 13 Mar 2023 18:41:14 -0400

tools: fix typo in lldb command

Diffstat:
Mtools/lldb_pretty_printers.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/lldb_pretty_printers.py b/tools/lldb_pretty_printers.py @@ -1,6 +1,6 @@ # pretty printing for the zig language, zig standard library, and zig stage 2 compiler. # put commands in ~/.lldbinit to run them automatically when starting lldb -# `command script /path/to/stage2_lldb_pretty_printers.py` to import this file +# `command script import /path/to/zig/tools/lldb_pretty_printers.py` to import this file # `type category enable zig` to enable pretty printing for the zig language # `type category enable zig.std` to enable pretty printing for the zig standard library # `type category enable zig.stage2` to enable pretty printing for the zig stage 2 compiler