kgtp icon indicating copy to clipboard operation
kgtp copied to clipboard

printk(KERN_WARNING "KGTP: $kret cannot use with while-stepping or watch.\n");

Open teawater opened this issue 10 years ago • 0 comments

    if ((tpe->flags & GTP_ENTRY_FLAGS_IS_KRETPROBE)
        && (tpe->step || tpe->type != gtp_entry_kprobe

ifdef CONFIG_X86

        || gtp_have_step)) {

else

        )) {

endif

        printk(KERN_WARNING "KGTP: $kret cannot use with while-stepping or watch.\n");
        gtp_gdbrsp_qtstop();
        return -EINVAL;
    }

watch not check.

teawater avatar Jan 05 '15 09:01 teawater