in reply to Re^2: Trying to track a sleeping CGI request with gdb
in thread Trying to track a sleeping CGI request with gdb

"--args" gdb option allows to pass arguments to the executable given a program X and list of parameters a b c: %gdb --args X a b c
  • Comment on Re^3: Trying to track a sleeping CGI request with gdb