This patch adds a new SBTarget::GetIndexInDebugger method to the SBAPI.
As its name suggests, this can be used to get the target's index in the
debugger's targets list.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths
| Differential D111827
[lldb/API] Add GetIndexInDebugger to SBTarget AbandonedPublic Authored by mib on Oct 14 2021, 11:47 AM.
Details
Summary This patch adds a new SBTarget::GetIndexInDebugger method to the SBAPI. As its name suggests, this can be used to get the target's index in the Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail
Event TimelineComment Actions
Yes
Revision Contents
Diff 379796 lldb/bindings/interface/SBTarget.i
lldb/include/lldb/API/SBTarget.h
lldb/source/API/SBTarget.cpp
lldb/test/API/python_api/target/TestTargetAPI.py
|