[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
[lldb/API] Use a valid LineEntry object in SBCompileUnit::FindLineEntryIndexThis patch updates `SBCompileUnit::FindLineEntryIndex` to pass a valid`LineEntry` pointer to `CompileUnit::FindLineEntry
[lldb/API] Use a valid LineEntry object in SBCompileUnit::FindLineEntryIndexThis patch updates `SBCompileUnit::FindLineEntryIndex` to pass a valid`LineEntry` pointer to `CompileUnit::FindLineEntry`.This caused `LineTable::FindLineEntryIndexByFileIndexImpl` to return its`best_match` initial value (UINT32_MAX).rdar://78115426Differential Revision: https://reviews.llvm.org/D102658Signed-off-by: Med Ismail Bennani <[email protected]>