aboutsummaryrefslogtreecommitdiff
path: root/gdb/MAINTAINERS
AgeCommit message (Collapse)AuthorFilesLines
2024-06-04Add myself to gdb/MAINTAINERSDmitry Neverov1-0/+1
2024-04-15gdb: Add Felix Willgerodt as the x86 architecture maintainerJohn Baldwin1-0/+2
This includes both the i386 and x86-64 architectures.
2024-03-19Add myself to gdb/MAINTAINERSToby Lloyd Davies1-0/+1
2024-02-01MAINTAINERS: Update my e-mail address.Sandra Loosemore1-1/+1
2024-01-14Add myself to gdb/MAINTAINERSYang Liu1-0/+1
2024-01-08MAINTAINERS: Update my email addressJoseph Myers1-1/+1
2023-12-30MAINTAINERS: Update my email addressJoseph Myers1-1/+1
There will be another update in January.
2023-12-22gdb: add git trailer information on gdb/MAINTAINERSGuinevere Larsen1-8/+90
The project has been using Tested-By (tb), Reviewed-By (rb) and Approved-By (ab) for some time, but there has been no information to be found in the actual repository. This commit changes that by adding information about all git trailers to the MAINTAINERS file, so that it can be easily double-checked. Simply put, the trailers in use work as follows: * Tested-by: The person tested the patch and it fixes the problem, or introduces no regressions (or both). * Acked-by: The general outline looks good, but the maintainer hasn't looked at the code * Reviewed-by: The code looks good, but the reviewer has not approved the patch to go upstream * Approved-by: The patch is ready to be pushed to master These last 3 trailers can also be restricted to one or more areas of GDB by adding the areas in a comma separated list in parenthesis after the trailers. Finally, for completeness sake, the trailers Co-Authored-By and Bug were added, even though they have been in use for a long time already Reviewed-By: Kevin Buettner <kevinb@redhat.com> Reviewed-By: Luis Machado <luis.machado@arm.com> Approved-By: John Baldwin <jhb@FreeBSD.org>
2023-12-04gdb: add Ciaran Woodward to gdb/MAINTAINERSCiaran Woodward1-0/+1
2023-12-02gdb: Update Petr Tesarik's email address in gdb/MAINTAINERSPetr Tesarik1-1/+1
2023-11-14gdb/MAINTAINERS: add Guinevere Larsen as record-full maintainerSimon Marchi1-0/+1
Change-Id: I67d8361560ce0fa553b2983184c9d18df8dbeb4a
2023-11-14gdb/MAINTAINERS: add Luis Machado as global maintainerSimon Marchi1-1/+1
Change-Id: I211d64393f5c0da3c9ce1fcf5486504d34ed38f4
2023-11-14gdb/MAINTAINERS: add John Baldwin as global maintainerSimon Marchi1-1/+1
Change-Id: Ic9164fd19c3da1381302a17176e8f0f814e9ac6c
2023-11-14gdb: normalize whitespaces in MAINTAINERSSimon Marchi1-13/+13
Replace some spaces with tabs. Change-Id: I89bbabd6610219649e7e99cd0dd7b0ed66d69b09
2023-11-06gdb: Update email address for Carl Love in gdb/MAINTAINERSCarl Love1-1/+1
2023-09-29gdb: add Sam James to MAINTAINERSSam James1-0/+1
Acked-by: Tom de Vries <tdevries@suse.de>
2023-09-15gdb: remove -Werror annotations from MAINTAINERS fileSimon Marchi1-38/+37
I don't think these are useful nowadays, since we now expect all code to be -Werror clean (it's the default in development branches). Change-Id: I8c3b86c70d683bd41344d27add0ac2627a474d20 Approved-By: Tom Tromey <tom@tromey.com>
2023-09-15gdb: add Lancelot Six as maintainer of the AMD GPU portSimon Marchi1-0/+3
Lancelot has accepted to take the role of maintainer for the AMD GPU port. The AMD GPU port (amdgpu as I've written in the MAINTAINERS file) is an umbrella term for everything needed to make this work: the amdgcn arch, the amd-dbgapi target, solib-rocm, etc. Thanks for accepting the role, and congratulations! Change-Id: I4c898042fda49b45dcb0d54ca94731bb57287f71
2023-09-08gdb: add Abdul Basit Ijaz to gdb/MAINTAINERSIjaz, Abdul B1-0/+1
Signed-off-by: Ijaz, Abdul B <abdul.b.ijaz@intel.com>
2023-08-08Update my name in maintainers fileGuinevere Larsen1-1/+1
2023-07-30GDB Global Maintainer update (3 maintainers stepping down)Joel Brobecker1-5/+3
Doug Evans, Yao Qi and myself are stepping down as GDB Global Maintainers. This commit therefore moves our entries to the "Past Maintainers" section. I've also removed myself as Ada maintainer, as well as MIPS authorized committer.
2023-06-12Added self to W.A.A. maintainersSimon Farre1-0/+1
2023-05-22gdb: add Richard Bunt to gdb/MAINTAINERSRichard Bunt1-0/+1
2022-12-05gdb: Update my email address in MAINTAINERSThiago Jung Bauermann1-1/+1
2022-11-17Add myself to the gdb/MAINTAINERS write-after-approval listKévin Le Gouguec1-0/+1
2022-10-14gdb: add Torbjörn Svensson to gdb/MAINTAINERSTorbjörn SVENSSON1-0/+1
2022-09-06gdb: add Tsukasa Oi to gdb/MAINTAINERSTsukasa OI1-0/+1
2022-09-06gdb: move a write after approval entry into the correct placeAndrew Burgess1-1/+1
Noticed in passing that an entry in the MAINTAINERS write after approval list was in the wrong place.
2022-08-30[gdb/tdep] Declare score-*-* target obsoleteTom de Vries1-1/+0
I tried out the script gdb/gdb_mbuild.sh, and ran into: ... score-elf ... ... configure --target=score-elf ... make score-elf ... run score-elf score-elf: gdb dumped core Terminated ... Gdb runs into this internal error in initialize_current_architecture: ... if (! gdbarch_update_p (info)) internal_error (__FILE__, __LINE__, _("initialize_current_architecture: Selection of " "initial architecture failed")); ... The call to gdbarch_update_p fails because commit 575b4c298a6 ("gdb: Remove support for S+core") removed support for the architecture. Fix this by adding score-*-* to the list of obsolete targets in gdb/configure.tgt, such that we're no longer able to build the configuration: ... *** Configuration score-unknown-elf is obsolete. *** Support has been REMOVED. make: *** [Makefile:12806: configure-gdb] Error 1 ... Also remove the related line from the "Target Instruction Set Architectures" list in gdb/MAINTAINERS, such that gdb/gdb_mbuild.sh no longer tries to build it.
2022-08-18gdb: add Patrick Monnerat to gdb/MAINTAINERSPatrick Monnerat1-0/+1
2022-06-09gdb: add Yvan Roux to gdb/MAINTAINERSYvan Roux1-0/+1
2022-06-07Update my email address in gdb/MAINTAINERSEnze Li1-1/+1
2022-05-09[gdb] Make btrace maintainer entry more clearTom de Vries1-1/+2
Do: ... -record btrace <name> <email> +record + btrace <name> <email> ... to clarify that the listed maintainer is only maintainer of the btrace part of record.
2022-04-08gdb: add Nils-Christian Kempke to gdb/MAINTAINERSNils-Christian Kempke1-0/+1
Signed-off-by: Nils-Christian Kempke <nils-christian.kempke@intel.com>
2022-03-03Update my e-mail address in the MAINTAINERS fileLuis Machado1-3/+3
Update the information accordingly.
2022-03-01gdb: add Tiezhu Yang as LoongArch maintainerTiezhu Yang1-0/+4
The patch series "gdb: Add basic support for LoongArch" has been merged into master, list Tiezhu Yang as LoongArch maintainer. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
2022-01-28Add Bruno Larsen to gdb/MAINTAINERSBruno Larsen1-0/+1
2022-01-10gdb: add Tiezhu Yang to MAINTAINERSTiezhu Yang1-0/+1
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
2021-12-20Add Enze Li to gdb/MAINTAINERSEnze Li1-0/+1
2021-11-02gdb/sim: update my email addressAndrew Burgess1-3/+3
gdb: * MAINTAINERS (Global Maintainers): Update my address. (Responsible Maintainers): Likewise. (Write After Approval): Likewise. sim: * MAINTAINERS (Global Maintainers): Update my address.
2021-06-03Update my email address in MAINTAINERSPedro Alves1-3/+2
gdb/ChangeLog: yyyy-mm-dd Pedro Alves <pedro@palves.net> * MAINTAINERS (The Official FSF-appointed GDB Maintainers): Remove affiliation. (Global Maintainers): Update my address. (Write After Approval): Remove stale entry. Change-Id: I3266fedeebfa6800faa2217baf6c032408e84902
2021-06-03Add myself to gdb/MAINTAINERSMagne Hov1-0/+1
gdb/ChangeLog: 2021-06-03 Magne Hov <mhov@undo.io> * MAINTAINERS (Write After Approval): Add Magne Hov.
2021-05-20Add myself to gdb/MAINTAINERSAlexandra Hájková1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add myself.
2021-04-12Add myself to gdb/MAINTAINERSWill Schmidt1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add myself.
2021-01-22MAINTAINERS: Update my e-mail addressMaciej W. Rozycki1-2/+2
binutils/ * MAINTAINERS: Update my e-mail address. gdb/ * MAINTAINERS: Update my e-mail address. sim/ * MAINTAINERS: Update my e-mail address.
2021-01-14Add myself to gdb/MAINTAINERSLancelot SIX1-0/+1
gdb/ChangeLog: * MAINTAINERS (Wrate After Approval): Add myself.
2020-12-23Add myself to gdb/MAINTAINERSSamuel Thibault1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add myself.
2020-11-27Add Rogerio Alves to gdb/MAINTAINERS.Rogerio Alves1-0/+1
gdb/Changelog 2020-11-26 Rogerio Alves <rcardoso@linux.ibm.com> * MAINTAINERS (Write After Approval): Add myself.
2020-10-05Add Luis Machado to AArch64/ARM GDB maintainersAlan Hayward1-0/+2
gdb/ChangeLog: * MAINTAINERS (Responsible Maintainers): Add Luis Machado to AArch64/ARM maintainers.
2020-09-16Add myself to gdb/MAINTAINERS.Felix Willgerodt1-0/+1
gdb/ChangeLog: 2020-09-16 Felix Willgerodt <felix.willgerodt@intel.com> * MAINTAINERS (Write After Approval): Add myself.