binutils-gdb/gdb/testsuite/gdb.ada
Pedro Alves 45db7c09c3 [Ada catchpoints] Fix "warning: failed to get exception name: No definition of \"e.full_name\" in current context"
Looking at testsuite results, I noticed this warning in an MI test:

 ~"\nCatchpoint "
 ~"2, "
 &"warning: failed to get exception name: No definition of \"e.full_name\" in current context.\n"
 ~"exception at 0x000000000040192d in foo () at /home/pedro/brno/pedro/gdb/mygit/src/gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb:20\n"
 ~"20\t      raise Constraint_Error;  -- SPOT1\n"
 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",exception-name="CONSTRAINT_ERROR",frame={addr="0x000000000040192d",func="foo",args=[],file="/home/pedro/brno/pedro/gdb/mygit/src/gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb",fullname="/home/pedro/brno/pedro/gdb/mygit/src/gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb",line="20"},thread-id="1",stopped-threads="all",core="5"
 (gdb)
 PASS: gdb.ada/mi_catch_ex.exp: continue until CE caught by all-exceptions catchpoint

The problem is that:

  - MI prints the breakpoint hit twice: once on the MI stream;
    another time on the console stream.

  - After printing the Ada catchpoint hit, gdb selects a non-current
    frame, from within the catchpoint's print_it routine.

So the second time the breakpoint is printed, the selected frame is no
longer the current frame, and then evaluating e.full_name in
ada_exception_name_addr fails.

This commit fixes the problem and enhances the gdb.ada/mi_catch_ex.exp
test to make sure the catchpoint hit is printed correctly on the
console stream too.

gdb/ChangeLog:
2016-06-21  Pedro Alves  <palves@redhat.com>

	* ada-lang.c (ada_exception_name_addr_1): Add comment.
	(print_it_exception): Select the current frame.

gdb/testsuite/ChangeLog:
2016-06-21  Pedro Alves  <palves@redhat.com>

	* gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
	(top level): Use it instead of mi_execute_to.
2016-06-21 01:11:43 +01:00
..
O2_float_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
access_to_packed_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
addr_arith GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
aliased_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arr_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_bounds GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_char_idx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_of_variable_length GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_ptr_renaming GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_return GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_subscript_addr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arraydim GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayidx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayparam GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayptr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
atomic_enum GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
attr_ref_and_charlit GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bad-task-bp-keyword GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_enum_homonym GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_on_var GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_range_type GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_reset GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
byte_packed_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
call_pn GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
catch_ex GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_enum GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
complete GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cond_lang GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
disc_arr_bound GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dot_all GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_arrayidx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_loc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
enum_idx_packed GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exec_changed GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
expr_delims GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exprs GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fin_fun_out GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_cmp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_points GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
float_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
formatted_ref GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
frame_args GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fullname_bp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_addr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_in_declare GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_overload_menu GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_renaming GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_char GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_ref GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
homonym GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_exc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_locals_renaming GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
int_deref GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
interface GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
iwide GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
lang_switch GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_catch_ex GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_dyn_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_ex_cond GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_exc_info GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_interface GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_arg GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_info GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_var_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mod_from_name GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
n_arr_bound GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
nested GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_record GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
operator_bp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
optim_drec GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
out_of_line_in_inlined GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_tagged GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_arr_ren GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_neg GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pkd_arr_elem GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pp-rec-component GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print_chars GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptr_typedef GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_field GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_tagged_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
py_range GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rdv_wait GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_comp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_return GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_tick_size GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
same_enum GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_pckd_arr_elt GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_wstr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
small_reg_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
start GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_ref_cmp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_uninit GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
sym_print_name GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
taft_type GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_access GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_not_init GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
task_bp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tasks GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_last_segv GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_length_array_enum_idx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
type_coercion GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unc_arr_ptr_in_var_rec GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
uninitialized_vars GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_attrs GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_typedef GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_rec_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
variant_record_packed_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
watch_arg GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
whatis_array_val GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
widewide GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
win_fu_syms GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
O2_float_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
access_to_packed_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
addr_arith.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
aliased_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arr_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_bounds.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_char_idx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_of_variable_length.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_ptr_renaming.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_return.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_subscript_addr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arraydim.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayidx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayparam.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayptr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
assign_1.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
atomic_enum.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
attr_ref_and_charlit.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bad-task-bp-keyword.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
boolean_expr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_enum_homonym.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_on_var.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_range_type.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_reset.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
byte_packed_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
call_pn.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
catch_ex.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_enum.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
complete.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cond_lang.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
disc_arr_bound.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dot_all.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_arrayidx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_loc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
enum_idx_packed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exec_changed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
expr_delims.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exprs.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fin_fun_out.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_cmp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_points.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
float_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
formatted_ref.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
frame_args.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fullname_bp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_addr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_in_declare.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_overload_menu.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_renaming.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_char.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_ref.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
homonym.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_exc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_locals_renaming.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_types.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_types.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
int_deref.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
interface.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
iwide.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
lang_switch.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_catch_ex.exp [Ada catchpoints] Fix "warning: failed to get exception name: No definition of \"e.full_name\" in current context" 2016-06-21 01:11:43 +01:00
mi_dyn_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_ex_cond.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_exc_info.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_interface.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_arg.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_info.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_var_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mod_from_name.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
n_arr_bound.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
nested.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_record.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
operator_bp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
optim_drec.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
out_of_line_in_inlined.exp PR 15231: import bare DW_TAG_lexical_block 2016-05-30 14:14:43 +02:00
packed_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_tagged.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_arr_ren.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_neg.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pkd_arr_elem.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pp-rec-component.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pp-rec-component.py GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print_chars.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print_pc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptr_typedef.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_arith_binop.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_field.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_tagged_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
py_range.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rdv_wait.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_comp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_return.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_tick_size.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
same_enum.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_pckd_arr_elt.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_wstr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
small_reg_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
start.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_ref_cmp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_uninit.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
sym_print_name.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
taft_type.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_access.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_not_init.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
task_bp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tasks.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_last_segv.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_length_array_enum_idx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
type_coercion.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unc_arr_ptr_in_var_rec.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
uninitialized_vars.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_attrs.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_typedef.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_rec_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
variant_record_packed_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
watch_arg.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
whatis_array_val.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
widewide.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
win_fu_syms.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00