]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / tools / debugserver / source / MacOSX / DarwinLog / DarwinLogTypes.h
1 //===-- DarwinLogTypes.h ----------------------------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #ifndef DarwinLogTypes_h
11 #define DarwinLogTypes_h
12
13 enum FilterTarget {
14   eFilterTargetInvalid,
15   eFilterTargetActivity,
16   eFilterTargetActivityChain,
17   eFilterTargetCategory,
18   eFilterTargetMessage,
19   eFilterTargetSubsystem
20 };
21
22 #endif /* DarwinLogTypes_h */