annotate lldb/CODE_OWNERS.txt @ 182:0f533c0a1429

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 31 May 2020 19:50:32 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 This file is a list of the people responsible for ensuring that patches for a
anatofuz
parents:
diff changeset
2 particular part of LLDB are reviewed, either by themself or by someone else.
anatofuz
parents:
diff changeset
3 They are also the gatekeepers for their part of LLDB, with the final word on
anatofuz
parents:
diff changeset
4 what goes in or not.
anatofuz
parents:
diff changeset
5
anatofuz
parents:
diff changeset
6 The list is sorted by surname and formatted to allow easy grepping and
anatofuz
parents:
diff changeset
7 beautification by scripts. The fields are: name (N), email (E), web-address
anatofuz
parents:
diff changeset
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
anatofuz
parents:
diff changeset
9 (S).
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 N: Greg Clayton
anatofuz
parents:
diff changeset
12 E: clayborg@gmail.com
anatofuz
parents:
diff changeset
13 D: Overall LLDB architecture, Host (common+macosx), Symbol, API, ABI, Mac-specific code,
anatofuz
parents:
diff changeset
14 D: DynamicLoader, ObjectFile, IOHandler, EditLine, Core/Value*, Watchpoints, debugserver
anatofuz
parents:
diff changeset
15 D: Build scripts, Test suite, Platform, gdb-remote, Anything not covered by this file
anatofuz
parents:
diff changeset
16
anatofuz
parents:
diff changeset
17 N: Jim Ingham
anatofuz
parents:
diff changeset
18 E: jingham@apple.com
anatofuz
parents:
diff changeset
19 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
anatofuz
parents:
diff changeset
20 D: Watchpoints, Trampolines, Target, Command Interpreter, C++ / Objective-C Language runtime
anatofuz
parents:
diff changeset
21 D: Expression evaluator, IR interpreter, Clang integration
anatofuz
parents:
diff changeset
22 D: Data Formatters
anatofuz
parents:
diff changeset
23
anatofuz
parents:
diff changeset
24 N: Ed Maste
anatofuz
parents:
diff changeset
25 E: emaste@freebsd.org
anatofuz
parents:
diff changeset
26 D: FreeBSD
anatofuz
parents:
diff changeset
27
anatofuz
parents:
diff changeset
28 N: Jason Molenda
anatofuz
parents:
diff changeset
29 E: jmolenda@apple.com
anatofuz
parents:
diff changeset
30 D: ABI, Disassembler, Unwinding, iOS, debugserver, Platform, ObjectFile, SymbolFile,
anatofuz
parents:
diff changeset
31 D: SymbolVendor, DWARF, gdb-remote
anatofuz
parents:
diff changeset
32
anatofuz
parents:
diff changeset
33 N: Kamil Rytarowski
anatofuz
parents:
diff changeset
34 E: kamil@netbsd.org
anatofuz
parents:
diff changeset
35 D: NetBSD
anatofuz
parents:
diff changeset
36
anatofuz
parents:
diff changeset
37 N: Zachary Turner
anatofuz
parents:
diff changeset
38 E: zturner@google.com
anatofuz
parents:
diff changeset
39 D: CMake build, Host (common+windows), Plugins/Process/Windows, Anything Windows-specific
anatofuz
parents:
diff changeset
40 D: Test suite
anatofuz
parents:
diff changeset
41
anatofuz
parents:
diff changeset
42 N: Pavel Labath
anatofuz
parents:
diff changeset
43 E: labath@google.com
anatofuz
parents:
diff changeset
44 D: Linux, Android