diff options
author | Tom Tromey <tromey@adacore.com> | 2022-09-07 14:01:13 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-01-03 08:45:01 -0700 |
commit | 3360bae61faee3b57e4defa33cd7387be5c0dea8 (patch) | |
tree | 93b121dd0d88dcda698c2fb65f8ffd6704c62165 /gdb/python | |
parent | 911627e7b1bc682a18ac5a976eb33cd87d73578f (diff) | |
download | binutils-3360bae61faee3b57e4defa33cd7387be5c0dea8.zip binutils-3360bae61faee3b57e4defa33cd7387be5c0dea8.tar.gz binutils-3360bae61faee3b57e4defa33cd7387be5c0dea8.tar.bz2 |
Use value_at_non_lval in get_call_return_value
get_call_return_value can handle RETURN_VALUE_STRUCT_CONVENTION,
because the call is completely managed by gdb. However, it does not
handle variably-sized types correctly. The simplest way to fix this
is to use value_at_non_lval, which does type resolution.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions