[Lldb-commits] [PATCH] D73125: [lldb/Plugins] Move entry points out of plugin namespace

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 22 03:13:43 PST 2020


labath added a comment.

A weaker for of that would be to do something like `using ProcessGDBRemote = process_gdb_remote::ProcessGDBRemote`, which would require less changes to existing plugins, but it would still require us to include all the headers...


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73125/new/

https://reviews.llvm.org/D73125





More information about the lldb-commits mailing list