How does GDB/MI give the current frame

Nick Roberts nickrob@gnu.org
Sun Jul 11 22:49:00 GMT 2004


 > Nic, are you using the -var-obj for variables, in theory they
 > have the context i.e. should be thread aware ?

Ah yes, I can see that now. It seems a bit quirky and that you have to
do a -var-update for each thread. Also there's no way of seeing which
thread the variable object is for:

-var-info-expression var1
^done,lang="C",exp="y"
(gdb) 
-var-info-expression var2
^done,lang="C",exp="y"
(gdb) 

Nick



More information about the Gdb mailing list