ptrace

2001-06-02 Thread Patrick Alken
ly. The terminal sometimes doesn't scroll up properly when you type newlines etc.. If anyone has any info which could help me out here I would greatly appreciate it as I am not very familiar with the tcgetattr/tcsetattr stuff. Thanks in advance. Patrick Alken To Unsubscribe: send mail

ptrace question

2000-09-29 Thread Patrick Alken
Below I have provided a sample program to demonstrate the problem I am having. Basically, when I ptrace() an ncurses program (such has ncftp 2.4.3), I cannot do a PT_CONTINUE followed by a PT_STEP normally. To demonstrate, the program gets ncftp ready for ptracing and then calls ptrace() with P

ptrace question

2000-09-28 Thread Patrick Alken
Below I have provided a sample program to demonstrate the problem I am having. Basically, when I ptrace() an ncurses program (such has ncftp 2.4.3), I cannot do a PT_CONTINUE followed by a PT_STEP normally. To demonstrate, the program gets ncftp ready for ptracing and then calls ptrace() with P

ptrace help

2000-09-18 Thread Patrick Alken
h an entirely new pid - so it should have absolutely no connection at all to the first trace. Does anyone know why I can't ptrace() the same helloworld program a second time? I have attached my sample ptrace() program to this message. Thanks in advance for any help Patrick Alken /*