DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-3.8 / 1%3A3.8.1-24 / 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; }