| commit | b792eb47f25f577ccef365fc9a5c20d55fad42d5 | [log] [tgz] | 
|---|---|---|
| author | Markus Metzger <markus.t.metzger@intel.com> | Fri Feb 18 13:53:31 2022 +0100 | 
| committer | Markus Metzger <markus.t.metzger@intel.com> | Mon Mar 11 11:33:50 2024 +0000 | 
| tree | 4899bd4fbc070127365be307f190a7b09533b91f | |
| parent | 5eb2254a1d1d69980601e6530ee63e0e0e6a6c33 [diff] | 
gdb, btrace: fix error diagnostics
When we improved error messages in
    cd393cec3ab gdb, btrace: improve error messages
we cleared the original errno.  When the error reason can not be explained
in a more detailed error message, and we fall back to the default error
message, it now gives Success as error.
Restore the original errno to fix that.