HomeSort by: relevance | last modified time | path
    Searched defs:local_state (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-dregs.c 512 struct x86_debug_reg_state local_state = *state; local
521 retval = x86_handle_nonaligned_watchpoint (&local_state,
529 retval = x86_insert_aligned_watchpoint (&local_state,
534 x86_update_inferior_debug_regs (state, &local_state);
554 struct x86_debug_reg_state local_state = *state; local
560 retval = x86_handle_nonaligned_watchpoint (&local_state,
568 retval = x86_remove_aligned_watchpoint (&local_state,
573 x86_update_inferior_debug_regs (state, &local_state);
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-dregs.c 512 struct x86_debug_reg_state local_state = *state; local
521 retval = x86_handle_nonaligned_watchpoint (&local_state,
529 retval = x86_insert_aligned_watchpoint (&local_state,
534 x86_update_inferior_debug_regs (state, &local_state);
554 struct x86_debug_reg_state local_state = *state; local
560 retval = x86_handle_nonaligned_watchpoint (&local_state,
568 retval = x86_remove_aligned_watchpoint (&local_state,
573 x86_update_inferior_debug_regs (state, &local_state);
  /src/external/mpl/dhcp/dist/server/
failover.c 5123 binding_state_t local_state; local
5127 local_state = lease->desired_binding_state;
5129 local_state = lease->binding_state;
5136 switch(local_state) {

Completed in 65 milliseconds