GDBserver
|
Go to the source code of this file.
Functions | |
void | debug_vprintf (const char *format, va_list ap) |
void | debug_flush (void) |
void | do_debug_enter (const char *function_name) |
void | do_debug_exit (const char *function_name) |
Variables | |
int | debug_threads |
int | debug_timestamp |
void debug_flush | ( | void | ) |
Definition at line 68 of file debug.c.
Referenced by start_inferior().
void debug_vprintf | ( | const char * | format, |
va_list | ap | ||
) |
Definition at line 36 of file debug.c.
References debug_timestamp.
Referenced by ATTRIBUTE_PRINTF(), and debug_printf().
void do_debug_enter | ( | const char * | function_name | ) |
Definition at line 79 of file debug.c.
References debug_printf().
void do_debug_exit | ( | const char * | function_name | ) |
Definition at line 91 of file debug.c.
References debug_printf().
int debug_threads |
Definition at line 24 of file debug.c.
Referenced by aarch64_get_pc(), add_insns(), arm_get_pc(), attach_proc_task_lwp_callback(), attach_thread(), captured_main(), check_stopped_by_breakpoint(), check_zombie_leaders(), complete_ongoing_step_over(), cris_get_pc(), delete_fast_tracepoint_jump(), delete_lwp(), delete_raw_breakpoint(), dequeue_one_deferred_signal(), enqueue_one_deferred_signal(), find_new_threads_callback(), find_one_thread(), finish_step_over(), gdb_no_commands_at_breakpoint_z_type(), get_detach_signal(), get_pc(), handle_accept_event(), handle_extended_wait(), handle_monitor_command(), handle_serial_event(), handle_target_event(), handle_tracepoint_bkpts(), handle_tracepoints(), insert_memory_breakpoint(), kill_one_lwp_callback(), kill_wait_lwp(), linux_async(), linux_attach_lwp(), linux_debug(), linux_detach_one_lwp(), linux_kill(), linux_kill_one_lwp(), linux_low_filter_event(), linux_resume(), linux_resume_one_lwp_throw(), linux_resume_one_thread(), linux_set_resume_request(), linux_stabilize_threads(), linux_wait_1(), linux_wait_for_event_filtered(), linux_write_memory(), linux_xfer_siginfo(), lwp_suspended_inc(), lynx_debug(), lynx_ptrace(), m32r_get_pc(), maybe_move_out_of_jump_pad(), move_out_of_jump_pad_callback(), need_step_over_p(), nto_trace(), prepare_resume_reply(), proceed_all_lwps(), proceed_one_lwp(), process_point_options(), process_serial_event(), queue_stop_reply_callback(), reinsert_breakpoints_at(), reinsert_fast_tracepoint_jumps_at(), reinsert_raw_breakpoint(), remove_memory_breakpoint(), resume_stopped_resumed_lwps(), select_event_lwp(), send_sigstop(), set_fast_tracepoint_jump(), set_raw_breakpoint_at(), sigchld_handler(), sparc_get_pc(), start_inferior(), start_step_over(), stop_all_lwps(), thread_db_create_event(), thread_db_find_new_threads(), thread_db_load_search(), thread_still_has_status_pending_p(), trace_buffer_alloc(), tracepoint_look_up_symbols(), try_thread_db_load(), try_thread_db_load_1(), uninsert_breakpoints_at(), uninsert_fast_tracepoint_jumps_at(), uninsert_raw_breakpoint(), unstop_all_lwps(), upload_fast_traceframes(), and wait_for_sigstop().
int debug_timestamp |
Definition at line 27 of file debug.c.
Referenced by debug_vprintf(), and parse_debug_format_options().