commit | cd393cec3ab21f6e8b984dea5dafe2c7a5aec892 | [log] [tgz] |
---|---|---|
author | Markus Metzger <markus.t.metzger@intel.com> | Mon Jan 31 07:24:54 2022 +0100 |
committer | Markus Metzger <markus.t.metzger@intel.com> | Tue Feb 01 17:44:38 2022 +0100 |
tree | 768a2becd883fa544d482832bc9d153e490824c4 | |
parent | 219c04fc3b3f7e7e19fc5f8d47e5036c7a80377f [diff] |
gdb, btrace: improve error messages When trying to use 'record btrace' on a system that does not support it, the error message isn't as clear as it could be. See https://sourceware.org/pipermail/gdb/2022-January/049870.html. Improve the error message in a few cases. Reported-by: Simon Sobisch <simonsobisch@gnu.org>