aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-08-31 13:01:00 -0600
committerTom Tromey <tromey@adacore.com>2023-09-07 14:04:53 -0600
commitaa15623fe68b3151ed54a7365b5a5226b538851a (patch)
tree692cd82047ca4bdcadbbac5ae9805e14ee46c3da /gdb/objc-lang.h
parentbe7d5d2c417a842452f5f5d4ed7fc8d058a970bf (diff)
downloadbinutils-aa15623fe68b3151ed54a7365b5a5226b538851a.zip
binutils-aa15623fe68b3151ed54a7365b5a5226b538851a.tar.gz
binutils-aa15623fe68b3151ed54a7365b5a5226b538851a.tar.bz2
Allow pretty-printer 'children' method to return strings
A user noticed that, while a pretty-printer can return Python strings from its "children" method, this does not really work for MI. I tracked this down to my_value_of_variable calling into c_value_of_variable, which specially handles arrays and structures -- not using the actual contents of the string. Now, this part of MI seems bad to me, but rather than change that, this applies the fix to only dynamic varobjs, which is the only scenario where a string like this can really be returned. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=18282 Reviewed-by: Keith Seitz <keiths@redhat.com>
Diffstat (limited to 'gdb/objc-lang.h')
0 files changed, 0 insertions, 0 deletions