X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Funwind_stop_reasons.def;h=8cef53708c5e2596c5bccb83db460e7b0d298684;hb=dadef93096fd397c3acf2078bcf6b526ff4e0da4;hp=d7da7eadaccbc1dceb119b08ba71f7eb943f5a5c;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/unwind_stop_reasons.def b/gdb/unwind_stop_reasons.def index d7da7ea..8cef537 100644 --- a/gdb/unwind_stop_reasons.def +++ b/gdb/unwind_stop_reasons.def @@ -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