On Wed, 27 Apr 2005, [EMAIL PROTECTED] moaned:
> For most applications, the mention address-space is mapped to
> linux-gate.so, which to my understanding is a part of sysenter/tls
> implementation in glibc.
It is the vsyscall implementation; it's exported by the kernel,
not by glibc.
--
This is
> I have 2 questions about UML gdb:
>
> 1.how to get the address of current process UML gdb?
> It seems "esp & 0xe000" is not the correct address.
For most applications, the mention address-space is mapped to
linux-gate.so, which to my understanding is a part of sysenter/tls
implementation in
Hi all:
I have 2 questions about UML gdb:
1.how to get the address of current process UML gdb?
It seems "esp & 0xe000" is not the correct address.
2.how to read the contents of a file in UML gdb?
The file is an object of struct file. I only know the address of the file.
Thanks a lot!
Alex