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:31 -07:00
2023-10-02 17:06:40 +01:00
2023-07-04 12:07:16 +01:00
2023-10-05 13:20:50 -04:00
2023-07-04 12:07:16 +01:00
2023-09-19 08:14:00 -06:00
2023-05-05 18:24:42 +01:00
2023-05-05 18:24:42 +01:00
2023-08-02 23:14:58 +02:00
2023-07-03 11:35:18 -06:00
2023-10-02 17:06:40 +01:00
2023-05-05 18:24:42 +01:00
2023-10-05 13:20:50 -04:00
2023-05-05 18:24:42 +01:00
2023-10-10 10:44:35 -04:00
2023-11-14 08:44:30 -07:00
2023-05-04 08:58:18 -06:00
2023-05-05 18:24:42 +01:00
2023-05-05 18:24:42 +01:00
2023-10-10 10:44:35 -04:00
2023-08-24 13:40:38 +02:00
2023-05-05 18:24:42 +01:00
2023-10-16 09:27:28 -06:00
2023-05-05 18:24:42 +01:00
2023-05-05 18:24:42 +01:00
2023-10-10 11:22:56 +01:00
2023-10-10 11:22:56 +01:00
2023-10-05 13:20:50 -04:00
2023-10-10 10:44:35 -04:00
2023-08-14 18:32:29 +02:00
2023-09-26 09:29:14 -06:00
2023-11-14 12:02:47 +00:00
2023-10-10 10:44:35 -04:00
2023-05-31 09:27:17 +02:00
2023-05-05 18:24:42 +01:00
2023-11-03 13:24:08 -06:00
2023-09-20 11:45:16 -06:00
2023-05-05 18:24:42 +01:00
2023-06-19 16:17:21 +02:00
2023-11-06 18:32:41 +01:00
2023-09-19 13:28:42 -06:00
2023-10-16 10:01:22 +01:00
2023-09-20 11:45:16 -06:00
2023-10-26 18:27:17 +01:00
2023-08-23 09:50:30 +01:00
2023-05-05 18:24:42 +01:00
2023-10-10 11:22:56 +01:00
2023-11-15 09:43:38 -07:00