Lines Matching refs:lldb_private

37 class ProcessGDBRemote : public lldb_private::Process
44 CreateInstance (lldb_private::Target& target,
45 lldb_private::Listener &listener,
46 const lldb_private::FileSpec *crash_file_path);
52 DebuggerInitialize (lldb_private::Debugger &debugger);
57 static lldb_private::ConstString
66 ProcessGDBRemote(lldb_private::Target& target, lldb_private::Listener &listener);
75 CanDebug (lldb_private::Target &target,
78 virtual lldb_private::CommandObject *
84 virtual lldb_private::Error
85 WillLaunch (lldb_private::Module* module);
87 virtual lldb_private::Error
88 DoLaunch (lldb_private::Module *exe_module,
89 const lldb_private::ProcessLaunchInfo &launch_info);
94 virtual lldb_private::Error
97 virtual lldb_private::Error
100 virtual lldb_private::Error
101 DoConnectRemote (lldb_private::Stream *strm, const char *remote_url);
103 lldb_private::Error
106 virtual lldb_private::Error
109 virtual lldb_private::Error
110 DoAttachToProcessWithID (lldb::pid_t pid, const lldb_private::ProcessAttachInfo &attach_info);
112 virtual lldb_private::Error
115 const lldb_private::ProcessAttachInfo &attach_info);
123 virtual lldb_private::ConstString
132 virtual lldb_private::Error
135 virtual lldb_private::Error
138 virtual lldb_private::Error
141 virtual lldb_private::Error
147 virtual lldb_private::Error
150 virtual lldb_private::Error
169 DoReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
172 DoWriteMemory (lldb::addr_t addr, const void *buf, size_t size, lldb_private::Error &error);
175 DoAllocateMemory (size_t size, uint32_t permissions, lldb_private::Error &error);
177 virtual lldb_private::Error
179 lldb_private::MemoryRegionInfo &region_info);
181 virtual lldb_private::Error
188 PutSTDIN (const char *buf, size_t buf_size, lldb_private::Error &error);
193 virtual lldb_private::Error
194 EnableBreakpointSite (lldb_private::BreakpointSite *bp_site);
196 virtual lldb_private::Error
197 DisableBreakpointSite (lldb_private::BreakpointSite *bp_site);
202 virtual lldb_private::Error
203 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
205 virtual lldb_private::Error
206 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
208 virtual lldb_private::Error
211 virtual lldb_private::Error
263 lldb_private::Flags &
269 const lldb_private::Flags &
276 UpdateThreadList (lldb_private::ThreadList &old_thread_list,
277 lldb_private::ThreadList &new_thread_list);
279 lldb_private::Error
282 lldb_private::Error
283 StartDebugserverProcess (const char *debugserver_url, const lldb_private::ProcessInfo &process_info);
311 lldb_private::Flags m_flags; // Process specific flags (see eFlags enums)
315 lldb_private::Mutex m_last_stop_packet_mutex;
317 lldb_private::Broadcaster m_async_broadcaster;
320 lldb_private::Mutex m_async_thread_state_mutex;
365 lldb_private::Error
374 lldb_private::InputReader *reader,
379 lldb_private::DynamicLoader *
388 lldb_private::StoppointCallbackContext *context,