Mostly trivial enum fixes
[deliverable/binutils-gdb.git] / gdb / nat / mips-linux-watch.h
index 10ed6ba574ceddcde5858dc7eebbdf5176867245..6983f259932509da5310bb10b863fe71e7fb9bc4 100644 (file)
@@ -94,7 +94,7 @@ struct mips_watchpoint
 {
   CORE_ADDR addr;
   int len;
-  int type;
+  enum target_hw_bp_type type;
   struct mips_watchpoint *next;
 };
 
@@ -110,7 +110,7 @@ int mips_linux_watch_try_one_watch (struct pt_watch_regs *regs,
                                    CORE_ADDR addr, int len, uint32_t irw);
 void mips_linux_watch_populate_regs (struct mips_watchpoint *current_watches,
                                     struct pt_watch_regs *regs);
-uint32_t mips_linux_watch_type_to_irw (int type);
+uint32_t mips_linux_watch_type_to_irw (enum target_hw_bp_type type);
 
 int mips_linux_read_watch_registers (long lwpid,
                                     struct pt_watch_regs *watch_readback,
This page took 0.024778 seconds and 4 git commands to generate.