[Lldb-commits] [lldb] [lldb-dap] Migrate attach to typed RequestHandler. (PR #137911)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Fri May 2 03:09:11 PDT 2025


da-viper wrote:

It is also ignored in the `SetFrame/ThreadFormat` functions. I am not sure if we should accept it as it also valid in the command line 
https://github.com/llvm/llvm-project/blob/c0917ab2e1cf603c3746f519fe1826869767bd8b/lldb/tools/lldb-dap/DAP.cpp#L1224-L1227
```
(lldb) thread list
Process 918965 stopped
* thread #1: tid = 918965, 0x000000000040045b a.out`main at main.cc:7:7, name = 'a.out', stop reason = breakpoint 1.1
(lldb) settings set thread-format ""
(lldb) thread list
Process 918965 stopped
* 
(lldb) 
```

https://github.com/llvm/llvm-project/pull/137911


More information about the lldb-commits mailing list