etc to specific source files. Added SB API's to specify these source files & also more than one module. Added an "exact" option to CompileUnit's FindLineEntry API. llvm-svn: 140362
10 lines
126 B
C
10 lines
126 B
C
#include <stdio.h>
|
|
|
|
int
|
|
b_MyFunction ()
|
|
{
|
|
// Set a breakpoint here.
|
|
printf ("b is about to return 20.\n");
|
|
return 20;
|
|
}
|