From 9008e8c82cf8f1085c2296ac1c91fd471884f790 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 11 Apr 2025 03:11:39 -0500 Subject: [PATCH] scripts: Renamed tracebd.py -> dbgtrace.py This matches dbgbmap.py and fits in with the other dbg scripts. The choice of tracebd.py for the name was arbitrary anyways, we just needed something that wouldn't conflict with other scripts. --- scripts/{tracebd.py => dbgtrace.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{tracebd.py => dbgtrace.py} (99%) diff --git a/scripts/tracebd.py b/scripts/dbgtrace.py similarity index 99% rename from scripts/tracebd.py rename to scripts/dbgtrace.py index 879ce20e..5a273507 100755 --- a/scripts/tracebd.py +++ b/scripts/dbgtrace.py @@ -3,7 +3,7 @@ # Render operations on block devices based on trace output # # Example: -# ./scripts/tracebd.py trace +# ./scripts/dbgtrace.py trace # # Copyright (c) 2022, The littlefs authors. # SPDX-License-Identifier: BSD-3-Clause