From 92fa6233433621c9beb390c31193e99f92cbebc3 Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Wed, 10 Jan 2024 22:12:59 -0600 Subject: [PATCH] Increase process attach PID text input to 7 digits Per `man 5 proc`, PID_MAX_LIMIT can be set up to 2^22 or 4194304 which is 7 digits --- src/SeerDebugDialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SeerDebugDialog.ui b/src/SeerDebugDialog.ui index 2720dbd0..a749105e 100644 --- a/src/SeerDebugDialog.ui +++ b/src/SeerDebugDialog.ui @@ -552,7 +552,7 @@ The process pid. - 999999 + 9999999 pid