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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits