mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* frame.c (find_frame_sal): Initialize sal->pspace field from frame
data. * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL. testuite: * gdb.base/break-inline.exp: New file. * gdb.base/break-inline.c: New file.
This commit is contained in:
@@ -2096,6 +2096,8 @@ find_frame_sal (struct frame_info *frame, struct symtab_and_line *sal)
|
||||
we can't do much better. */
|
||||
sal->pc = get_frame_pc (frame);
|
||||
|
||||
sal->pspace = get_frame_program_space (frame);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user