[Lldb-commits] [PATCH] D62562: [Target] Introduce Process::GetLanguageRuntimes

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 28 17:22:29 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, davide, jingham.

Currently there's not really a good way to iterate over the language runtimes a
process has. This is sometimes desirable (as seen in my change to Thread).
Additionally, there's not really a good reason to iterate over every available
language, but rather only over languages for which we have a plugin loaded.


https://reviews.llvm.org/D62562

Files:
  include/lldb/Target/Language.h
  include/lldb/Target/Process.h
  source/Target/Language.cpp
  source/Target/Process.cpp
  source/Target/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62562.201798.patch
Type: text/x-patch
Size: 4801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190529/8a0167f8/attachment.bin>


More information about the lldb-commits mailing list