1. 04 10月, 2008 5 次提交
  2. 27 9月, 2008 3 次提交
  3. 26 9月, 2008 1 次提交
    • J
      kgdb, x86, arm, mips, powerpc: ignore user space single stepping · d7161a65
      Jason Wessel 提交于
      On the x86 arch, user space single step exceptions should be ignored
      if they occur in the kernel space, such as ptrace stepping through a
      system call.
      
      First check if it is kgdb that is executing a single step, then ensure
      it is not an accidental traversal into the user space, while in kgdb,
      any other time the TIF_SINGLESTEP is set, kgdb should ignore the
      exception.
      
      On x86, arm, mips and powerpc, the kgdb_contthread usage was
      inconsistent with the way single stepping is implemented in the kgdb
      core.  The arch specific stub should always set the
      kgdb_cpu_doing_single_step correctly if it is single stepping.  This
      allows kgdb to correctly process an instruction steps if ptrace
      happens to be requesting an instruction step over a system call.
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      d7161a65
  4. 24 9月, 2008 1 次提交
  5. 21 9月, 2008 4 次提交
  6. 16 9月, 2008 1 次提交
  7. 09 9月, 2008 1 次提交
  8. 06 9月, 2008 5 次提交
  9. 26 8月, 2008 11 次提交
  10. 06 8月, 2008 2 次提交
  11. 31 7月, 2008 6 次提交