[Lldb-commits] [PATCH] D126078: [lldb] Improve formatting of dlopen error messages (NFC)

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 20 10:22:08 PDT 2022


kastiglione created this revision.
kastiglione added a reviewer: JDevlieghere.
Herald added a subscriber: emaste.
Herald added a project: All.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Ensure there's a space between "utility" and "function", and also makes
it easier to grep/search for "utility function".

While making this change, I also re-formatted the other dlopen error messages
(with clang-format). This fix other instances of spaces missing between words,
and makes each of these strings fit a single line, making them greppable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126078

Files:
  lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126078.431004.patch
Type: text/x-patch
Size: 6872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220520/e355e842/attachment-0001.bin>


More information about the lldb-commits mailing list