Lines Matching full:debug
135 * Debug connection peek and flush primitives
196 * Debug connection skip primitives
220 * Debug connection read primitives
335 DUK_D(DUK_DPRINT("debug connection error: failed to decode int")); in duk_debug_read_int()
380 DUK_D(DUK_DPRINT("debug connection error: failed to decode int")); in duk_debug_read_hstring()
414 DUK_D(DUK_DPRINT("debug connection error: failed to decode pointer")); in duk__debug_read_pointer_raw()
442 DUK_D(DUK_DPRINT("debug connection error: failed to decode heapptr"));
472 …DUK_D(DUK_DPRINT("debug connection error: failed to decode any pointer (object, pointer, heapptr)"… in duk_debug_read_any_ptr()
587 DUK_D(DUK_DPRINT("debug connection error: failed to decode tval")); in duk_debug_read_tval()
593 * Debug connection write primitives
922 * Debug connection message write helpers
1078 * Debug message processing
1170 DUK_D(DUK_DPRINT("debug command Version")); in duk__debug_handle_basic_info()
1191 DUK_D(DUK_DPRINT("debug command TriggerStatus")); in duk__debug_handle_trigger_status()
1199 DUK_D(DUK_DPRINT("debug command Pause")); in duk__debug_handle_pause()
1207 DUK_D(DUK_DPRINT("debug command Resume")); in duk__debug_handle_resume()
1218 DUK_D(DUK_DPRINT("debug command StepInto/StepOver/StepOut: %d", (int) cmd)); in duk__debug_handle_step()
1247 DUK_D(DUK_DPRINT("debug command ListBreak")); in duk__debug_handle_list_break()
1265 DUK_D(DUK_DPRINT("debug command AddBreak: %!O:%ld", (duk_hobject *) filename, (long) linenumber)); in duk__debug_handle_add_break()
1281 DUK_D(DUK_DPRINT("debug command DelBreak")); in duk__debug_handle_del_break()
1298 DUK_D(DUK_DPRINT("debug command GetVar")); in duk__debug_handle_get_var()
1345 DUK_D(DUK_DPRINT("debug command PutVar")); in duk__debug_handle_put_var()
1376 * add one and send to debug client? in duk__debug_handle_put_var()
1463 * - Avoid triggering getters, indicate getter values to debug client in duk__debug_handle_get_locals()
1498 DUK_D(DUK_DPRINT("debug command Eval")); in duk__debug_handle_eval()
1504 * Callstack level for debug commands only affects scope -- the callstack in duk__debug_handle_eval()
1553 * right now, as the debug client doesn't have the capability in duk__debug_handle_eval()
1571 DUK_D(DUK_DPRINT("debug command Detach")); in duk__debug_handle_detach()
1576 DUK_D(DUK_DPRINT("debug connection detached, mark broken")); in duk__debug_handle_detach()
1584 DUK_D(DUK_DPRINT("debug command AppRequest")); in duk__debug_handle_apprequest()
1815 DUK_D(DUK_DPRINT("debug command DumpHeap")); in duk__debug_handle_dump_heap()
1840 DUK_D(DUK_DPRINT("debug command GetBytecode")); in duk__debug_handle_get_bytecode()
2113 DUK_D(DUK_DPRINT("debug command GetHeapObjInfo")); in duk__debug_handle_get_heap_obj_info()
2124 /* As with all inspection code, we rely on the debug client providing in duk__debug_handle_get_heap_obj_info()
2275 DUK_D(DUK_DPRINT("debug command GetObjPropDesc")); in duk__debug_handle_get_obj_prop_desc()
2317 DUK_D(DUK_DPRINT("debug command GetObjPropDescRange")); in duk__debug_handle_get_obj_prop_desc_range()
2351 * Process incoming debug requests
2358 /* Process one debug message. Automatically restore value stack top to its
2472 DUK_D(DUK_DPRINT("debug command unsupported: %d", (int) cmd)); in duk__debug_process_message()
2479 DUK_D(DUK_DPRINT("debug reply, skipping")); in duk__debug_process_message()
2483 DUK_D(DUK_DPRINT("debug error, skipping")); in duk__debug_process_message()
2487 DUK_D(DUK_DPRINT("debug notify, skipping")); in duk__debug_process_message()
2529 DUK_D(DUK_DPRINT("process debug messages: read_cb=%s, no_block=%ld, detaching=%ld, processing=%ld", in duk_debug_process_messages()
2587 DUK_D(DUK_DPRINT("debug connection broken (and not detaching), stop processing messages")); in duk_debug_process_messages()
2597 DUK_D(DUK_DPRINT("processing debug message, peek indicated no data, stop processing messages")); in duk_debug_process_messages()
2600 DUK_D(DUK_DPRINT("processing debug message, peek indicated there is data, handle it")); in duk_debug_process_messages()
2602 DUK_D(DUK_DPRINT("paused, process debug message, blocking if necessary")); in duk_debug_process_messages()
2617 * loop. If transport is broken, this is a no-op (with debug logs). in duk_debug_process_messages()
2678 /* Process debug messages until we are no longer paused. */ in duk_debug_halt_execution()