Simulator_Test/build/gdbinit/py_extensions

8 lines
161 B
Plaintext
Raw Permalink Normal View History

# Add Python GDB extensions
python
try:
import freertos_gdb
except ModuleNotFoundError:
print('warning: python extension "freertos_gdb" not found.')
end