summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-07 15:11:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-07 15:11:15 +0000
commit3981e7ffc860b806a9f59d427d63f4ca1353e354 (patch)
tree8006804f55dfdcaabe72b78eda2c6c634e18d36a /irc
parenta6c43553589bcb2cf51e48e3346f35a5754220d1 (diff)
downloadfreebsd-ports-3981e7ffc860b806a9f59d427d63f4ca1353e354.zip
pty is a tool to help debug console programs which take the terminal out of
canonical mode, by allowing the program being debugged and the debugger to run on separate terminal devices. To use pty, the programmer changes to the terminal device where he or she wishes to interact with the program to be debugged, and at the shell prompt, runs pty with no arguments. Pty will print out the filename of the slave side of the pseudo-terminal it has opened. Inside the debugger, running in another terminal device, one then redirects the program to be debugged's IO to the slave (tty command of gdb). When you are finished using pty, you must manually kill it. When pty starts it prints out its pid. WWW: http://www.mammothcheese.ca/munger.html -- James Bailie <jimmy@mammothcheese.ca> PR: ports/116179 Submitted by: James Bailie <jimmy at mammothcheese.ca>
Diffstat (limited to 'irc')
0 files changed, 0 insertions, 0 deletions