Searched refs:kdp (Results 1 – 22 of 22) sorted by relevance
100 kdp_glob_t kdp; variable223 if (kdp.is_conn) { in kdp_connect()224 if ((seq == kdp.conn_seq) && /* duplicate request */ in kdp_connect()225 (rport == kdp.reply_port) && in kdp_connect()226 (eport == kdp.exception_port) && in kdp_connect()227 (key == kdp.session_key)) { in kdp_connect()233 kdp.reply_port = rport; in kdp_connect()234 kdp.exception_port = eport; in kdp_connect()235 kdp.is_conn = TRUE; in kdp_connect()236 kdp.conn_seq = seq; in kdp_connect()[all …]
1006 if (!kdp.is_conn && !flag_panic_dump_in_progress) { in kdp_poll()1115 kdp.saved_state = saved_state; // see comment in kdp_raise_exception in kdp_handler()1194 } while (kdp.is_halted); in kdp_handler()1303 } while (!kdp.is_conn); in kdp_connection_wait()1348 if (kdp.exception_ack_needed) { in kdp_send_exception()1351 } while (kdp.exception_ack_needed && timeout_count--); in kdp_send_exception()1353 if (kdp.exception_ack_needed) { in kdp_send_exception()1391 kdp.saved_state = saved_state; in kdp_debugger_loop()1392 kdp.kdp_cpu = cpu_number(); in kdp_debugger_loop()1393 kdp.kdp_thread = current_thread(); in kdp_debugger_loop()[all …]
21 EXPORT_MI_DIR = kdp
55 extern kdp_glob_t kdp;
81 rq->hdr.seq = kdp.exception_seq; in kdp_exception()95 kdp.exception_ack_needed = TRUE; in kdp_exception()97 *remote_port = kdp.exception_port; in kdp_exception()117 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()119 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()120 kdp.exception_ack_needed = FALSE; in kdp_exception_ack()121 kdp.exception_seq++; in kdp_exception_ack()133 saved_state = (x86_saved_state64_t *)kdp.saved_state; in kdp_getstate()169 saved_state = (x86_saved_state64_t *)kdp.saved_state; in kdp_setstate()360 if (!kdp.is_conn) { in kdp_i386_trap()
175 kdp_raise_exception(EXC_BAD_ACCESS, 0, 0, kdp.saved_state); in kdp_dump_trap()
87 rq->hdr.seq = kdp.exception_seq; in kdp_exception()101 kdp.exception_ack_needed = TRUE; in kdp_exception()103 *remote_port = kdp.exception_port; in kdp_exception()123 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()125 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()126 kdp.exception_ack_needed = FALSE; in kdp_exception_ack()127 kdp.exception_seq++; in kdp_exception_ack()139 saved_state = kdp.saved_state; in kdp_getintegerstate()150 saved_state = kdp.saved_state; in kdp_getintegerstate()201 saved_state = kdp.saved_state; in kdp_setintegerstate()[all …]
82 osfmk/kdp/kdp.c optional config_kdp_interactive_debugging84 osfmk/kdp/kdp_udp.c optional mach_kdp85 osfmk/kdp/kdp_core.c optional mach_kdp86 osfmk/kdp/output_stages/out_aea.c optional config_kdp_coredump_encryption87 osfmk/kdp/output_stages/out_buffer.c optional mach_kdp88 osfmk/kdp/output_stages/out_disk.c optional mach_kdp89 osfmk/kdp/output_stages/out_net.c optional mach_kdp90 osfmk/kdp/output_stages/out_progress_notify.c optional mach_kdp91 osfmk/kdp/output_stages/out_shmem.c optional mach_kdp92 osfmk/kdp/output_stages/out_zlib.c optional mach_kdp[all …]
86 osfmk/kdp/ml/x86_64/kdp_machdep.c optional mach_kdp87 osfmk/kdp/ml/x86_64/kdp_vm.c optional mach_kdp88 osfmk/kdp/ml/i386/kdp_x86_common.c optional mach_kdp
68 osfmk/kdp/ml/arm/kdp_machdep.c optional mach_kdp69 osfmk/kdp/ml/arm/kdp_vm.c optional mach_kdp
75 osfmk/kdp/ml/arm/kdp_machdep.c optional mach_kdp76 osfmk/kdp/ml/arm/kdp_vm.c optional mach_kdp
236 kdp.o_CWARNFLAGS_ADD += -Wno-sign-conversion
27 kdp \62 kdp \
45 src:./osfmk/kdp/kdp_udp.c51 src:./osfmk/kdp/ml/i386/kdp_x86_common.c52 src:./osfmk/kdp/ml/x86_64/kdp_machdep.c
12 src:./osfmk/kdp/*
69 kdp.py \
31 Now lldb will be ready to connect over kdp-remote '\<hostname:port>' or 'gdb-remote \<hostname:port…44 #for kdp45 (lldb) process connect --plugin kdp-remote udp://17.123.45.67:41139
1285 from kdp import *
3 from kdp import *
756 kdp = self._target.FindGlobalVariables('kdp',1).GetValueAtIndex(0)757 kdp_state = kdp.GetChildMemberWithName('saved_state')758 kdp_thread = kdp.GetChildMemberWithName('kdp_thread')