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
1066 * Debug message processing
1158 DUK_D(DUK_DPRINT("debug command Version")); in duk__debug_handle_basic_info()
1179 DUK_D(DUK_DPRINT("debug command TriggerStatus")); in duk__debug_handle_trigger_status()
1187 DUK_D(DUK_DPRINT("debug command Pause")); in duk__debug_handle_pause()
1195 DUK_D(DUK_DPRINT("debug command Resume")); in duk__debug_handle_resume()
1206 DUK_D(DUK_DPRINT("debug command StepInto/StepOver/StepOut: %d", (int) cmd)); in duk__debug_handle_step()
1235 DUK_D(DUK_DPRINT("debug command ListBreak")); in duk__debug_handle_list_break()
1253 DUK_D(DUK_DPRINT("debug command AddBreak: %!O:%ld", (duk_hobject *) filename, (long) linenumber)); in duk__debug_handle_add_break()
1269 DUK_D(DUK_DPRINT("debug command DelBreak")); in duk__debug_handle_del_break()
1286 DUK_D(DUK_DPRINT("debug command GetVar")); in duk__debug_handle_get_var()
1333 DUK_D(DUK_DPRINT("debug command PutVar")); in duk__debug_handle_put_var()
1364 * add one and send to debug client? in duk__debug_handle_put_var()
1451 * - Avoid triggering getters, indicate getter values to debug client in duk__debug_handle_get_locals()
1486 DUK_D(DUK_DPRINT("debug command Eval")); in duk__debug_handle_eval()
1492 * Callstack level for debug commands only affects scope -- the callstack in duk__debug_handle_eval()
1541 * right now, as the debug client doesn't have the capability in duk__debug_handle_eval()
1559 DUK_D(DUK_DPRINT("debug command Detach")); in duk__debug_handle_detach()
1564 DUK_D(DUK_DPRINT("debug connection detached, mark broken")); in duk__debug_handle_detach()
1572 DUK_D(DUK_DPRINT("debug command AppRequest")); in duk__debug_handle_apprequest()
1803 DUK_D(DUK_DPRINT("debug command DumpHeap")); in duk__debug_handle_dump_heap()
1828 DUK_D(DUK_DPRINT("debug command GetBytecode")); in duk__debug_handle_get_bytecode()
2101 DUK_D(DUK_DPRINT("debug command GetHeapObjInfo")); in duk__debug_handle_get_heap_obj_info()
2112 /* As with all inspection code, we rely on the debug client providing in duk__debug_handle_get_heap_obj_info()
2263 DUK_D(DUK_DPRINT("debug command GetObjPropDesc")); in duk__debug_handle_get_obj_prop_desc()
2305 DUK_D(DUK_DPRINT("debug command GetObjPropDescRange")); in duk__debug_handle_get_obj_prop_desc_range()
2339 * Process incoming debug requests
2346 /* Process one debug message. Automatically restore value stack top to its
2460 DUK_D(DUK_DPRINT("debug command unsupported: %d", (int) cmd)); in duk__debug_process_message()
2467 DUK_D(DUK_DPRINT("debug reply, skipping")); in duk__debug_process_message()
2471 DUK_D(DUK_DPRINT("debug error, skipping")); in duk__debug_process_message()
2475 DUK_D(DUK_DPRINT("debug notify, skipping")); in duk__debug_process_message()
2517 DUK_D(DUK_DPRINT("process debug messages: read_cb=%s, no_block=%ld, detaching=%ld, processing=%ld", in duk_debug_process_messages()
2575 DUK_D(DUK_DPRINT("debug connection broken (and not detaching), stop processing messages")); in duk_debug_process_messages()
2585 DUK_D(DUK_DPRINT("processing debug message, peek indicated no data, stop processing messages")); in duk_debug_process_messages()
2588 DUK_D(DUK_DPRINT("processing debug message, peek indicated there is data, handle it")); in duk_debug_process_messages()
2590 DUK_D(DUK_DPRINT("paused, process debug message, blocking if necessary")); in duk_debug_process_messages()
2605 * loop. If transport is broken, this is a no-op (with debug logs). in duk_debug_process_messages()
2666 /* Process debug messages until we are no longer paused. */ in duk_debug_halt_execution()