[Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)

Vedant Kumar via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 3 21:19:29 PDT 2016


vsk created this revision.
vsk added reviewers: kubabrecka, k8stone.
vsk added a subscriber: lldb-commits.
vsk added a dependency: D23043: [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI).

Factor out some common logic used to find the runtime library in a list
of modules.

Depends on D23043.

https://reviews.llvm.org/D23150

Files:
  include/lldb/Target/InstrumentationRuntime.h
  source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
  source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h
  source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
  source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.h
  source/Target/InstrumentationRuntime.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23150.66755.patch
Type: text/x-patch
Size: 10031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160804/3f2a3f70/attachment.bin>


More information about the lldb-commits mailing list