Skip to content

Commit

Permalink
dbgutil: rename libktrace to libktrace-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Feb 10, 2025
1 parent d5c8e57 commit 6cd8a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgutil/oro_debug_suite/cmd/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def invoke(self, arg, _from_tty=False):

trace_args.append("-plugin")

trace_path = path.join(repo_path, "target/release/libktrace.so")
trace_path = path.join(repo_path, "target/release/libktrace_plugin.so")
if type(trace) is str:
trace_path += f",sock={trace}"

Expand Down

0 comments on commit 6cd8a9d

Please sign in to comment.