reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Process.cpp
 1418   LLDB_LOGF(log, "Process::SetPrivateState (%s)", StateAsCString(new_state));
 1424   state_changed = old_state != new_state;
 1427   const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
 1436     m_private_state.SetValueNoLock(new_state);
 1439                   new ProcessEventData(shared_from_this(), new_state)));
 1440     if (StateIsStoppedState(new_state, false)) {
 1458                 StateAsCString(new_state), m_mod_id.GetStopID());
 1469               StateAsCString(new_state));