gdb+bochs调试linux0.11的总出现缺页中断问题。
时间:2010-10-13 来源:bijianing
原内容:
476 if (last_stop_reason == GDBSTUB_EXECUTION_BREAKPOINT || |
修改后:
476 if (last_stop_reason == GDBSTUB_EXECUTION_BREAKPOINT || |
用gdb调试的时候,忽略信号SIGSEGV:
handle SIGSEGV nostop noprint ignore |