Last active
December 3, 2024 23:32
-
-
Save chris-pcguy/4ce71eaf0339672831a09b058cfb6d40 to your computer and use it in GitHub Desktop.
some redacted parts of my .gdbinit file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# gdb -ex 'target extended-remote :1234' | |
define attsep3 | |
add-inferior | |
add-inferior | |
inferior 3 | |
attach 3 | |
#set scheduler-locking on | |
set schedule-multiple on | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment