Home
last modified time | relevance | path

Searched defs:gdb_server (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp110 void handle_attach_to_pid(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_pid()
120 void handle_attach_to_process_name(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_process_name()
125 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach()
143 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch()
194 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote()
432 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, manager); in main_gdbserver() local