Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gdb / inline-frame.c
index 998204618549a434d75dd147ea0d79e4ff667a45..2ba57b06dfdc9e68deea938858847b400e4b1377 100644 (file)
@@ -1,6 +1,7 @@
 /* Inline frame unwinder for GDB.
 
    Copyright (C) 2008-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
 
    This file is part of GDB.
 
@@ -154,10 +155,6 @@ inline_frame_this_id (struct frame_info *this_frame,
      frame").  This will take work.  */
   gdb_assert (frame_id_p (*this_id));
 
-  /* For now, require we don't match outer_frame_id either (see
-     comment above).  */
-  gdb_assert (!frame_id_eq (*this_id, outer_frame_id));
-
   /* Future work NOTE: Alexandre Oliva applied a patch to GCC 4.3
      which generates DW_AT_entry_pc for inlined functions when
      possible.  If this attribute is available, we should use it
This page took 0.025095 seconds and 4 git commands to generate.