GDBserver
|
#include <windows.h>
Go to the source code of this file.
Defines | |
#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(), hostio_last_error_from_errno(), initialize_fast_tracepoint_trampoline_buffer(), initialize_tracepoint(), kill_lwp(), linux_attach_lwp_1(), linux_create_inferior(), linux_detach_one_lwp(), linux_join(), linux_kill_one_lwp(), linux_ptrace_test_ret_to_nx(), linux_read_memory(), linux_resume_one_lwp(), linux_wait_for_lwp(), linux_write_memory(), lynx_attach(), lynx_create_inferior(), lynx_ptrace(), lynx_read_memory(), lynx_resume(), lynx_waitpid(), lynx_write_memory(), mips_read_description(), my_waitpid(), nto_xfer_memory(), perror_with_name(), remote_open(), s390_check_regset(), sigchld_handler(), spu_attach(), spu_create_inferior(), spu_join(), spu_kill(), spu_resume(), spu_wait(), store_ppc_memory_1(), wait_for_event(), x86_linux_dr_get(), and x86_linux_dr_set().
#define strerror strwinerror |
Definition at line 28 of file wincecompat.h.
Referenced by delete_fast_tracepoint_jump(), delete_raw_breakpoint(), gdb_connect_sync_socket(), initialize_fast_tracepoint_trampoline_buffer(), initialize_tracepoint(), linux_attach_lwp_1(), linux_create_inferior(), linux_detach_one_lwp(), linux_kill_one_lwp(), linux_ptrace_test_ret_to_nx(), lynx_attach(), lynx_create_inferior(), nto_resume(), nto_xfer_memory(), perror_with_name(), reinsert_fast_tracepoint_jumps_at(), reinsert_raw_breakpoint(), set_fast_tracepoint_jump(), set_raw_breakpoint_at(), spu_attach(), spu_create_inferior(), uninsert_fast_tracepoint_jumps_at(), and uninsert_raw_breakpoint().
char* strwinerror | ( | DWORD | error | ) |
Definition at line 425 of file win32-low.c.
References COUNTOF.
Referenced by continue_one_thread(), perror(), psapi_get_dll_name(), suspend_one_thread(), thread_rec(), win32_attach(), and win32_create_inferior().