[Lldb-commits] [PATCH] D67472: [Target] Move InferiorCall to Process

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 11 15:38:42 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, clayborg, compnerd, labath.
Herald added a project: LLDB.

InferiorCall is only ever used in Process, and it is not specific to
POSIX. By moving it to Process, we can remove all dependencies on plugins from
Process. Moving InferiorCall to Process as a private method seems to achieve
this quite well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67472

Files:
  lldb/include/lldb/Target/Process.h
  lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
  lldb/source/Target/Process.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67472.219819.patch
Type: text/x-patch
Size: 6734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190911/8978a4a3/attachment.bin>


More information about the lldb-commits mailing list