OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_foo_ptr
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/lang/c/shared_lib/
main.c
7
struct foo *
my_foo_ptr
;
local
8
my_foo_ptr
= GetMeAFoo();
10
printf ("My sub foo has: %d.\n", GetMeASubFoo(
my_foo_ptr
)->sub_1); // Set breakpoint 0 here.
/external/lldb/test/lang/c/shared_lib_stripped_symbols/
main.c
7
struct foo *
my_foo_ptr
;
local
8
my_foo_ptr
= GetMeAFoo();
10
printf ("My sub foo has: %d.\n", GetMeASubFoo(
my_foo_ptr
)->sub_1); // Set breakpoint 0 here.
Completed in 66 milliseconds