DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8 / lldb / packages / Python / lldbsuite / test / arm / breakpoint-thumb-codesection / main.c
12345678
__attribute__((section("__codesection"))) int f(int a) { return a + 1; // Set break point at this line. } int main() { return f(10); }