Fix detach with target remote (PR gdb/28080)
[deliverable/binutils-gdb.git] / gdb / xtensa-tdep.c
index d1c24a16f2a71047bbb179d59c0a918bb5ecbffb..6862a03ea2be1918cc53efc58e795f7827934d78 100644 (file)
@@ -768,7 +768,7 @@ xtensa_coprocessor_register_group (struct reggroup *group)
 static int
 xtensa_register_reggroup_p (struct gdbarch *gdbarch,
                            int regnum,
-                           struct reggroup *group)
+                           struct reggroup *group)
 {
   xtensa_register_t* reg = &gdbarch_tdep (gdbarch)->regmap[regnum];
   xtensa_register_type_t type = reg->type;
@@ -1499,6 +1499,7 @@ xtensa_frame_prev_register (struct frame_info *this_frame,
 static const struct frame_unwind
 xtensa_unwind =
 {
+  "xtensa prologue",
   NORMAL_FRAME,
   default_frame_unwind_stop_reason,
   xtensa_frame_this_id,
@@ -2852,7 +2853,7 @@ execute_code (struct gdbarch *gdbarch, CORE_ADDR current_pc, CORE_ADDR wb)
                  xtensa_write_register (arreg, a7_saved);
                }
              return xtWindowUnderflow;
-           default: /* Simply skip this insns.  */
+           default: /* Simply skip this insns.  */
              continue;
            }
 
@@ -2965,7 +2966,7 @@ Unable to decode Xtensa Window Interrupt Handler's code."));
 
    int main()
    {   int local_var = 1;
-       ....
+       ....
    }
 
    because, for this source code, both Xtensa compilers will generate two
This page took 0.026299 seconds and 4 git commands to generate.