Issue 171493
Summary LLDB rejects arguments properties with a dash when using `settings set`
Labels bug, lldb
Assignees
Reporter JDevlieghere
    ```
(lldb) settings set target.run-args -foo bar
                                    ˄˜˜˜
                                    ╰─ error: unknown or ambiguous option
(lldb) settings set target.run-args "-foo"
                                    ˄˜˜˜
                                    ╰─ error: unknown or ambiguous option
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to