Home | History | Annotate | only in /external/lldb/test/lang/c/forward
Up to higher level directory
NameDateSize
foo.c05-Aug-2015119
foo.h05-Aug-201545
main.c05-Aug-2015182
Makefile05-Aug-201582
README.txt05-Aug-2015362
TestForwardDeclaration.py05-Aug-20152.4K

README.txt

      1 This example has a function call in foo.c named "foo" that takes a forward
      2 declaration to "struct bar" and uses it as a pointer argument. In main.c
      3 we have a real declaration for "struct bar". We want to be able to find the
      4 real definition of "struct bar" when we are stopped in foo in foo.c such that
      5 when we stop in "foo" we see the contents of the "bar_ptr".
      6