[Lldb-commits] [PATCH] D60092: [Process] Use early returns in Process::WriteMemory (NFC)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 1 13:14:45 PDT 2019
JDevlieghere created this revision.
JDevlieghere added reviewers: mib, davide.
Herald added a subscriber: abidh.
Herald added a project: LLDB.
I found the code of Process::WriteMemory particularly hard to follow when reviewing Ismail's change in D60022 <https://reviews.llvm.org/D60022>. This simplifies the code and hopefully prevents similar oversigh in the future
Repository:
rLLDB LLDB
https://reviews.llvm.org/D60092
Files:
lldb/source/Target/Process.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60092.193164.patch
Type: text/x-patch
Size: 5426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190401/4657b166/attachment-0001.bin>
More information about the lldb-commits
mailing list