GDBserver
|
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | errno (GetLastError ()) |
#define | strerror strwinerror |
Functions | |
char * | strwinerror (DWORD error) |
#define errno (GetLastError ()) |
Definition at line 24 of file wincecompat.h.
Referenced by agent_run_command(), arm_prepare_to_resume(), arm_read_description(), arm_stopped_by_watchpoint(), async_file_flush(), async_file_mark(), fdwalk(), fetch_ppc_memory_1(), fetch_ppc_register(), gdb_connect_sync_socket(), gdb_fopen_cloexec(), handle_btrace_conf_general_set(), hostio_last_error_from_errno(), initialize_fast_tracepoint_trampoline_buffer(), kill_lwp(), kill_wait_lwp(), linux_attach_lwp(), linux_create_inferior(), linux_detach_one_lwp(), linux_join(), linux_kill_one_lwp(), linux_mntns_access_fs(), linux_mntns_get_helper(), linux_mntns_open_cloexec(), linux_mntns_readlink(), linux_mntns_unlink(), linux_ptrace_test_ret_to_nx(), linux_read_memory(), linux_resume_one_lwp_throw(), linux_wait_for_event_filtered(), linux_write_memory(), lynx_attach(), lynx_create_inferior(), lynx_ptrace(), lynx_read_memory(), lynx_resume(), lynx_waitpid(), lynx_write_memory(), maybe_disable_address_space_randomization(), mips_read_description(), mnsh_handle_open(), mnsh_handle_readlink(), mnsh_handle_setns(), mnsh_handle_unlink(), mnsh_maybe_mourn_peer(), mnsh_recv_message(), my_waitpid(), nto_xfer_memory(), perror_with_name(), remote_open(), s390_check_regset(), setns(), sigchld_handler(), spu_attach(), spu_create_inferior(), spu_join(), spu_kill(), spu_resume(), spu_wait(), store_ppc_memory_1(), strtoulst(), wait_for_event(), x86_linux_dr_get(), and x86_linux_dr_set().
#define strerror strwinerror |
Definition at line 28 of file wincecompat.h.
char* strwinerror | ( | DWORD | error | ) |
Definition at line 516 of file win32-low.c.
References COUNTOF.
Referenced by continue_one_thread(), perror(), suspend_one_thread(), win32_attach(), win32_create_inferior(), and win32_require_context().