• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# REQUIRES: python
2# UNSUPPORTED: lldb-repro
3#
4# RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
5b main
6breakpoint command add -s python -o "1234_foo"
7# CHECK: error: SyntaxError({{.*}})
8