X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Funwind_stop_reasons.def;h=c0ad64ee8789081632ea7a31a770d3bb59dc4c59;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=2c3d3419d72447c2833b91b04b7af03bd90196a8;hpb=20e1ca3bc11b03d85dcee5a155fdf5290476028b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/unwind_stop_reasons.def b/gdb/unwind_stop_reasons.def index 2c3d3419d7..c0ad64ee87 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-2020 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