Tom Tromey 7d21600b31 Check gdb_python_module in gdbpy_handle_missing_debuginfo
If you run gdb in the build tree without --data-directory, on a
program that does not have debug info, it will crash, because
gdbpy_handle_missing_debuginfo unconditionally uses gdb_python_module.

Other code in gdb using gdb_python_module checks it first and it
seemes harmless to do the same thing here.  (gdb_python_initialized
does not cover this case so that python can be partially initialized
and still somewhat work.)
2023-11-15 09:43:38 -07:00
..
2023-11-14 08:44:30 -07:00
2023-10-10 10:44:35 -04:00
2023-10-16 09:27:28 -06:00
2023-10-10 10:44:35 -04:00
2023-09-26 09:29:14 -06:00
2023-10-10 10:44:35 -04:00
2023-11-03 13:24:08 -06:00
2023-11-06 18:32:41 +01:00
2023-09-19 13:28:42 -06:00
2023-08-23 09:50:30 +01:00