X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fia64-libunwind-tdep.c;h=9efe637c37a8b0925ca7412fa24444f5447b393e;hb=0c21cc55c7f7e32076914ae519aa958036df05a9;hp=0f890261a06a17a1ba8623f7b36f5b6f0bcb8d11;hpb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ia64-libunwind-tdep.c b/gdb/ia64-libunwind-tdep.c index 0f890261a0..9efe637c37 100644 --- a/gdb/ia64-libunwind-tdep.c +++ b/gdb/ia64-libunwind-tdep.c @@ -197,7 +197,7 @@ libunwind_frame_cache (struct frame_info *this_frame, void **this_cache) The best we can do, in that case, is use the frame PC as the function address. We don't need to give up since we still have the unwind record to help us perform the unwinding. There is also another - compelling to continue, because abandonning now means stopping + compelling to continue, because abandoning now means stopping the backtrace, which can never be helpful for the user. */ cache->func_addr = get_frame_pc (this_frame);