commit | 50f8a39878d6c8cf4dfcb1d3333aa2a20daada0c | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Thu Aug 22 09:49:53 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Thu Aug 22 09:49:53 2024 +0200 |
tree | 8c550a230e5c2ec5271e51c2517faca595f59497 | |
parent | 365b32b9c7792cb5fb67c658ea28b1c3a7a8ef71 [diff] |
[gdb] Add const to catch gdb_exception I did a review of lines containing "catch (gdb_exception" and found a few where we can add const. Tested on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com>