You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script loads like any other script. Automation loading is subject to all common GDB loading rules and logic. I'm not using autoloading myself, but I think the best starting point for that is having a look here
It pretty much comes down to putting the manual commands into your .gdbinit file and tell gdb to autoload it, as well as accept loading python files.
Its worth noting there are 2 different autoloading:
home directory
current directory
If you have any further question on that matter, Stackoverflow is a great place to look for answers, or ask your question if not already asked.
can you add the lines needed to automatically load this from .gdbinit? please assume zero python knowledge.
The text was updated successfully, but these errors were encountered: