mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Add a setting to force stepping to always run all threads.
Also allow ScriptedThreadPlans to set & get their StopOthers state. <rdar://problem/64229484> Differential Revision: https://reviews.llvm.org/D85265
This commit is contained in:
@@ -278,6 +278,12 @@ std::chrono::seconds ProcessProperties::GetUtilityExpressionTimeout() const {
|
||||
return std::chrono::seconds(value);
|
||||
}
|
||||
|
||||
bool ProcessProperties::GetSteppingRunsAllThreads() const {
|
||||
const uint32_t idx = ePropertySteppingRunsAllThreads;
|
||||
return m_collection_sp->GetPropertyAtIndexAsBoolean(
|
||||
nullptr, idx, g_process_properties[idx].default_uint_value != 0);
|
||||
}
|
||||
|
||||
bool ProcessProperties::GetOSPluginReportsAllThreads() const {
|
||||
const bool fail_value = true;
|
||||
const Property *exp_property =
|
||||
|
||||
Reference in New Issue
Block a user