btashton commented on issue #2366:
URL: 
https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731850217


   @masayuki2009 I had to make an additional change to use `lookup_symbol` 
instead of `lookup_global_symbol` which returns a tuple with the first value as 
the symbol (or None).
   
   `python if (type(gdb.lookup_symbol("stm32_fpuconfig")[0]) is gdb.Symbol) : \`
   
   There are 22 different definitions of this {}_fpuconfig symbol so I am not 
quite sure what the change should be here. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to