Lines Matching full:user
105 * Connection helpers for both system and user backends
116 * between user and system mode, mainly to deal with the differences
125 * Returns true to continue, false to re-transmit for user only, the
136 bool gdb_can_reverse(void); /* system emulation, stub for user */
137 int gdb_target_sigtrap(void); /* user */
141 /* signal mapping, common for system, specialised for user-mode */
145 int gdb_get_char(void); /* user only */
158 * Helpers with separate system and user implementations
163 * Command handlers - either specialised or system or user only
168 void gdb_handle_query_offsets(GArray *params, void *user_ctx); /* user */
169 void gdb_handle_query_xfer_auxv(GArray *params, void *user_ctx); /*user */
170 void gdb_handle_query_xfer_siginfo(GArray *params, void *user_ctx); /*user */
171 void gdb_handle_v_file_open(GArray *params, void *user_ctx); /* user */
172 void gdb_handle_v_file_close(GArray *params, void *user_ctx); /* user */
173 void gdb_handle_v_file_pread(GArray *params, void *user_ctx); /* user */
174 void gdb_handle_v_file_readlink(GArray *params, void *user_ctx); /* user */
175 void gdb_handle_query_xfer_exec_file(GArray *params, void *user_ctx); /* user */
176 void gdb_handle_set_catch_syscalls(GArray *params, void *user_ctx); /* user */
177 void gdb_handle_query_supported_user(const char *gdb_supported); /* user */
178 bool gdb_handle_set_thread_user(uint32_t pid, uint32_t tid); /* user */
179 bool gdb_handle_detach_user(uint32_t pid); /* user */
193 /* user/system specific syscall handling */
198 * and user mode.