Home
last modified time | relevance | path

Searched refs:BP_BREAKPOINT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py44 bp = gdb.Breakpoint(sym_name, gdb.BP_BREAKPOINT)
95 cbp = gdb.Breakpoint("_exit", gdb.BP_BREAKPOINT)
/openbmc/linux/include/linux/
H A Dkgdb.h62 BP_BREAKPOINT = 0, enumerator
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_bp.c335 template.bp_type = BP_BREAKPOINT; in kdb_bp()
/openbmc/linux/arch/x86/kernel/
H A Dkgdb.c734 bpt->type = BP_BREAKPOINT; in kgdb_arch_set_breakpoint()
/openbmc/linux/kernel/debug/
H A Ddebug_core.c353 kgdb_break[breakno].type = BP_BREAKPOINT; in dbg_set_sw_break()