Kill init_sal
[deliverable/binutils-gdb.git] / gdb / frame.h
index f3485af925a475acb65eb32088348cb93317291b..3b00d362d979ee4147eb6ca547f826b010567235 100644 (file)
@@ -408,8 +408,7 @@ extern int get_frame_func_if_available (struct frame_info *fi, CORE_ADDR *);
    find_frame_symtab(), find_frame_function().  Each will need to be
    carefully considered to determine if the real intent was for it to
    apply to the PC or the adjusted PC.  */
-extern void find_frame_sal (struct frame_info *frame,
-                           struct symtab_and_line *sal);
+extern symtab_and_line find_frame_sal (frame_info *frame);
 
 /* Set the current source and line to the location given by frame
    FRAME, if possible.  */
This page took 0.044123 seconds and 4 git commands to generate.