Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp71 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS( in GDBRemoteCommunicationServerLLGS() function in GDBRemoteCommunicationServerLLGS
79 void GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers() { in RegisterPacketHandlers()
81 &GDBRemoteCommunicationServerLLGS::Handle_C); in RegisterPacketHandlers()
83 &GDBRemoteCommunicationServerLLGS::Handle_c); in RegisterPacketHandlers()
85 &GDBRemoteCommunicationServerLLGS::Handle_D); in RegisterPacketHandlers()
87 &GDBRemoteCommunicationServerLLGS::Handle_H); in RegisterPacketHandlers()
89 &GDBRemoteCommunicationServerLLGS::Handle_I); in RegisterPacketHandlers()
92 &GDBRemoteCommunicationServerLLGS::Handle_interrupt); in RegisterPacketHandlers()
95 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
97 &GDBRemoteCommunicationServerLLGS::Handle_M); in RegisterPacketHandlers()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h31 class GDBRemoteCommunicationServerLLGS
36 GDBRemoteCommunicationServerLLGS(
325 GDBRemoteCommunicationServerLLGS(const GDBRemoteCommunicationServerLLGS &) =
327 const GDBRemoteCommunicationServerLLGS &
328 operator=(const GDBRemoteCommunicationServerLLGS &) = delete;
H A DCMakeLists.txt28 GDBRemoteCommunicationServerLLGS.cpp
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp111 void handle_attach_to_pid(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_pid()
121 void handle_attach_to_process_name(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_process_name()
126 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach()
144 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch()
195 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote()
439 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, factory); in main_gdbserver()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn42 "GDBRemoteCommunicationServerLLGS.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile30 GDBRemoteCommunicationServerLLGS.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4310 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h