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