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 a6e3e32 + 99c9df1 commit 3189692Copy full SHA for 3189692
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