gdb: rename find_pc_line -> find_sal_for_pc

Change-Id: I293b655e8753fc650f3ec10bb4e34a9632d8e377
Approved-by: Kevin Buettner <kevinb@redhat.com>
This commit is contained in:
Simon Marchi
2025-10-15 20:08:01 -04:00
committed by Simon Marchi
parent 36eb83e749
commit 2fe07655c6
47 changed files with 87 additions and 87 deletions

View File

@@ -2916,7 +2916,7 @@ find_frame_sal (const frame_info_ptr &frame)
return {};
notcurrent = (*pc != get_frame_address_in_block (frame));
return find_pc_line (*pc, notcurrent);
return find_sal_for_pc (*pc, notcurrent);
}
/* Per "frame.h", return the ``address'' of the frame. Code should