79793032

Date: 2025-10-17 12:00:05
Score: 0.5
Natty:
Report link

If you are copying multiple lines and want to paste to a running Gdb, here is one method:

  1. Create a Gdb script file with your commands

    print var1
    print var2
    finish
    next
    
  2. Source it from Gdb

    source ~/path/to/your/file.gdb
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: davidhcefx