gdb: Add support for tracking the DWARF line table is-stmt field
[deliverable/binutils-gdb.git] / gdb / stack.c
index 266d771e35f390b567dfc955b88ec12306d58e5f..024ead0b611bcec684410a27a7df9b60cd9c3d0e 100644 (file)
@@ -330,7 +330,7 @@ frame_show_address (struct frame_info *frame,
       return false;
     }
 
-  return get_frame_pc (frame) != sal.pc;
+  return get_frame_pc (frame) != sal.pc || !sal.is_stmt;
 }
 
 /* See frame.h.  */
This page took 0.024158 seconds and 4 git commands to generate.