Re: [uml-devel] query on STDERR output from UML tracing

2008-11-12 Thread Karol Swietlicki
On 12/11/2008, Peter Teoh <[EMAIL PROTECTED]> wrote: > As I used gdb to trace UML execution, only three lines were output to > STDERR: > > - /proc/mm...not found: No such file or directory > - PTRACE_FAULTINFO...not found > - PTRACE_LDT...not found > > What are these? How to turn them on?

[uml-devel] query on STDERR output from UML tracing

2008-11-12 Thread Peter Teoh
As I used gdb to trace UML execution, only three lines were output to STDERR: - /proc/mm...not found: No such file or directory - PTRACE_FAULTINFO...not found - PTRACE_LDT...not found What are these? How to turn them on? What is the implication of not having these features? -- Regards