003 File Manager
Current Path:
/usr/src/contrib/llvm-project/lldb/tools/lldb-server
usr
/
src
/
contrib
/
llvm-project
/
lldb
/
tools
/
lldb-server
/
📁
..
📄
Acceptor.cpp
(4.25 KB)
📄
Acceptor.h
(1.71 KB)
📁
Darwin
📄
LLDBServerUtilities.cpp
(2.25 KB)
📄
LLDBServerUtilities.h
(801 B)
📄
SystemInitializerLLGS.cpp
(2.39 KB)
📄
SystemInitializerLLGS.h
(802 B)
📄
lldb-gdbserver.cpp
(17.71 KB)
📄
lldb-platform.cpp
(12.39 KB)
📄
lldb-server.cpp
(2.32 KB)
📄
lldb-server.exports
(0 B)
Editing: LLDBServerUtilities.h
#ifndef LLDB_TOOLS_LLDB_SERVER_LLDBSERVERUTILITIES_H #define LLDB_TOOLS_LLDB_SERVER_LLDBSERVERUTILITIES_H //===-- LLDBServerUtilities.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "llvm/ADT/StringRef.h" #include <string> namespace lldb_private { namespace lldb_server { class LLDBServerUtilities { public: static bool SetupLogging(const std::string &log_file, const llvm::StringRef &log_channels, uint32_t log_options); }; } } #endif
Upload File
Create Folder