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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to