[Lldb-commits] [PATCH] D32168: [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 10:33:52 PDT 2017


jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

Couple tiny tweaks to the comment, and this is good to go.



================
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.
----------------
clayborg wrote:
> comment boundaries? Either extend the '-' or format within
Also grammar.  Like:

Returns the number of instructions between the start and end address.  If canSetBreakpoint is true then the count will be the number of instructions on which a breakpoint can be set.


https://reviews.llvm.org/D32168





More information about the lldb-commits mailing list