Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp69 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS( in GDBRemoteCommunicationServerLLGS() function in GDBRemoteCommunicationServerLLGS
161 &GDBRemoteCommunicationServerLLGS::Handle_qXfer); in RegisterPacketHandlers()
181 &GDBRemoteCommunicationServerLLGS::Handle_vCont); in RegisterPacketHandlers()
446 GDBRemoteCommunicationServerLLGS::SendWResponse( in SendWResponse()
1071 void GDBRemoteCommunicationServerLLGS::NewSubprocess( in NewSubprocess()
1561 GDBRemoteCommunicationServerLLGS::Handle_vCont( in Handle_vCont()
2218 GDBRemoteCommunicationServerLLGS::Handle_interrupt( in Handle_interrupt()
2971 GDBRemoteCommunicationServerLLGS::Handle_qXfer( in Handle_qXfer()
3153 GDBRemoteCommunicationServerLLGS::Handle_vAttach( in Handle_vAttach()
3435 GDBRemoteCommunicationServerLLGS::Handle_qMemTags( in Handle_qMemTags()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h30 class GDBRemoteCommunicationServerLLGS
35 GDBRemoteCommunicationServerLLGS(
282 GDBRemoteCommunicationServerLLGS(const GDBRemoteCommunicationServerLLGS &) =
284 const GDBRemoteCommunicationServerLLGS &
285 operator=(const GDBRemoteCommunicationServerLLGS &) = delete;
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp108 void handle_attach_to_pid(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_pid()
118 void handle_attach_to_process_name(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_process_name()
123 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach()
141 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch()
193 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote()
487 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, factory); in main_gdbserver()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile494 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp