[Lldb-commits] [PATCH] D55626: [Reproducers] Add tests for functionality

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 12 16:07:07 PST 2018


aprantl added inline comments.


================
Comment at: lit/Reproducer/Functionalities/Inputs/stepping.c:8
+//
+//===----------------------------------------------------------------------===//
+#include <stdio.h>
----------------
Why does only this file have a header?


================
Comment at: lit/Reproducer/Functionalities/Inputs/stepping.c:9
+//===----------------------------------------------------------------------===//
+#include <stdio.h>
+
----------------
If we don't need stdio then removing it will speed up compile time. You can still fwd-declare puts or printf.


================
Comment at: lit/Reproducer/Functionalities/TestStepping.test:39
+# CHECK: 1 breakpoints disabled.
+# CHECK: 1 breakpoints disabled.
+
----------------
perhaps copy the commands in here so it is easier to understand what is being checked for?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55626/new/

https://reviews.llvm.org/D55626





More information about the lldb-commits mailing list