由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - print out task_struct contents
相关主题
弱弱的问个内核遍历当前进程的子进程的一小段程序急问:linux 2.6 里,如何从inode得到ext2_inode_info?
module load problem on androiddma一次只能传16kb,
问一个跟 memory (process address space) 的有关的问题有没有什么网络函数能够
glibc question,How to register linux network driver ?
Linux 新手求教:在Cygwin下运行linux程序,主要有哪些限制? (转载)定义linked list最后一行什么意思? (转载)
如何查看一个linux binary static link了哪些library?linux C++ 一问
Kernel ioctl call并口驱动的一个问题 (转载)
INIT_WORK从Linux kernel 2.6.20后改了?哪位用过tty_flip_buffer_push()? (转载)
相关话题的讨论汇总
话题: struct话题: task话题: ptrace话题: contents话题: print
进入Linux版参与讨论
1 (共1页)
r***e
发帖数: 2000
1
Is this even possible? Can you check your own status without checking on it?
I read you can use ptrace, but just curious. Thanks.
S*A
发帖数: 7142
2
What do you mean? If you write a kernel module, of course you can.
A lot of task struct information already expose in /proc//
What do you want to get?
Ptrace is just a user space tracing. Not much to do with task_struct.

it?

【在 r***e 的大作中提到】
: Is this even possible? Can you check your own status without checking on it?
: I read you can use ptrace, but just curious. Thanks.

S*A
发帖数: 7142
3
BTW, there is also:
gdb /proc/kcore
so you can inspect kernel memory if it is just one
time thing.
r***e
发帖数: 2000
4
thank you!
1 (共1页)
进入Linux版参与讨论
相关主题
哪位用过tty_flip_buffer_push()? (转载)Linux 新手求教:在Cygwin下运行linux程序,主要有哪些限制? (转载)
Micro-SD card 驱动程序如何查看一个linux binary static link了哪些library?
知道微软的新浏览器不?pivotKernel ioctl call
怎么搜索网络过去的内容, 比如说, 一周前, 一个月前, ?INIT_WORK从Linux kernel 2.6.20后改了?
弱弱的问个内核遍历当前进程的子进程的一小段程序急问:linux 2.6 里,如何从inode得到ext2_inode_info?
module load problem on androiddma一次只能传16kb,
问一个跟 memory (process address space) 的有关的问题有没有什么网络函数能够
glibc question,How to register linux network driver ?
相关话题的讨论汇总
话题: struct话题: task话题: ptrace话题: contents话题: print