Issue |
142681
|
Summary |
[lldb-dap] REPL auto-detection does not recognize scripted command containers
|
Labels |
lldb-dap
|
Assignees |
|
Reporter |
vogelsgesang
|
If I add a custom command container via
```
command container add -h 'Debugging utilities for C++20 coroutines' coro
command script add -o -p -c {__name__}.CoroBacktraceCommand coro bt
```
the auto-detection of the REPL mode for `coro bt` does not work as expected.
lldb-dap thinks this would be an _expression_, although it should be treated as a LLDB command.
For a full debugger script, see the example script in #142651 (inside the `DebuggingCoroutines.rst`)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs