X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Finline-frame.c;h=ae0af2e5a523797b1c1c1ca27bcebe9559fde726;hb=07b76c2f0baf197ce44d66a153184d33047e7ba0;hp=0ee1de3a1f1c6a423eec4486e5beb7090520d2f5;hpb=ef96a356b87730e05257297ad853ae4225c90c61;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c index 0ee1de3a1f..ae0af2e5a5 100644 --- a/gdb/inline-frame.c +++ b/gdb/inline-frame.c @@ -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. @@ -171,10 +172,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