diff options
Diffstat (limited to 'include/lldb/Host/HostThread.h')
-rw-r--r-- | include/lldb/Host/HostThread.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/include/lldb/Host/HostThread.h b/include/lldb/Host/HostThread.h index 120776283aa4..7bf2a1dc2db9 100644 --- a/include/lldb/Host/HostThread.h +++ b/include/lldb/Host/HostThread.h @@ -1,9 +1,8 @@ //===-- HostThread.h --------------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// @@ -20,15 +19,13 @@ namespace lldb_private { class HostNativeThreadBase; -//---------------------------------------------------------------------- -/// @class HostInfo HostInfo.h "lldb/Host/HostThread.h" +/// \class HostInfo HostInfo.h "lldb/Host/HostThread.h" /// A class that represents a thread running inside of a process on the /// local machine. /// /// HostThread allows querying and manipulation of threads running on the host /// machine. /// -//---------------------------------------------------------------------- class HostThread { public: HostThread(); |