Searched refs:debug_options_ (Results 1 – 4 of 4) sorted by relevance
110 const DebugOptions& options() { return debug_options_; } in options()134 DebugOptions debug_options_; variable
185 inline DebugOptions* get_debug_options() { return &debug_options_; } in get_debug_options()186 inline const DebugOptions& debug_options() const { return debug_options_; } in debug_options()191 DebugOptions debug_options_;
663 debug_options_(env->options()->debug_options()), in Agent()673 debug_options_ = options; in Start()723 debug_options_.EnableBreakFirstLine(); in Start()739 debug_options_.inspect_publish_uid); in StartIoThread()
162 debug_options_.CheckOptions(errors); in CheckOptions()