This patch renames the SBCompileUnit::GetIndexForLineEntry api to be
an overload of SBCompileUnit::FindLineEntryIndex
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths
| Differential D125594
[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (NFC) ClosedPublic Authored by mib on May 13 2022, 4:50 PM.
Details Summary This patch renames the SBCompileUnit::GetIndexForLineEntry api to be Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 13 2022, 6:14 PM Closed by commit rG174cf2f74762: [lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex… (authored by mib). · Explain WhyMay 13 2022, 6:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 429399 lldb/bindings/interface/SBCompileUnit.i
lldb/include/lldb/API/SBCompileUnit.h
lldb/source/API/SBCompileUnit.cpp
lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py
|