thread-aware gdb for the Linux kernel

前端 未结 3 1115
礼貌的吻别
礼貌的吻别 2020-12-21 14:00

I am using gdb attached to a serial port of a virtual machine to debug linux kernel.

I am wondering, if there is any patches/plugins which can make the gdb understa

3条回答
  •  悲&欢浪女
    2020-12-21 14:34

    I don't think GDB understands kernel data structures, that would make them version dependent. GDB uses ptrace for gathering information on any running process.

    That's all I know :(

提交回复
热议问题