[Lldb-commits] [PATCH] D32168: [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 27 08:01:47 PDT 2017
clayborg added inline comments.
================
Comment at: include/lldb/API/SBInstructionList.h:36-38
+ // Its return the number of instructions between start and end address
+ // if canSetBreakpoint is true then count will correspond to
+ // number of instructions on which breakpoint can be set.
----------------
comment boundaries? Either extend the '-' or format within
https://reviews.llvm.org/D32168
More information about the lldb-commits
mailing list