Lines Matching refs:gdb_stdlog
870 fprintf_unfiltered (gdb_stdlog, in target_xfer_partial()
886 fputs_unfiltered (", bytes =", gdb_stdlog); in target_xfer_partial()
893 fprintf_unfiltered (gdb_stdlog, " ..."); in target_xfer_partial()
896 fprintf_unfiltered (gdb_stdlog, "\n"); in target_xfer_partial()
899 fprintf_unfiltered (gdb_stdlog, " %02x", myaddr[i] & 0xff); in target_xfer_partial()
903 fputc_unfiltered ('\n', gdb_stdlog); in target_xfer_partial()
1804 fprintf_unfiltered (gdb_stdlog, "target_open (%s, %d)\n", args, from_tty); in debug_to_open()
1811 fprintf_unfiltered (gdb_stdlog, "target_close (%d)\n", quitting); in debug_to_close()
1828 fprintf_unfiltered (gdb_stdlog, "target_attach (%s, %d)\n", args, from_tty); in debug_to_attach()
1837 fprintf_unfiltered (gdb_stdlog, "target_post_attach (%d)\n", pid); in debug_to_post_attach()
1845 fprintf_unfiltered (gdb_stdlog, "target_detach (%s, %d)\n", args, from_tty); in debug_to_detach()
1853 fprintf_unfiltered (gdb_stdlog, "target_disconnect (%s, %d)\n", in debug_to_disconnect()
1862 fprintf_unfiltered (gdb_stdlog, "target_resume (%d, %s, %s)\n", PIDGET (ptid), in debug_to_resume()
1874 fprintf_unfiltered (gdb_stdlog, in debug_to_wait()
1877 fprintf_unfiltered (gdb_stdlog, "status->kind = "); in debug_to_wait()
1881 fprintf_unfiltered (gdb_stdlog, "exited, status = %d\n", in debug_to_wait()
1885 fprintf_unfiltered (gdb_stdlog, "stopped, signal = %s\n", in debug_to_wait()
1889 fprintf_unfiltered (gdb_stdlog, "signalled, signal = %s\n", in debug_to_wait()
1893 fprintf_unfiltered (gdb_stdlog, "loaded\n"); in debug_to_wait()
1896 fprintf_unfiltered (gdb_stdlog, "forked\n"); in debug_to_wait()
1899 fprintf_unfiltered (gdb_stdlog, "vforked\n"); in debug_to_wait()
1902 fprintf_unfiltered (gdb_stdlog, "execd\n"); in debug_to_wait()
1905 fprintf_unfiltered (gdb_stdlog, "spurious\n"); in debug_to_wait()
1908 fprintf_unfiltered (gdb_stdlog, "unknown???\n"); in debug_to_wait()
1918 fprintf_unfiltered (gdb_stdlog, "%s ", func); in debug_print_register()
1921 fprintf_unfiltered (gdb_stdlog, "(%s)", REGISTER_NAME (regno)); in debug_print_register()
1923 fprintf_unfiltered (gdb_stdlog, "(%d)", regno); in debug_print_register()
1929 fprintf_unfiltered (gdb_stdlog, " = "); in debug_print_register()
1932 fprintf_unfiltered (gdb_stdlog, "%02x", buf[i]); in debug_print_register()
1936 fprintf_unfiltered (gdb_stdlog, " 0x%s %s", in debug_print_register()
1941 fprintf_unfiltered (gdb_stdlog, "\n"); in debug_print_register()
1956 fprintf_unfiltered (gdb_stdlog, "\n"); in debug_to_store_registers()
1964 fprintf_unfiltered (gdb_stdlog, "target_prepare_to_store ()\n"); in debug_to_prepare_to_store()
1977 fprintf_unfiltered (gdb_stdlog, in deprecated_debug_xfer_memory()
1986 fputs_unfiltered (", bytes =", gdb_stdlog); in deprecated_debug_xfer_memory()
1993 fprintf_unfiltered (gdb_stdlog, " ..."); in deprecated_debug_xfer_memory()
1996 fprintf_unfiltered (gdb_stdlog, "\n"); in deprecated_debug_xfer_memory()
1999 fprintf_unfiltered (gdb_stdlog, " %02x", myaddr[i] & 0xff); in deprecated_debug_xfer_memory()
2003 fputc_unfiltered ('\n', gdb_stdlog); in deprecated_debug_xfer_memory()
2013 fprintf_unfiltered (gdb_stdlog, "target_files_info (xxx)\n"); in debug_to_files_info()
2023 fprintf_unfiltered (gdb_stdlog, in debug_to_insert_breakpoint()
2037 fprintf_unfiltered (gdb_stdlog, in debug_to_remove_breakpoint()
2051 fprintf_unfiltered (gdb_stdlog, in debug_to_can_use_hw_breakpoint()
2067 fprintf_unfiltered (gdb_stdlog, in debug_to_region_size_ok_for_hw_watchpoint()
2081 fprintf_unfiltered (gdb_stdlog, in debug_to_stopped_by_watchpoint()
2094 fprintf_unfiltered (gdb_stdlog, in debug_to_stopped_data_address()
2108 fprintf_unfiltered (gdb_stdlog, in debug_to_insert_hw_breakpoint()
2122 fprintf_unfiltered (gdb_stdlog, in debug_to_remove_hw_breakpoint()
2136 fprintf_unfiltered (gdb_stdlog, in debug_to_insert_watchpoint()
2149 fprintf_unfiltered (gdb_stdlog, in debug_to_remove_watchpoint()
2160 fprintf_unfiltered (gdb_stdlog, "target_terminal_init ()\n"); in debug_to_terminal_init()
2168 fprintf_unfiltered (gdb_stdlog, "target_terminal_inferior ()\n"); in debug_to_terminal_inferior()
2176 fprintf_unfiltered (gdb_stdlog, "target_terminal_ours_for_output ()\n"); in debug_to_terminal_ours_for_output()
2184 fprintf_unfiltered (gdb_stdlog, "target_terminal_ours ()\n"); in debug_to_terminal_ours()
2192 fprintf_unfiltered (gdb_stdlog, "target_terminal_save_ours ()\n"); in debug_to_terminal_save_ours()
2200 fprintf_unfiltered (gdb_stdlog, "target_terminal_info (%s, %d)\n", arg, in debug_to_terminal_info()
2209 fprintf_unfiltered (gdb_stdlog, "target_kill ()\n"); in debug_to_kill()
2217 fprintf_unfiltered (gdb_stdlog, "target_load (%s, %d)\n", args, from_tty); in debug_to_load()
2227 fprintf_unfiltered (gdb_stdlog, "target_lookup_symbol (%s, xxx)\n", name); in debug_to_lookup_symbol()
2238 fprintf_unfiltered (gdb_stdlog, "target_create_inferior (%s, %s, xxx, %d)\n", in debug_to_create_inferior()
2247 fprintf_unfiltered (gdb_stdlog, "target_post_startup_inferior (%d)\n", in debug_to_post_startup_inferior()
2256 fprintf_unfiltered (gdb_stdlog, "target_acknowledge_created_inferior (%d)\n", in debug_to_acknowledge_created_inferior()
2267 fprintf_unfiltered (gdb_stdlog, "target_insert_fork_catchpoint (%d) = %d\n", in debug_to_insert_fork_catchpoint()
2280 fprintf_unfiltered (gdb_stdlog, "target_remove_fork_catchpoint (%d) = %d\n", in debug_to_remove_fork_catchpoint()
2293 fprintf_unfiltered (gdb_stdlog, "target_insert_vfork_catchpoint (%d)= %d\n", in debug_to_insert_vfork_catchpoint()
2306 fprintf_unfiltered (gdb_stdlog, "target_remove_vfork_catchpoint (%d) = %d\n", in debug_to_remove_vfork_catchpoint()
2317 fprintf_unfiltered (gdb_stdlog, "target_follow_fork (%d) = %d\n", in debug_to_follow_fork()
2330 fprintf_unfiltered (gdb_stdlog, "target_insert_exec_catchpoint (%d) = %d\n", in debug_to_insert_exec_catchpoint()
2343 fprintf_unfiltered (gdb_stdlog, "target_remove_exec_catchpoint (%d) = %d\n", in debug_to_remove_exec_catchpoint()
2356 fprintf_unfiltered (gdb_stdlog, in debug_to_reported_exec_events_per_exec_call()
2370 fprintf_unfiltered (gdb_stdlog, "target_has_exited (%d, %d, %d) = %d\n", in debug_to_has_exited()
2381 fprintf_unfiltered (gdb_stdlog, "target_mourn_inferior ()\n"); in debug_to_mourn_inferior()
2391 fprintf_unfiltered (gdb_stdlog, "target_can_run () = %d\n", retval); in debug_to_can_run()
2401 fprintf_unfiltered (gdb_stdlog, "target_notice_signals (%d)\n", in debug_to_notice_signals()
2412 fprintf_unfiltered (gdb_stdlog, "target_thread_alive (%d) = %d\n", in debug_to_thread_alive()
2423 fputs_unfiltered ("target_find_new_threads ()\n", gdb_stdlog); in debug_to_find_new_threads()
2431 fprintf_unfiltered (gdb_stdlog, "target_stop ()\n"); in debug_to_stop()
2439 fprintf_unfiltered (gdb_stdlog, "target_rcmd (%s, ...)\n", command); in debug_to_rcmd()
2447 fprintf_unfiltered (gdb_stdlog, in debug_to_enable_exception_callback()
2458 fprintf_unfiltered (gdb_stdlog, "target get_current_exception_event ()\n"); in debug_to_get_current_exception_event()
2469 fprintf_unfiltered (gdb_stdlog, "target_pid_to_exec_file (%d) = %s\n", in debug_to_pid_to_exec_file()