We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e0587c + c6b9f15 commit fa816c9Copy full SHA for fa816c9
lldb/source/Target/Process.cpp
@@ -239,7 +239,7 @@ bool ProcessProperties::GetStopOnExec() const {
239
return m_collection_sp->GetPropertyAtIndexAsBoolean(
240
nullptr, idx, g_process_properties[idx].default_uint_value != 0);
241
}
242
-
+
243
std::chrono::seconds ProcessProperties::GetUtilityExpressionTimeout() const {
244
const uint32_t idx = ePropertyUtilityExpressionTimeout;
245
uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64(
0 commit comments