[Lldb-commits] [PATCH] D87173: Ignores functions that have a range starting outside of a code section
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Oct 29 07:03:58 PDT 2020
    
    
  
labath added a comment.
echo `` is funny and creative, but I doubt it will work on windows. :) The way that other tests deal with that is they put the commands to run into a file, and then run
  %lldb -o 'settings set interpreter.stop-command-source-on-error false' -s commands
For the command file, we have several options on how to create it:
- a separate `Input/...` file
- create it in the test with a sequence of `echo` commands
- use the llvm split-file utility to create it automatically from a single file
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87173/new/
https://reviews.llvm.org/D87173
    
    
More information about the lldb-commits
mailing list