[Lldb-commits] [PATCH] D66241: stop-hooks don't fire on "step-out"
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 14 14:23:11 PDT 2019
jingham marked an inline comment as done.
jingham added inline comments.
================
Comment at: packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile:4
+C_SOURCES := main.c
+CFLAGS_EXTRAS += -std=c99
+
----------------
davide wrote:
> Forgive my ignorance, but why you need this?
That's how the dotest tests know what to build.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66241/new/
https://reviews.llvm.org/D66241
More information about the lldb-commits
mailing list