[PATCH 1/2] gdb: support for eBPF

Eli Zaretskii eliz@gnu.org
Fri Jul 3 11:49:35 GMT 2020


> Date: Fri,  3 Jul 2020 12:37:12 +0200
> From: "Jose E. Marchesi via Gdb-patches" <gdb-patches@sourceware.org>
> 
> This patch adds basic support for the eBPF target: tdep and build
> machinery.  The accompanying simulator is introduced in subsequent
> patches.
> 
> gdb/ChangeLog:
> 
> 2020-07-03  Weimin Pan <weimin.pan@oracle.com>
> 	    Jose E. Marchesi  <jose.marchesi@oracle.com>
> 
> 	* configure.tgt: Add entry for bpf-*-*.
> 	* Makefile.in (ALL_TARGET_OBS): Add bpf-tdep.o
> 	(HFILES_NO_SRCDIR): Add bpf-tdep.h.
> 	(ALLDEPFILES): Add bpf-tdep.c.
> 	* bpf-tdep.h: New file.
> 	* bpf-tdep.c: Likewise.
> 
> gdb/doc/ChangeLog:
> 
> 2020-07-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
> 
> 	* gdb.texinfo (Contributors): Add information for the eBPF
> 	support.
> 	(BPF): New section.

Thanks, the documentation part is OK.

Should this be in NEWS?


More information about the Gdb-patches mailing list