Searched refs:PRINT_LOCALS (Results 1 – 4 of 4) sorted by relevance
276 frame_filter_flags flags = PRINT_LEVEL | PRINT_LOCALS; in mi_cmd_stack_list_locals()470 frame_filter_flags flags = PRINT_LEVEL | PRINT_ARGS | PRINT_LOCALS; in mi_cmd_stack_list_variables()
100 PRINT_LOCALS = 1 << 3, enumerator
2010 flags |= PRINT_LOCALS; in backtrace_command_1()2069 if ((flags & PRINT_LOCALS) != 0) in backtrace_command_1()
775 print_locals = (flags & PRINT_LOCALS) ? 1 : 0; in py_print_frame()