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.
1 parent 0fd813c commit 648844fCopy full SHA for 648844f
lldb/test/API/commands/process/attach/main.cpp
@@ -12,9 +12,8 @@ int main(int argc, char const *argv[]) {
12
// Waiting to be attached by the debugger.
13
temp = 0;
14
15
- while (temp < 30) // Waiting to be attached...
16
- {
17
- std::this_thread::sleep_for(std::chrono::seconds(2));
+ while (temp < 30) {
+ std::this_thread::sleep_for(std::chrono::seconds(2)); // Waiting to be attached...
18
temp++;
19
}
20
0 commit comments