Home
last modified time | relevance | path

Searched refs:gdb_system (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/gdbstub/
H A Dmeson.build25 libgdb_system = static_library('gdb_system', build
31 gdb_system = declare_dependency(objects: libgdb_system.extract_all_objects(recursive: false)) variable
32 system_ss.add(gdb_system)
/openbmc/qemu/semihosting/
H A Dsyscalls.c234 static void gdb_system(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_system() function
942 gdb_system(cs, complete, cmd, cmd_len); in semihost_sys_system()