commit | 6a208145d24c47912c8beb4f1f4b9abeb8d51134 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Jan 23 15:21:05 2023 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Fri Mar 03 09:56:21 2023 +0000 |
tree | 1025b0a9db8cf372100a16bcfdf2337790c013cf | |
parent | 67748abf53b22fd0273bb374923c101c9d597094 [diff] |
gdb/python: replace strlen call with std::string::size call Small cleanup to use std::string::size instead of calling strlen on the result of std::string::c_str. Should be no user visible changes after this call.