Files
llvm-project/lldb/source/Commands/CommandObjectFrame.cpp
Dave Lee 91cf9f6341 [lldb] Add repeat command for frame variable (#194195)
Introduce repeat command functionality for `frame variable`. The repeat behavior
increments the printing depth.

For example, when the default depth value (`target.max-children-depth`) is not enough,
hitting enter one or more times will expand the displayed data as deeply as needed.

See #149282 and then #178717.
2026-04-28 13:43:52 -07:00

50 KiB