I am running PEDA with GDB. By default, I see the registers, stack and the code sections. However, when I set a breakpoint to a system call, I want to see the arguments that are passed to this system call. There is supposed to be an "arguments" section just like there is a registers, stack and code sections. I tried the "dumpargs" command, and it didn't work.
Do I have to modify the configuration file or something else?