Home | History | Annotate | Download | only in POSIX

Lines Matching refs:reg_ctx

331         RegisterContextPOSIX* reg_ctx = GetRegisterContextPOSIX();
332 if (reg_ctx)
333 wp_set = reg_ctx->SetHardwareWatchpointWithIndex(wp_addr, wp_size,
368 RegisterContextPOSIX* reg_ctx = GetRegisterContextPOSIX();
369 if (reg_ctx)
373 if (reg_ctx->IsWatchpointVacant(wp_idx))
439 RegisterContextPOSIX* reg_ctx = GetRegisterContextPOSIX();
440 if (reg_ctx)
442 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints();
446 if (reg_ctx->IsWatchpointHit(wp_idx))
449 reg_ctx->ClearWatchpointHits();
458 lldb::addr_t wp_monitor_addr = reg_ctx->GetWatchpointAddress(wp_idx);