Home
last modified time | relevance | path

Searched refs:trace_params (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc491 int trace_params = sim_->GetTraceParameters(); in Action() local
492 if ((trace_params & LOG_ALL) != LOG_ALL) { in Action()
495 sim_->SetTraceParameters(trace_params | LOG_ALL); in Action()
499 sim_->SetTraceParameters(trace_params & ~LOG_ALL); in Action()

Completed in 2 milliseconds