• Linus Torvalds's avatar
    Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb · 89a6c8cb
    Linus Torvalds authored
    * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb:
      debug_core,kdb: fix crash when arch does not have single step
      kgdb,x86: use macro HBP_NUM to replace magic number 4
      kgdb,mips: remove unused kgdb_cpu_doing_single_step operations
      mm,kdb,kgdb: Add a debug reference for the kdb kmap usage
      KGDB: Remove set but unused newPC
      ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump
      ftrace,kdb: Extend kdb to be able to dump the ftrace buffer
      kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZE
      arm,kgdb: Add ability to trap into debugger on notify_die
      gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()
      gdbstub: Implement gdbserial 'p' and 'P' packets
      kgdb,arm: Individual register get/set for arm
      kgdb,mips: Individual register get/set for mips
      kgdb,x86: Individual register get/set for x86
      kgdb,kdb: individual register set and and get API
      gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol
      kgdb: remove custom hex_to_bin()implementation
    89a6c8cb
debug_core.c 23.1 KB