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

2019-04-09 Thread Konrad Kleine via Phabricator via lldb-commits
kkleine updated this revision to Diff 194263. kkleine added a comment. - Fix doxygen warning about function argument Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60442/new/ https://reviews.llvm.org/D60442 Files: lldb/include/lldb/API/SBStructur

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

2019-04-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB357980: Add missing space between \btrue (authored by JDevlieghere, committed by ). Herald added a subscriber: abidh. Changed prior to commit: https://reviews.llvm.org/D60442?vs=194263&id=194264#toc

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

2019-04-09 Thread Konrad Kleine via Phabricator via lldb-commits
kkleine added a comment. In D60442#1459367 , @JDevlieghere wrote: > Please let me know if you don't have commit access (yet) and need someone to > commit this for you. I think I don't have commit access (yet) and would like if someone can commit this

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

2019-04-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Please let me know if you don't have commit access (yet) and need someone to commit this for you. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60442/new/ https://reviews.llvm.org/D60442 ___

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

2019-04-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60442/new/ https://reviews.llvm.org/D60442

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

2019-04-09 Thread Konrad Kleine via Phabricator via lldb-commits
kkleine updated this revision to Diff 194259. kkleine added a comment. Updated summary to reflect what doxygen error was addressed. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60442/new/ https://reviews.llvm.org/D60442 Files: lldb/include/lldb

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

2019-04-09 Thread Konrad Kleine via Phabricator via lldb-commits
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/SBTa