#include "Plugins/Platform/MacOSX/PlatformMacOSX.h"
#include "Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/CommandObject.h"
#include "lldb/Interpreter/CommandObjectMultiword.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Utility/Args.h"
#include "lldb/Utility/Status.h"
#include "gtest/gtest.h"
usingnamespacelldb_private;
usingnamespacelldb_private::repro;
usingnamespacelldb;
namespace {
class VerifyUserMultiwordCmdPathTest : public ::testing::Test { … };
}
class CommandObjectLeaf : public CommandObjectParsed { … };
class CommandObjectMultiwordSubDummy : public CommandObjectMultiword { … };
class CommandObjectMultiwordDummy : public CommandObjectMultiword { … };
void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf,
bool success, const char *test_str) { … }
TEST_F(VerifyUserMultiwordCmdPathTest, TestErrors) { … }