HomeSort by: relevance | last modified time | path
    Searched refs:new_watch (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mips-linux-nat.c 674 struct mips_watchpoint *new_watch; local
697 new_watch = XNEW (struct mips_watchpoint);
698 new_watch->addr = addr;
699 new_watch->len = len;
700 new_watch->type = type;
701 new_watch->next = NULL;
706 *pw = new_watch;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 439 struct mips_watchpoint *new_watch; local
442 new_watch = XNEW (struct mips_watchpoint);
443 new_watch->addr = addr;
444 new_watch->len = len;
445 new_watch->type = watch_type;
446 new_watch->next = NULL;
451 *pw = new_watch;
  /src/external/gpl3/gdb.old/dist/gdb/
mips-linux-nat.c 674 struct mips_watchpoint *new_watch; local
697 new_watch = XNEW (struct mips_watchpoint);
698 new_watch->addr = addr;
699 new_watch->len = len;
700 new_watch->type = type;
701 new_watch->next = NULL;
706 *pw = new_watch;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 439 struct mips_watchpoint *new_watch; local
442 new_watch = XNEW (struct mips_watchpoint);
443 new_watch->addr = addr;
444 new_watch->len = len;
445 new_watch->type = watch_type;
446 new_watch->next = NULL;
451 *pw = new_watch;

Completed in 25 milliseconds