[Lldb-commits] [PATCH] D66241: stop-hooks don't fire on "step-out"

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 14 14:31:43 PDT 2019


davide added inline comments.


================
Comment at: packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile:4
+C_SOURCES := main.c
+CFLAGS_EXTRAS += -std=c99
+
----------------
jingham wrote:
> davide wrote:
> > Forgive my ignorance, but why you need this?
> That's how the dotest tests know what to build.
I understand `C_SOURCES`, but do you need to specify also the standard? That seems redundant, but I might be missing something [mainly asking for my education].


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