How to run the programe with parameters inside gdb?

On the gdb prompt, juste type run -d -u root -m 50 -c 1024 -p 11051.

Alternativerly, you can also use the args parameter: (gdb) help set argsSet argument list to give program being debugged when it is started. Follow this command with any number of args, to be passed to the program. So in your case: set args -d -u root -m 50 -c 1024 -p 11051 run (or) start.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions