Skip to content

Instantly share code, notes, and snippets.

@jarkkojs
Created April 18, 2024 00:07
Show Gist options
  • Save jarkkojs/84ae8e030df8e5fbbb612d0ee1e85597 to your computer and use it in GitHub Desktop.
Save jarkkojs/84ae8e030df8e5fbbb612d0ee1e85597 to your computer and use it in GitHub Desktop.
set history filename ~/.gdb_history
set history save on
set logging enabled on
set logging file ~/.gdb_log
set pagination off
define step_program
starti
while (1)
stepi
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment