Lines Matching refs:NativeProcessProtocol
29 #include "lldb/Host/common/NativeProcessProtocol.h"
71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager)
461 NativeProcessProtocol *process) {
467 "NativeProcessProtocol pid %" PRIu64 ", current state: %s",
475 NativeProcessProtocol *process) {
502 NativeProcessProtocol::Extension::multiprocess))
730 GetJSONThreadsInfo(NativeProcessProtocol &process, bool abridged) {
801 NativeProcessProtocol &process = thread.GetProcess();
984 NativeProcessProtocol::Extension::multiprocess));
987 NativeProcessProtocol::Extension::fork));
990 NativeProcessProtocol::Extension::vfork));
1001 NativeProcessProtocol &process, lldb::tid_t tid, bool force_synchronous) {
1037 NativeProcessProtocol *process) {
1079 NativeProcessProtocol *process) {
1096 NativeProcessProtocol *process, lldb::StateType state) {
1102 "NativeProcessProtocol pid %" PRIu64 ", state: %s",
1140 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) {
1145 NativeProcessProtocol *parent_process,
1146 std::unique_ptr<NativeProcessProtocol> child_process) {
1530 NativeProcessProtocol &process, const ResumeActionList &actions) {
1930 NativeProcessProtocol &process, lldb::StateType process_state,
2074 StreamGDBRemote &response, NativeProcessProtocol &process, bool &had_any) {
2095 NativeProcessProtocol::Extension::multiprocess));
2341 NativeProcessProtocol *default_process;
2711 // Currently only the NativeProcessProtocol knows if it can handle a
2717 // since we won't have a NativeProcessProtocol.
2732 // NativeProcessProtocol.
4226 using Extension = NativeProcessProtocol::Extension;
4275 NativeProcessProtocol &process) {
4276 NativeProcessProtocol::Extension flags = m_extensions_supported;
4292 NativeProcessProtocol::Extension::multiprocess))