save breakpoints to file in gdb
It took me entirely too long to look this up, but you can store your breakpoints to a file and restore them with the following commands:
save breakpoints [filename]
source [filename]
It took me entirely too long to look this up, but you can store your breakpoints to a file and restore them with the following commands:
save breakpoints [filename]
source [filename]