DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.8 / 1%3A3.8.1-24 / lldb / packages / Python / lldbsuite / test / functionalities / breakpoint / breakpoint_command / a.c
123456789
#include <stdio.h> int a_MyFunction () { // Set a breakpoint here. printf ("a is about to return 10.\n"); return 10; }