X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Funwind_stop_reasons.def;h=5ee8ad1b1fd255e394f4fafe700d69cf75893795;hb=900ac24287a26146a6a5f4b3b9d6610f3b574428;hp=2c3d3419d72447c2833b91b04b7af03bd90196a8;hpb=20e1ca3bc11b03d85dcee5a155fdf5290476028b;p=external%2Fbinutils.git diff --git a/gdb/unwind_stop_reasons.def b/gdb/unwind_stop_reasons.def index 2c3d341..5ee8ad1 100644 --- a/gdb/unwind_stop_reasons.def +++ b/gdb/unwind_stop_reasons.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2013 Free Software Foundation, Inc. +/* Copyright (C) 2011-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -60,6 +60,9 @@ SET (UNWIND_SAME_ID, "previous frame identical to this frame (corrupt stack?)") one to unwind further. */ SET (UNWIND_NO_SAVED_PC, "frame did not save the PC") +/* There was an error accessing memory while unwinding this frame. */ +SET (UNWIND_MEMORY_ERROR, "memory error while unwinding") + #endif /* SET */ @@ -72,5 +75,5 @@ FIRST_ENTRY (UNWIND_NO_REASON) #endif #ifdef LAST_ENTRY -LAST_ENTRY (UNWIND_NO_SAVED_PC) +LAST_ENTRY (UNWIND_MEMORY_ERROR) #endif