Move unwind reasons to an external .def file
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f05a246745b351beea4053ad9c7a40a6900028a7..9d469bd10722a2de06209a65bc04c4e38adb1105 100644 (file)
@@ -1,3 +1,16 @@
+2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
+
+       Move unwind reasons to an external .def file
+       * frame.c (frame_stop_reason_string): Rewrite using
+       unwind_stop_reasons.def.
+       * frame.h (enum unwind_stop_reason): Likewise.
+       * python/py-frame.c (gdbpy_initialize_frames): Likewise.
+       (gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
+       constants for bound-checking.
+       * unwind_stop_reasons.def: New file.
+       * stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
+       instead of a distinct value.
+
 2011-10-27  Phil Muldoon  <pmuldoon@redhat.com>
 
         PR python/13331
This page took 0.026716 seconds and 4 git commands to generate.