Skip to content

Commit c688f70

Browse files
committed
[lldb] [disassembler] chore: enhance VariableAnnotator to return structured data: update descriptive comment for AnnotateStructured
Signed-off-by: Nikita B <[email protected]>
1 parent 573a6a1 commit c688f70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/include/lldb/Core/Disassembler.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,7 @@ class VariableAnnotator {
601601
std::vector<std::string> Annotate(Instruction &inst, Target &target,
602602
lldb::ModuleSP module_sp);
603603

604-
/// Compute structured annotation data for a single instruction and update
605-
/// `Live_`. Returns structured data for all variables relevant at this
606-
/// instruction.
604+
/// Returns structured data for all variables relevant at this instruction.
607605
std::vector<VariableAnnotation> AnnotateStructured(Instruction &inst,
608606
Target &target,
609607
lldb::ModuleSP module_sp);

0 commit comments

Comments
 (0)