summaryrefslogtreecommitdiff
path: root/lldb/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
commit5178125abd110ab0ab2a579d88dd2859bd0935ed (patch)
tree355cbdc18d7adb9a50e86c14937a15037dcc0d04 /lldb/CODE_OWNERS.txt
parent7263c35440b28f6b06c0e163b10b9f460a3d37ae (diff)
downloadllvm-5178125abd110ab0ab2a579d88dd2859bd0935ed.tar.gz
Add a CODE_OWNERS.txt file to LLDB.
llvm-svn: 231936
Diffstat (limited to 'lldb/CODE_OWNERS.txt')
-rw-r--r--lldb/CODE_OWNERS.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/lldb/CODE_OWNERS.txt b/lldb/CODE_OWNERS.txt
new file mode 100644
index 000000000000..7b7e90ef36a4
--- /dev/null
+++ b/lldb/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