Home
last modified time | relevance | path

Searched refs:gdb_supported (Results 1 – 3 of 3) sorted by relevance

/qemu/gdbstub/
H A Dinternals.h200 void gdb_handle_query_supported_user(const char *gdb_supported); /* user */
H A Duser.c585 void gdb_handle_query_supported_user(const char *gdb_supported) in gdb_handle_query_supported_user() argument
587 if (strstr(gdb_supported, "fork-events+")) { in gdb_handle_query_supported_user()
H A Dgdbstub.c1676 const char *gdb_supported = get_param(params, 0)->data; in handle_query_supported() local
1678 if (strstr(gdb_supported, "multiprocess+")) { in handle_query_supported()
1682 gdb_handle_query_supported_user(gdb_supported); in handle_query_supported()