1
Fork 0

Rename foo.py to my_gdb_script.py

This makes it easier for maintainers to see what the Python script is for.
This commit is contained in:
Zalathar 2024-08-22 11:52:21 +10:00
parent 7232a07f5a
commit 5fc562c5b1
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,6 @@
# This is a Python script, but we don't actually run it.
# So if you're trying to remove Python scripts from the test suite,
# be aware that there's no value in trying to get rid of this one.
#
# It just needs to exist so that the compiler can embed it via
# `#![debugger_visualizer(gdb_script_file = "...")]`.