From 7fed07d55e3b2bdcc0e61097f736e29293f3ca8c Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Wed, 16 Sep 2020 09:38:09 -0700 Subject: [PATCH] codeowners: Add myself to gdbstub Add myself as code owner for gdbstub. Signed-off-by: Flavio Ceolin --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 72f2f643dae..52af7d122a4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -371,6 +371,7 @@ /include/tracing/ @wentongwu @nashif /include/debug/ @nashif /include/debug/coredump.h @dcpleung +/include/debug/gdbstub.h @ceolin /include/device.h @wentongwu @nashif /include/devicetree.h @galak /include/display/ @vanwinkeljan @@ -480,6 +481,8 @@ /subsys/cpp/ @pabigot @vanwinkeljan /subsys/debug/ @nashif /subsys/debug/coredump/ @dcpleung +/subsys/debug/gdbstub/ @ceolin +/subsys/debug/gdbstub.c @ceolin /subsys/dfu/ @nvlsianpu /subsys/tracing/ @nashif @wentongwu /subsys/debug/asan_hacks.c @vanwinkeljan @aescolar @daor-oti