[PATCH V5 1/3] gdb: support for eBPF

Jose E. Marchesi jose.marchesi@oracle.com
Mon Jul 13 13:30:57 GMT 2020


    > Date: Mon, 13 Jul 2020 14:24:56 +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-13  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
    > 	(ALLDEPFILES): Add bpf-tdep.c.
    > 	* bpf-tdep.c: New file.
    > 
    > gdb/doc/ChangeLog:
    > 
    > 2020-07-13  Jose E. Marchesi  <jose.marchesi@oracle.com>
    > 
    > 	* gdb.texinfo (Contributors): Add information for the eBPF
    > 	support.
    > 	(BPF): New section.
    
    I think I already approved the documentation parts, didn't I?
    
Yes, thanks :)


More information about the Gdb-patches mailing list