Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp109 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()
122 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach() argument
137 handle_attach_to_process_name(gdb_server, attach_target); in handle_attach()
140 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch() argument
157 gdb_server.SetLaunchInfo(info); in handle_launch()
159 Status error = gdb_server.LaunchProcess(); in handle_launch()
191 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote() argument
432 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, factory); in main_gdbserver() local
448 handle_attach(gdb_server, attach_target); in main_gdbserver()
450 handle_launch(gdb_server, Inputs); in main_gdbserver()
[all …]