[Lldb-commits] [lldb] [lldb-vscode] Show value addresses in a short format (PR #66534)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 15 12:53:34 PDT 2023


clayborg wrote:

If you create a setting, be sure to make it a global setting (a bool in the setting definition) so it can always be accessed via:
```
  static TargetProperties &Target::GetGlobalProperties();
```


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


More information about the lldb-commits mailing list