blob: 1ad22dc29964b35a32abb9bd3bb4b800ae6bdaff [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 "lib/fxl/fxl_export.h"
namespace fxl {
FXL_EXPORT void BreakDebugger();
} // namespace fxl
#endif // LIB_FXL_DEBUG_DEBUGGER_H_