mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
gdb: rename find_pc_line -> find_sal_for_pc
Change-Id: I293b655e8753fc650f3ec10bb4e34a9632d8e377 Approved-by: Kevin Buettner <kevinb@redhat.com>
This commit is contained in:
committed by
Simon Marchi
parent
36eb83e749
commit
2fe07655c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user