Home
last modified time | relevance | path

Searched refs:gdb_append_thread_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/gdbstub/
H A Dinternals.h133 void gdb_append_thread_id(CPUState *cpu, GString *buf);
H A Dgdbstub.c653 void gdb_append_thread_id(CPUState *cpu, GString *buf) in gdb_append_thread_id() function
1427 gdb_append_thread_id(cpu, gdbserver_state.str_buf); in handle_v_attach()
1571 gdb_append_thread_id(cpu, gdbserver_state.str_buf); in handle_query_curr_tid()
1583 gdb_append_thread_id(gdbserver_state.query_cpu, gdbserver_state.str_buf); in handle_query_threads()
2021 gdb_append_thread_id(gdbserver_state.c_cpu, gdbserver_state.str_buf); in handle_target_halt()
H A Dsystem.c147 gdb_append_thread_id(cpu, tid); in gdb_vm_state_change()
H A Duser.c228 gdb_append_thread_id(cpu, gdbserver_state.str_buf); in gdb_handlesig()