[Lldb-commits] [PATCH] D60442: Add missing space between \btrue

Konrad Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 9 00:48:15 PDT 2019


kkleine created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

There was a space missing in some the documentation for lldb::BreakpointsWriteToFile.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60442

Files:
  lldb/include/lldb/API/SBTarget.h


Index: lldb/include/lldb/API/SBTarget.h
===================================================================
--- lldb/include/lldb/API/SBTarget.h
+++ lldb/include/lldb/API/SBTarget.h
@@ -772,7 +772,7 @@
   ///    Only write breakpoints from this list.
   ///
   /// \param[in] append
-  ///    If \btrue, append the breakpoints in bkpt_list to the others
+  ///    If \b true, append the breakpoints in bkpt_list to the others
   ///    serialized in dest_file.  If dest_file doesn't exist, then a new
   ///    file will be created and the breakpoints in bkpt_list written to it.
   ///


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60442.194257.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190409/a05e197a/attachment.bin>


More information about the lldb-commits mailing list