epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.12k stars 69 forks source link

Increase process attach PID text input to 7 digits #220

Closed trumank closed 8 months ago

trumank commented 8 months ago

Per man 5 proc, PID_MAX_LIMIT can be set up to 2^22 or 4194304 which is 7 digits

epasveer commented 8 months ago

Thanks for the patch!