Lines Matching defs:process
33 // We also can process a read / write permissions here, but if the debugger
36 // allow write, write and restore permissions, but for now we process only
94 LLDB_LOG(log, "detaching from process {0}.",
150 HostProcess process;
151 Status error = WaitForDebuggerConnection(debugger, process);
166 launch_info.SetProcessID(process.GetProcessId());
191 HostProcess process;
192 error = WaitForDebuggerConnection(debugger, process);
200 LLDB_LOG(log, "successfully attached to process with pid={0}", process_id);
231 LLDB_LOG(log, "warning: cannot destroy process {0} while state = {1}.",
236 LLDB_LOG(log, "Shutting down process {0}.",
321 HostProcess process = m_session_data->m_debugger->GetProcess();
324 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle();
351 HostProcess process = m_session_data->m_debugger->GetProcess();
352 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle();
378 HostProcess process = m_session_data->m_debugger->GetProcess();
379 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle();
402 HostProcess process = m_session_data->m_debugger->GetProcess();
403 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle();
406 "GetMemoryRegionInfo called with an invalid target process.");
482 // If the process exits before any initial stop then notify the debugger
484 // An example of this issue is when a process fails to load a dependent DLL.
502 // test suite to print out full lldb logs, and then add logging to the process
560 // If we haven't actually launched the process yet, this was an error
561 // launching the process. Set the internal error and signal the initial
566 "Error {0} occurred launching the process before the initial "
574 HostProcess &process) {
579 // Block this function until we receive the initial stop from the process.
584 process = debugger->GetProcess();