[Lldb-commits] [lldb] [lldb] Omit --show-globals in `help target var` (PR #85855)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 19 13:06:46 PDT 2024


================
@@ -50,6 +50,11 @@ static constexpr OptionDefinition g_variable_options[] = {
      "Specify a summary string to use to format the variable output."},
 };
 
+static constexpr auto g_num_frame_options = 4;
----------------
bulbazord wrote:

Is this number computable? Or does it need to be hand-maintained?

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


More information about the lldb-commits mailing list