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 da515bf commit adcba52Copy full SHA for adcba52
lldb/test/API/lang/cpp/extern_c/main.cpp
@@ -8,8 +8,10 @@ extern "C"
8
9
int foo()
10
{
11
- puts("foo"); //% self.expect("image lookup -v -a $pc", substrs=['mangled = "foo"'])
12
- return 2;
+ puts("foo"); //% self.expect("image lookup -va $pc",
+ //% substrs=[' name = "::foo()"',
13
+ //% ' mangled = "foo"'])
14
+ return 2;
15
}
16
17
int main (int argc, char const *argv[], char const *envp[])
0 commit comments