[Lldb-commits] [PATCH] D87327: [debugserver] Extract function for default launch flavor

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 8 13:50:54 PDT 2020


kastiglione created this revision.
kastiglione added reviewers: jasonmolenda, teemperor.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
kastiglione requested review of this revision.
Herald added a subscriber: JDevlieghere.

Extract a function for turning `eLaunchFlavorDefault` into a concreate `eLaunchFlavor` value.

This new function encapsulates the few compile time variables involved, and also prevents clang unused code diagnostics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87327

Files:
  lldb/tools/debugserver/source/debugserver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87327.290576.patch
Type: text/x-patch
Size: 4017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200908/b548965c/attachment.bin>


More information about the lldb-commits mailing list