summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.txt
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-11 16:26:46 +0000
committerZachary Turner <zturner@google.com>2015-03-11 16:26:46 +0000
commitf01c1e35e9c3461ffe35003c33b8656b9bf63e97 (patch)
treee65a354cd4dbe541d89c8ed943193808af9ce5f2 /CODE_OWNERS.txt
parent0e554a2dfd6e4af54a1373950bde5e1c76fa697d (diff)
Add a CODE_OWNERS.txt file to LLDB.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@231936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.txt')
-rw-r--r--CODE_OWNERS.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/CODE_OWNERS.txt b/CODE_OWNERS.txt
new file mode 100644
index 000000000..7b7e90ef3
--- /dev/null
+++ b/CODE_OWNERS.txt
@@ -0,0 +1,54 @@
+This file is a list of the people responsible for ensuring that patches for a
+particular part of LLDB are reviewed, either by themself or by someone else.
+They are also the gatekeepers for their part of LLDB, with the final word on
+what goes in or not.
+
+The list is sorted by surname and formatted to allow easy grepping and
+beautification by scripts. The fields are: name (N), email (E), web-address
+(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
+(S).
+
+N: Sean Callanan
+E: scallanan@apple.com
+D: Expression evaluator, IR interpreter, Clang integration
+
+N: Greg Clayton
+E: clayborg@gmail.com (Phabricator)
+E: gclayton@apple.com (Direct)
+D: Overall LLDB architecture, Host (common+macosx), Symbol, API, ABI, Mac-specific code,
+D: DynamicLoader, ObjectFile, IOHandler, EditLine, ValueObject, Watchpoints, debugserver
+D: Build scripts, Test suite, Platform, gdb-remote, Anything not covered by this file
+
+N: Enrico Granata
+E: egranata@apple.com
+D: Data Formatters, Core/Value*, Objective C Language runtime, Test suite, Xcode build
+D: SWIG
+
+N: Jim Ingham
+E: jingham@apple.com
+D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
+D: Watchpoints, Trampolines, Target, Command Interpreter, C++ / Objective C Language runtime
+
+N: Ilia K
+E: ki.stfu@gmail.com
+D: lldb-mi
+
+N: Ed Maste
+E: emaste@freebsd.org
+D: FreeBSD
+
+N: Jason Molenda
+E: jmolenda@apple.com
+D: ABI, Disassembler, Unwinding, iOS, debugserver, Platform
+
+N: Hafiz Abid Qadeer
+E: abidh.haq@gmail.com
+D: lldb-mi
+
+N: Zachary Turner
+E: zturner@google.com
+D: CMake build, Host (common+windows), Plugins/Process/Windows, Anything Windows-specific
+
+N: Oleksiy Vyalov
+E: ovyalov@google.com
+D: Linux, Android