<div dir="ltr"><div>Hi all,</div><div>I'm playing with the interpreter and I'm able to access to some GlobalVariable, if for instance used by a GEP instruction. I was wondering if it is possible to list all of them independently from the instruction I'm currently visiting and obviously the relative value. For instance, in my .ll I have something:</div><div><br></div><div>@.str.4.49 = private unnamed_addr constant [19 x i8] c" but running with \00", align 1<br>@.str.2.50 = private unnamed_addr constant [7 x i8] c"1.6.15\00", align 1<br>@.str.5.55 = private unnamed_addr constant [42 x i8] c"Unknown freer parameter in png_data_freer\00", align 1</div><div><br></div><div>Is it possible to iterate over them and get the values?</div><div><br></div><div>Thanks</div><div>Alberto<br></div><div><br></div></div>