From 63cd760776dd9cfc14525acfe7f1af02e9aa2fb8 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 13 Feb 2017 00:50:48 -0500 Subject: unit context: added symbol characteristics and DATA support. --- src/internal/mdso_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index 6b092dc..dc658af 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -28,6 +28,7 @@ enum app_tags { struct mdso_expsyms { char * buffer; + int * stype; const char * syms[]; }; -- cgit v1.2.3