GNOME Bugzilla – Bug 794194
gobject_gdb.py: 'address' is a property of gdb.Value not a function
Last modified: 2018-03-13 11:29:18 UTC
Created attachment 369482 [details] [review] gobject_gdb.py: 'address' is a property of gdb.Value not a function 'address' started out as a function, but it was changed to a property before the gdb Python support was release with gdb 7.0. Here is the corresponding commit in gdb: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=c0c6f77785d5f523f929919b66cf90bcd273a9fe
Review of attachment 369482 [details] [review]: Indeed: https://sourceware.org/gdb/current/onlinedocs/gdb/Values-From-Inferior.html#index-Value_002eaddress
Fixed in master for 2.56.1.