From 39791af2a2191a2f7765d7809ecedcd0442138bf Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Tue, 4 Aug 2020 18:01:55 +0200 Subject: gdb: support for eBPF This patch adds basic support for the eBPF target: tdep and build machinery. The accompanying simulator is introduced in subsequent patches. gdb/ChangeLog: 2020-08-04 Weimin Pan Jose E. Marchesi * configure.tgt: Add entry for bpf-*-*. * Makefile.in (ALL_TARGET_OBS): Add bpf-tdep.o (ALLDEPFILES): Add bpf-tdep.c. * bpf-tdep.c: New file. * MAINTAINERS: Add bpf target and maintainer. gdb/doc/ChangeLog: 2020-08-04 Jose E. Marchesi * gdb.texinfo (Contributors): Add information for the eBPF support. (BPF): New section. --- gdb/MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/MAINTAINERS') diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index b6c31f6..9dd6f65 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -247,6 +247,9 @@ the native maintainer when resolving ABI issues. avr --target=avr ,-Werror + bpf --target=bpf-unknown-none + Jose E. Marchesi jose.marchesi@oracle.com + cris --target=cris-elf ,-Werror , (sim does not build with -Werror) -- cgit v1.1