News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

warning: GDB: Failed to set controlling terminal: Operation not permitted

Started by rockysynergy, March 16, 2016, 01:28:00 AM

Previous topic - Next topic

rockysynergy

Hi,

My operating system is  fedora 22. When I try to debug the C code. I got warning saying "warning: GDB: Failed to set controlling terminal: Operation not permitted". How can I fix this please?

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.