[all-commits] [llvm/llvm-project] 0a9616: [lldb] Simplify DumpValueObjectOptions::PointerDep...

Dave Lee via All-commits all-commits at lists.llvm.org
Mon Dec 2 16:23:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a96161beb161933e64e188bfb0754df494c3a58
      https://github.com/llvm/llvm-project/commit/0a96161beb161933e64e188bfb0754df494c3a58
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2024-12-02 (Mon, 02 Dec 2024)

  Changed paths:
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/source/DataFormatters/DumpValueObjectOptions.cpp
    M lldb/source/DataFormatters/ValueObjectPrinter.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp

  Log Message:
  -----------
  [lldb] Simplify DumpValueObjectOptions::PointerDepth (NFC) (#117504)

`Mode::Always` and `Mode::Default` are handled identically.
`Mode::Never` is the same as having a count of 0.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list