blob: 4e1fa3ce6536ce7c9d9d70edae99c3ec5ea65b8d [file] [log] [blame]
// 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_