Searched refs:gdb_get_cmd_param (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/gdbstub/ |
| H A D | user-target.c | 252 offset = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_query_xfer_auxv() 253 len = gdb_get_cmd_param(params, 1)->val_ul; in gdb_handle_query_xfer_auxv() 290 const char *hex_filename = gdb_get_cmd_param(params, i)->data; in get_filename_param() 308 uint64_t flags = gdb_get_cmd_param(params, 1)->val_ull; in gdb_handle_v_file_open() 309 uint64_t mode = gdb_get_cmd_param(params, 2)->val_ull; in gdb_handle_v_file_open() 327 int fd = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_v_file_close() 340 int fd = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_v_file_pread() 341 size_t count = gdb_get_cmd_param(params, 1)->val_ull; in gdb_handle_v_file_pread() 342 off_t offset = gdb_get_cmd_param(params, 2)->val_ull; in gdb_handle_v_file_pread() 385 uint32_t pid = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_query_xfer_exec_file() [all …]
|
| H A D | syscalls.c | 158 ret = gdb_get_cmd_param(params, 0)->val_ull; in gdb_handle_file_io() 160 err = gdb_get_cmd_param(params, 1)->val_ull; in gdb_handle_file_io() 200 if (params->len >= 3 && gdb_get_cmd_param(params, 2)->opcode == (uint8_t)'C') { in gdb_handle_file_io()
|
| /openbmc/qemu/include/gdbstub/ |
| H A D | commands.h | 25 #define gdb_get_cmd_param(p, i) (&g_array_index(p, GdbCmdVariant, i)) macro
|