Files
Tom Tromey 9e541c7918 Avoid crash with GCC trunk
With GCC trunk, gdb.ada/access_to_packed_array.exp causes a GDB crash.
The problem is that ptype tries to resolve a dynamic type.  However,
the inferior is not running, so there are no frames.

This patch updates dwarf2_evaluate_loc_desc::get_frame_base to handle
this situation.

gdb/ChangeLog
2021-05-17  Tom Tromey  <tromey@adacore.com>

	* dwarf2/loc.c (dwarf2_evaluate_loc_desc::get_frame_base): Throw
	if frame is null.
2021-05-17 13:07:25 -06:00
..
2021-04-21 16:57:31 -06:00
2021-04-21 16:57:31 -06:00
2021-03-20 17:23:40 -06:00
2021-03-20 17:23:40 -06:00
2021-05-17 13:07:25 -06:00
2021-03-28 10:43:15 -06:00
2021-03-18 12:08:41 -06:00
2021-03-31 09:48:56 -06:00