| // Copyright 2016 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef LIB_FXL_DEBUG_DEBUGGER_H_ | |
| #define LIB_FXL_DEBUG_DEBUGGER_H_ | |
| #include "src/lib/fxl/fxl_export.h" | |
| namespace fxl { | |
| FXL_EXPORT void BreakDebugger(); | |
| } // namespace fxl | |
| #endif // LIB_FXL_DEBUG_DEBUGGER_H_ |