Add new API to SBTarget class
authorAlexander Polyakov <polyakov.alx@gmail.com>
Tue, 7 Aug 2018 20:23:57 +0000 (20:23 +0000)
committerAlexander Polyakov <polyakov.alx@gmail.com>
Tue, 7 Aug 2018 20:23:57 +0000 (20:23 +0000)
commit3e7b9db2d9943eadc953500c995919a8168cd56a
tree791ee58b940686c2ad931e2545a9cb95b6c0ebe2
parent4364d604c21141794a274166e6b3925e51887e31
Add new API to SBTarget class

Summary:
The new API appends an image search path to the
target's path mapping list.

Reviewers: aprantl, clayborg, labath

Reviewed By: aprantl

Subscribers: ki.stfu, lldb-commits

Differential Revision: https://reviews.llvm.org/D49739

llvm-svn: 339175
lldb/include/lldb/API/SBTarget.h
lldb/scripts/interface/SBTarget.i
lldb/source/API/SBTarget.cpp