MCPcopy Create free account
hub / github.com/chromium/crashpad / SetPtraceStrategyDecider

Method SetPtraceStrategyDecider

handler/linux/exception_handler_server.cc:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248ExceptionHandlerServer::~ExceptionHandlerServer() = default;
249
250void ExceptionHandlerServer::SetPtraceStrategyDecider(
251 std::unique_ptr<PtraceStrategyDecider> decider) {
252 strategy_decider_ = std::move(decider);
253}
254
255bool ExceptionHandlerServer::InitializeWithClient(ScopedFileHandle sock,
256 bool multiple_clients) {

Callers 1

Calls

no outgoing calls

Tested by 1