#include "Plugins/Platform/MacOSX/PlatformMacOSX.h"
#include "Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h"
#include "TestingSupport/SubsystemRAII.h"
#include "TestingSupport/TestUtilities.h"
#include "lldb/Breakpoint/StoppointCallbackContext.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Progress.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/lldb-private-enumerations.h"
#include "lldb/lldb-types.h"
#include "gtest/gtest.h"
#include <iostream>
#include <memory>
#include <mutex>
usingnamespacelldb_private;
usingnamespacelldb;
static constexpr lldb::user_id_t expected_breakpoint_id = …;
static constexpr lldb::user_id_t expected_breakpoint_location_id = …;
int baton_value;
class BreakpointSetCallbackTest : public ::testing::Test { … };
TEST_F(BreakpointSetCallbackTest, TestBreakpointSetCallback) { … }