mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-09 09:03:24 +00:00
Make it easy to load the common gdbinit script even when running in the arch/ subdir instead of the top-level sim dir.
3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
# Stub gdbinit for sim/$arch/ subdirs to load the common sim/.gdbinit.
|
|
source ../.gdbinit
|