commit | 1ccb6f106a77893b00287bbfbaa69f22f9567d2c | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Sep 24 13:06:32 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Tue Sep 24 13:06:32 2024 +0200 |
tree | ce8410fe1c17c40fbcdd084135024e0b79dcc70a | |
parent | 912bc231ab157fb05e988d8752ea348c3e65111f [diff] |
[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION Result of: ... $ search="GDB_PY_HANDLE_EXCEPTION (" $ replace="return gdbpy_handle_gdb_exception (nullptr, " $ sed -i \ "s/$search/$replace/" \ gdb/python/*.c ... Also remove the now unused GDB_PY_HANDLE_EXCEPTION. No functional changes. Tested on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com>