Skip to content

Commit dbc8d36

Browse files
committed
Added entry in the document
1 parent ceee148 commit dbc8d36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ to make the output easier to understand.
394394
=list: Elements are displayed in a tabular format.
395395
=parents: Elements and parents are displayed in a tree format.
396396
=view: Elements, parents and children are displayed in a tree format.
397+
=debugger: Lines, and optionally variables and instructions are
398+
displayed in a way to simulate stepping through a debugger.
397399
398400
The **list** layout presents the logical elements in a tabular form
399401
without any parent-child relationship. This may be the preferred way to
@@ -417,6 +419,10 @@ The combined **view** layout includes the elements that match any given
417419
criteria (:option:`--select`) or (:option:`--compare`), its parents
418420
and children.
419421

422+
The combined **debugger** layout prints each statement line in order and
423+
variables live at each line (if `--print=symbols` given), as well as
424+
instructions (if `--print=instructions` given).
425+
420426
**Notes**:
421427

422428
1. When a selection criteria (:option:`--select`) is specified with no

0 commit comments

Comments
 (0)