[Lldb-commits] [PATCH] D103349: [lldb] Don't print script output twice in HandleCommand

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 28 10:41:59 PDT 2021


JDevlieghere added inline comments.


================
Comment at: lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test:1
+# RUN: %build %p/Inputs/dummy-target.c -o %t.out
+# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r'
----------------
JDevlieghere wrote:
> thakis wrote:
> > Did you mean to put this file in lldb/lldb/test/Shell/Breakpoint/breakpoint-command.test or should it be in lldb/test/Shell/Breakpoint/breakpoint-command.test (just one "lldb/")?
> Yeah, this seems like a `patch` prefix mistake on my end. I'll move the file. Thanks! 
a4aa705d52e818cf526f5e41cce8e719befd97a6


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103349



More information about the lldb-commits mailing list