aprantl added a comment.

Okay, that's no good. What would you think about writing tests using lit & 
FileCheck? The lldb-mi tests should not be in the debuginfo category anyway, 
since they only test the alternative driver.

  $ cat lldb-mi-demo.input
  -file-exec-and-symbols a.out
  -break-insert -f main
  ...
  
  $ cat lldb-mi-demo.test
  RUN: %cc test.c -g
  RUN: %lldb-mi <lldb-mi-demo.input | FileCheck %s
  CHECK: \^done
  CHECK: \^done,bkpt={number=\"1\"")
  ...


Repository:
  rL LLVM

https://reviews.llvm.org/D46588



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to