binutils-gdb/gdb/testsuite/gdb.base
Tom Tromey f8eba3c616 the "ambiguous linespec" series
gdb
2011-12-06  Joel Brobecker  <brobecker@acacore.com>

        * language.h (struct language_defn): Add new component
        la_symbol_name_compare.
        * symfile.h (struct quick_symbol_functions): Update the profile
        of parameter "name_matcher" for the expand_symtabs_matching
        method.  Update the documentation accordingly.
        * ada-lang.h (ada_name_for_lookup): Add declaration.
        * ada-lang.c (ada_name_for_lookup): New function, extracted out
        from ada_iterate_over_symbols.
        (ada_iterate_over_symbols): Do not encode symbol name anymore.
        (ada_expand_partial_symbol_name): Adjust profile.
        (ada_language_defn): Add value for la_symbol_name_compare field.
        * linespec.c: #include "ada-lang.h".
        (iterate_name_matcher): Add language parameter. Replace call
        to strcmp_iw by call to language->la_symbol_name_compare.
        (decode_variable): Encode COPY if current language is Ada.
        * dwarf2read.c (dw2_expand_symtabs_matching): Adjust profile
        of name_matcher parameter.  Adjust call to name_matcher.
        * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
        (expand_partial_symbol_names): Update profile of parameter "fun".
        * psymtab.h (expand_partial_symbol_names): Update profile of
        parameter "fun".
        * symtab.c (demangle_for_lookup): Update function documentation.
        (search_symbols_name_matches): Add language parameter.
        (expand_partial_symbol_name): Likewise.
        * c-lang.c (c_language_defn, cplus_language_defn)
        (asm_language_defn, minimal_language_defn): Add value for
        la_symbol_name_compare field.
        * d-lang.c (d_language_defn): Likewise.
        * f-lang.c (f_language_defn): Ditto.
        * jv-lang.c (java_language_defn): Ditto.
        * m2-lang.c (m2_language_defn): Ditto.
        * objc-lang.c (objc_language_defn): Ditto.
        * opencl-lang.c (opencl_language_defn): Ditto.
        * p-lang.c (pascal_language_defn): Ditto.
        * language.c (unknown_language_defn, auto_language_defn)
        (local_language_defn): Ditto.

2011-12-06  Tom Tromey  <tromey@redhat.com>

	* linespec.c (iterate_over_all_matching_symtabs): Use
	LA_ITERATE_OVER_SYMBOLS.
	(lookup_prefix_sym, add_matching_symbols_to_info): Likewise.
	(find_function_symbols, decode_variable): Remove Ada special
	case.
	* language.h (struct language_defn) <la_iterate_over_symbols>: New
	field.
	(LA_ITERATE_OVER_SYMBOLS): New macro.
	* language.c (unknown_language_defn, auto_language_defn)
	(local_language_defn): Update.
	* c-lang.c (c_language_defn, cplus_language_defn)
	(asm_language_defn, minimal_language_defn): Update.
	* d-lang.c (d_language_defn): Update.
	* f-lang.c (f_language_defn): Update.
	* jv-lang.c (java_language_defn): Update.
	* m2-lang.c (m2_language_defn): Update.
	* objc-lang.c (objc_language_defn): Update.
	* opencl-lang.c (opencl_language_defn): Update.
	* p-lang.c (pascal_language_defn): Update.
	* ada-lang.c (ada_iterate_over_symbols): New function.
	(ada_language_defn): Update.

2011-12-06  Tom Tromey  <tromey@redhat.com>
	    Joel Brobecker  <brobecker@acacore.com>

	PR breakpoints/13105, PR objc/8341, PR objc/8343, PR objc/8366,
	PR objc/8535, PR breakpoints/11657, PR breakpoints/11970,
	PR breakpoints/12023, PR breakpoints/12334, PR breakpoints/12856,
	PR shlibs/8929, PR shlibs/7393:
	* python/py-type.c (compare_maybe_null_strings): Rename from
	compare_strings.
	(check_types_equal): Update.
	* utils.c (compare_strings): New function.
	* tui/tui-winsource.c (tui_update_breakpoint_info): Update for
	location changes.
	* tracepoint.c (scope_info): Update.
	(trace_find_line_command): Use DECODE_LINE_FUNFIRSTLINE.
	* symtab.h (iterate_over_minimal_symbols)
	(iterate_over_some_symtabs, iterate_over_symtabs)
	(find_pcs_for_symtab_line, iterate_over_symbols)
	(demangle_for_lookup): Declare.
	(expand_line_sal): Remove.
	* symtab.c (iterate_over_some_symtabs, iterate_over_symtabs)
	(lookup_symtab_callback): New functions.
	(lookup_symtab): Rewrite.
	(demangle_for_lookup): New function, extract from
	lookup_symbol_in_language.
	(lookup_symbol_in_language): Use it.
	(iterate_over_symbols): New function.
	(find_line_symtab): Update.
	(find_pcs_for_symtab_line): New functions.
	(find_line_common): Add 'start' argument.
	(decode_line_spec): Update.  Change argument to 'flags', change
	interpretation.
	(append_expanded_sal): Remove.
	(append_exact_match_to_sals): Remove.
	(expand_line_sal): Remove.
	* symfile.h (struct quick_symbol_functions) <lookup_symtab>:
	Remove.
	<map_symtabs_matching_filename>: New field.
	* stack.c (func_command): Only look in the current program space.
	Use DECODE_LINE_FUNFIRSTLINE.
	* source.c (line_info): Set pspace on sal.  Check program space in
	the loop.  Use DECODE_LINE_LIST_MODE.
	(select_source_symtab): Use DECODE_LINE_FUNFIRSTLINE.
	* solib-target.c: Remove DEF_VEC_I(CORE_ADDR).
	* python/python.c (gdbpy_decode_line): Update.
	* psymtab.c (partial_map_expand_apply): New function.
	(partial_map_symtabs_matching_filename): Rename from
	lookup_partial_symbol.  Update arguments.
	(lookup_symtab_via_partial_symtab): Remove.
	(psym_functions): Update.
	* objc-lang.h (parse_selector, parse_method): Don't declare.
	(find_imps): Update.
	* objc-lang.c (parse_selector, parse_method): Now static.
	(find_methods): Change arguments.  Fill in a vector of symbol
	names.
	(uniquify_strings): New function.
	(find_imps): Change arguments.
	* minsyms.c (iterate_over_minimal_symbols): New function.
	* linespec.h (enum decode_line_flags): New.
	(struct linespec_sals): New.
	(struct linespec_result) <canonical>: Remove.
	<pre_expanded, addr_string, sals>: New fields.
	(destroy_linespec_result, make_cleanup_destroy_linespec_result)
	(decode_line_full): Declare.
	(decode_line_1): Update.
	* linespec.c (struct address_entry, struct linespec_state, struct
	collect_info): New types.
	(add_sal_to_sals_basic, add_sal_to_sals, hash_address_entry)
	(eq_address_entry, maybe_add_address): New functions.
	(total_number_of_methods): Remove.
	(iterate_name_matcher, iterate_over_all_matching_symtabs): New
	functions.
	(find_methods): Change arguments.  Don't canonicalize input.
	Simplify logic.
	(add_matching_methods, add_constructors)
	(build_canonical_line_spec): Remove.
	(filter_results, convert_results_to_lsals): New functions.
	(decode_line_2): Change arguments.  Rewrite for new data
	structures.
	(decode_line_internal): Rename from decode_line_1.  Change
	arguments.  Add cleanups.  Update for new data structures.
	(linespec_state_constructor, linespec_state_destructor)
	(decode_line_full, decode_line_1): New functions.
	(decode_indirect): Change arguments.  Update.
	(locate_first_half): Use skip_spaces.
	(decode_objc): Change arguments.  Update for new data structures.
	Simplify logic.
	(decode_compound): Change arguments.  Add cleanups.  Remove
	fallback code, replace with error.
	(struct decode_compound_collector): New type.
	(collect_one_symbol): New function.
	(lookup_prefix_sym): Change arguments.  Update.
	(compare_symbol_name, add_all_symbol_names_from_pspace)
	(find_superclass_methods ): New functions.
	(find_method): Rewrite.
	(struct symtab_collector): New type.
	(add_symtabs_to_list, collect_symtabs_from_filename): New
	functions.
	(symtabs_from_filename): Change API.  Rename from
	symtab_from_filename.
	(collect_function_symbols): New function.
	(find_function_symbols): Change API.  Rename from
	find_function_symbol.  Rewrite.
	(decode_all_digits): Change arguments.  Rewrite.
	(decode_dollar): Change arguments.  Use decode_variable.
	(decode_label): Change arguments.  Rewrite.
	(collect_symbols): New function.
	(minsym_found): Change arguments.  Rewrite.
	(check_minsym, search_minsyms_for_name)
	(add_matching_symbols_to_info): New function.
	(decode_variable): Change arguments.  Iterate over all symbols.
	(symbol_found): Remove.
	(symbol_to_sal): New function.
	(init_linespec_result, destroy_linespec_result)
	(cleanup_linespec_result, make_cleanup_destroy_linespec_result):
	New functions.
	(decode_digits_list_mode, decode_digits_ordinary): New functions.
	* dwarf2read.c (dw2_map_expand_apply): New function.
	(dw2_map_symtabs_matching_filename): Rename from
	dw2_lookup_symtab.  Change arguments.
	(dwarf2_gdb_index_functions): Update.
	* dwarf2loc.c: Remove DEF_VEC_I(CORE_ADDR).
	* defs.h (compare_strings): Declare.
	* cli/cli-cmds.c (compare_strings): Move to utils.c.
	(edit_command, list_command): Use DECODE_LINE_LIST_MODE.  Call
	filter_sals.
	(compare_symtabs, filter_sals): New functions.
	* breakpoint.h (struct bp_location) <line_number, source_file>:
	New fields.
	(struct breakpoint) <line_number, source_file>: Remove.
	<filter>: New field.
	* breakpoint.c (print_breakpoint_location, init_raw_breakpoint)
	(momentary_breakpoint_from_master, add_location_to_breakpoint):
	Update for changes to locations.
	(init_breakpoint_sal): Add 'filter' argument.  Set 'filter' on
	breakpoint.
	(create_breakpoint_sal): Add 'filter' argument.
	(remove_sal, expand_line_sal_maybe): Remove.
	(create_breakpoints_sal): Remove 'sals' argument.  Handle
	pre-expanded sals and the filter.
	(parse_breakpoint_sals): Use decode_line_full.
	(check_fast_tracepoint_sals): Use get_sal_arch.
	(create_breakpoint): Create a linespec_sals.  Update.
	(break_range_command): Use decode_line_full.  Update.
	(until_break_command): Update.
	(clear_command): Update match conditions for linespec.c changes.
	Use DECODE_LINE_LIST_MODE.
	(say_where): Update for changes to locations.
	(bp_location_dtor): Free 'source_file'.
	(base_breakpoint_dtor): Free 'filter'.  Don't free 'source_file'.
	(update_static_tracepoint): Update for changes to locations.
	(update_breakpoint_locations): Disable ranged breakpoint if too
	many locations match.  Update.
	(addr_string_to_sals): Use decode_line_full.  Resolve all sal
	PCs.
	(breakpoint_re_set_default): Don't call expand_line_sal_maybe.
	(decode_line_spec_1): Update.  Change argument name to 'flags',
	change interpretation.
	* block.h (block_containing_function): Declare.
	* block.c (block_containing_function): New function.
	* skip.c (skip_function_command): Update.
	(skip_re_set): Update.
	* infcmd.c (jump_command): Use DECODE_LINE_FUNFIRSTLINE.
	* mi/mi-main.c (mi_cmd_trace_find): Use DECODE_LINE_FUNFIRSTLINE.
	* NEWS: Add entry.

2011-12-06  Tom Tromey  <tromey@redhat.com>

	* elfread.c (elf_gnu_ifunc_resolver_return_stop): Allow
	breakpoint's pspace to be NULL.
	* breakpoint.h (struct breakpoint) <pspace>: Update comment.
	* breakpoint.c (init_raw_breakpoint): Conditionally set
	breakpoint's pspace.
	(init_breakpoint_sal): Don't set breakpoint's pspace.
	(prepare_re_set_context): Conditionally switch program space.
	(addr_string_to_sals): Check executing_startup on location's
	program space.

2011-12-06  Tom Tromey  <tromey@redhat.com>

	* breakpoint.h (enum enable_state) <bp_startup_disabled>: Remove.
	* breakpoint.c (should_be_inserted): Explicitly check if program
	space is executing startup.
	(describe_other_breakpoints): Update.
	(disable_breakpoints_before_startup): Change executing_startup
	earlier.  Remove loop.
	(enable_breakpoints_after_startup): Likewise.
	(init_breakpoint_sal): Don't use bp_startup_disabled.
	(create_breakpoint): Don't use bp_startup_disabled.
	(update_global_location_list): Use should_be_inserted.
	(bkpt_re_set): Update.
gdb/testsuite
2011-12-06  Joel Brobecker  <brobecker@acacore.com>

        * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
        involving a fully qualified function name.

2011-12-06  Tom Tromey  <tromey@redhat.com>

	* gdb.ada/homonym.exp: Add three breakpoint tests.

2011-12-06  Tom Tromey  <tromey@redhat.com>

	* gdb.base/solib-weak.exp (do_test): Remove kfail.
	* gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
	* gdb.objc/objcdecode.exp: Update for output changes.
	* gdb.linespec/linespec.exp: New file.
	* gdb.linespec/lspec.cc: New file.
	* gdb.linespec/lspec.h: New file.
	* gdb.linespec/body.h: New file.
	* gdb.linespec/base/two/thefile.cc: New file.
	* gdb.linespec/base/one/thefile.cc: New file.
	* gdb.linespec/Makefile.in: New file.
	* gdb.cp/templates.exp (test_template_breakpoints): Update for
	output changes.
	* gdb.cp/re-set-overloaded.exp: Remove kfail.
	* gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
	makes one breakpoint.
	* gdb.cp/method2.exp (test_break): Update for output changes.
	* gdb.cp/mb-templates.exp: Update for output changes.
	* gdb.cp/mb-inline.exp: Update for output changes.
	* gdb.cp/mb-ctor.exp: Update for output changes.
	* gdb.cp/ovsrch.exp: Use fully-qualified names.
	* gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
	has multiple matches.
	* gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
	error message change.
	* gdb.base/list.exp (test_list_filename_and_number): Update for
	error message change.
	* gdb.base/break.exp: Disable pending breakpoints.  Update for
	output changes.
	* configure.ac: Add gdb.linespec.
	* configure: Rebuild.
	* Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
gdb/doc
2011-12-06  Tom Tromey  <tromey@redhat.com>

	* gdb.texinfo (Set Breaks): Update for new behavior.
2011-12-06 18:54:43 +00:00
..
comp-dir/subdir gdb/testsuite/ 2010-02-16 20:18:53 +00:00
Makefile.in 2011-10-06 Justin Lebar <justin.lebar@gmail.com> 2011-11-01 14:51:25 +00:00
a2-run.exp gdb: 2011-05-04 19:28:16 +00:00
advance.c
advance.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
alias.exp Add new "alias" command. 2011-10-09 22:21:43 +00:00
all-bin.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
all-types.c
annota1.c
annota1.exp 2011-09-08 Pedro Alves <pedro@codesourcery.com> 2011-09-08 14:56:34 +00:00
annota3.c
annota3.exp 2011-09-08 Pedro Alves <pedro@codesourcery.com> 2011-09-08 14:56:34 +00:00
anon.c gdb 2010-09-30 18:58:08 +00:00
anon.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
args.c
args.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
arithmet.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
arrayidx.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
arrayidx.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
assign.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
async-shell.c gdb/ 2011-06-07 17:26:47 +00:00
async-shell.exp gdb/testsuite/ 2011-10-28 17:32:30 +00:00
async.c
async.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
attach-pie-misread.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
attach-pie-misread.exp gdb/testsuite/ 2011-10-28 17:32:30 +00:00
attach-pie-noexec.c * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p, 2011-10-18 14:00:42 +00:00
attach-pie-noexec.exp * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p, 2011-10-18 14:00:42 +00:00
attach.c
attach.exp gdb 2011-03-07 16:03:04 +00:00
attach2.c
auxv.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
auxv.exp 2010-06-01 Michael Snyder <msnyder@vmware.com> 2010-06-01 21:29:21 +00:00
average.c
bang.exp gdb 2011-03-07 16:03:04 +00:00
bar.c
baz.c
bfp-test.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
bfp-test.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
bigcore.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
bigcore.exp gdb 2011-04-19 18:04:11 +00:00
bitfields.c PR gdb/10565 2009-08-28 18:50:49 +00:00
bitfields.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
bitfields2.c
bitfields2.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
bitops.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
branches.c
break-always.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
break-always.exp 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> 2011-08-03 21:17:09 +00:00
break-entry.exp gdb/testsuite/ 2011-12-03 20:20:29 +00:00
break-interp-lib.c gdb/ 2011-04-17 19:17:10 +00:00
break-interp-main.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
break-interp.exp gdb/testsuite/ 2011-10-28 17:32:30 +00:00
break-on-linker-gcd-function.cc ChangeLog: 2011-03-16 18:16:26 +00:00
break-on-linker-gcd-function.exp ChangeLog: 2011-03-16 18:16:26 +00:00
break.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
break.exp the "ambiguous linespec" series 2011-12-06 18:54:43 +00:00
break1.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
breakpoint-shadow.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
breakpoint-shadow.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
call-ar-st.c
call-ar-st.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
call-rt-st.c
call-rt-st.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
call-sc.c gdb/ 2011-07-05 04:35:00 +00:00
call-sc.exp gdb 2011-04-19 18:04:11 +00:00
call-signal-resume.exp * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in 2011-03-09 14:17:05 +00:00
call-signals.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
call-strs.c
call-strs.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
callexit.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
callexit.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
callfuncs.c 2011-05-30 Yao Qi <yao@codesourcery.com> 2011-05-30 02:51:58 +00:00
callfuncs.exp ChangeLog: 2011-12-06 14:14:50 +00:00
catch-syscall.c Forgot to add these files. They are referent to the last commit, 2009-09-15 03:32:06 +00:00
catch-syscall.exp gdb 2011-03-07 16:03:04 +00:00
charset-malloc.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
charset.c gdb 2011-05-23 20:27:23 +00:00
charset.exp gdb 2011-05-23 20:27:23 +00:00
checkpoint.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
checkpoint.exp gdb 2011-03-07 16:03:04 +00:00
chng-syms.c
chng-syms.exp gdb 2011-03-07 16:03:04 +00:00
code-expr.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
code_elim.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
code_elim1.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
code_elim2.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
commands.exp gdb/testsuite/ 2011-11-03 17:43:51 +00:00
completion.exp gdb/testsuite/ 2011-05-04 14:46:17 +00:00
complex.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
complex.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cond-expr.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
condbreak.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
consecutive.c
consecutive.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
constvars.c gdb: 2010-10-06 16:13:35 +00:00
constvars.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
corefile.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
coremaker.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
coremaker2.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cursal.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cursal.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cvexpr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
cvexpr.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
d10v.ld
d10vovly.c
dbx.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
default.exp gdb/testsuite/ 2011-12-03 20:20:29 +00:00
define.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
del.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
del.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
detach.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dfp-exprs.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dfp-test.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dfp-test.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
disasm-end-cu-1.c http://sourceware.org/ml/gdb-patches/2010-12/msg00300.html 2011-02-03 14:45:37 +00:00
disasm-end-cu-2.c http://sourceware.org/ml/gdb-patches/2010-12/msg00300.html 2011-02-03 14:45:37 +00:00
disasm-end-cu.exp http://sourceware.org/ml/gdb-patches/2010-12/msg00300.html 2011-02-03 14:45:37 +00:00
disp-step-fork.c gdb/testsuite/ 2011-09-17 13:34:01 +00:00
disp-step-syscall.exp gdb/testsuite/ 2011-10-16 08:42:04 +00:00
disp-step-vfork.c gdb/testsuite/ 2011-09-17 13:34:01 +00:00
display.c 2011-08-09 Pedro Alves <pedro@codesourcery.com> 2011-08-09 16:21:18 +00:00
display.exp gdb/testsuite/ 2011-12-03 20:20:29 +00:00
dump.c
dump.exp 2011-07-02 Yao Qi <yao@codesourcery.com> 2011-07-01 16:42:42 +00:00
dup-sect.S run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
dup-sect.exp 2011-01-19 Yao Qi <yao@codesourcery.com> 2011-01-19 20:26:10 +00:00
echo.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ena-dis-br.exp 2011-02-21 Michael Snyder <msnyder@vmware.com> 2011-02-23 19:20:39 +00:00
ending-run.c
ending-run.exp gdb/testsuite/ 2011-12-03 20:20:29 +00:00
environ.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
eu-strip-infcall.c bfd/ 2011-04-17 18:38:46 +00:00
eu-strip-infcall.exp bfd/ 2011-04-17 18:38:46 +00:00
eval-skip.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
eval.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
exe-lock.exp gdb 2011-03-07 16:03:04 +00:00
execd-prog.c
expand-psymtabs.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
expand-psymtabs.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
exprs.c gdb/ 2011-10-11 15:24:11 +00:00
exprs.exp gdb/ 2011-10-11 15:24:11 +00:00
fileio.c * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to 2009-10-01 15:39:13 +00:00
fileio.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
find.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
find.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
finish.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
fixsection.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
fixsection.exp * gdb.base/fixsection.exp: Do not include directories in filename 2011-10-07 00:24:38 +00:00
fixsectshr.c gdb/ 2008-05-16 12:58:49 +00:00
float.c 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com> 2011-08-01 16:02:03 +00:00
float.exp 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com> 2011-08-01 16:02:03 +00:00
foll-exec.c
foll-exec.exp gdb/testsuite/ 2011-12-01 22:06:45 +00:00
foll-fork.c gdb/testsuite/ 2009-11-30 22:55:27 +00:00
foll-fork.exp gdb.base/foll-fork.exp: fix up race 2011-09-29 14:13:00 +00:00
foll-vfork.c
foll-vfork.exp 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com> 2011-01-11 19:16:23 +00:00
foo.c
fortran-sym-case.c gdb/doc/ 2011-04-27 20:03:04 +00:00
fortran-sym-case.exp gdb/doc/ 2011-04-27 20:03:04 +00:00
frame-args.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
frame-args.exp Centralize printing "<optimized out>". 2011-01-25 16:26:23 +00:00
freebpcmd.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
freebpcmd.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
fullname.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
fullname.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
funcargs.c 2011-05-30 Yao Qi <yao@codesourcery.com> 2011-05-30 02:20:16 +00:00
funcargs.exp 2011-05-30 Yao Qi <yao@codesourcery.com> 2011-05-30 02:20:16 +00:00
gcore-buffer-overflow.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gcore-buffer-overflow.exp 2011-05-16 Pedro Alves <pedro@codesourcery.com> 2011-05-16 13:56:41 +00:00
gcore.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gcore.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb1056.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb1090.c * gdb.base/gdb1090.exp: Change breakpoint location to read the 2011-04-13 21:12:20 +00:00
gdb1090.exp * gdb.base/gdb1090.exp: Change breakpoint location to read the 2011-04-13 21:12:20 +00:00
gdb1250.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb1250.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb1555-main.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
gdb1555.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
gdb1555.exp gdb 2011-03-07 16:03:04 +00:00
gdb1821.c * gdb.base/break.c (need_malloc): New. 2009-11-12 19:35:26 +00:00
gdb1821.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb11530.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb11530.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb11531.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb11531.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gdb_history
gdbindex-stabs-dwarf.c gdb/ 2011-04-25 19:38:16 +00:00
gdbindex-stabs.c gdb/ 2011-04-25 19:38:16 +00:00
gdbindex-stabs.exp gdb/ 2011-04-25 19:38:16 +00:00
gdbvars.c * gdb.base/completion.exp: Allow long instead of long int. 2010-03-24 21:28:14 +00:00
gdbvars.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gnu-ifunc-lib.c gdb/testsuite/ 2011-03-28 20:31:54 +00:00
gnu-ifunc.c gdb/testsuite/ 2011-03-28 20:31:54 +00:00
gnu-ifunc.exp gdb/testsuite/ 2011-03-28 20:31:54 +00:00
gnu_vector.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
gnu_vector.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
grbx.c
hashline1.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hashline2.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hashline3.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hbreak.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hbreak.exp * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure. 2011-02-21 14:57:38 +00:00
help.exp gdb/ 2011-07-27 17:41:21 +00:00
hook-stop-continue.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hook-stop-continue.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hook-stop-frame.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
hook-stop-frame.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
huge.c
huge.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ifelse.exp gdb/ 2011-07-05 04:35:00 +00:00
included.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
included.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
included.h run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
infnan.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
infnan.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
info-macros.c PR macros/12999 2011-07-21 15:13:30 +00:00
info-macros.exp Move info definitions command to an info macro option. 2011-11-12 17:01:12 +00:00
info-proc.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
info-target.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
infoline.c New gdb.base/infoline.exp testcase. 2011-11-29 16:59:45 +00:00
infoline.exp New gdb.base/infoline.exp testcase. 2011-11-29 16:59:45 +00:00
int-type.c
interact.exp fix typo during interactive_mode check in gdb_has_a_terminal 2011-01-31 03:11:40 +00:00
interp.c gdb/ 2011-09-12 21:25:22 +00:00
interp.exp gdb/ 2011-09-12 21:25:22 +00:00
interrupt.c PR gdb/9346 2009-01-20 15:33:14 +00:00
interrupt.exp gdb 2011-03-07 16:03:04 +00:00
jit-dlmain.c Fix JIT clang-lli regression (unable to read JIT descriptor from memory) 2011-07-06 21:40:17 +00:00
jit-main.c Fix JIT clang-lli regression (unable to read JIT descriptor from memory) 2011-07-06 21:40:17 +00:00
jit-so.exp gdb/testsuite/ 2011-11-25 23:26:15 +00:00
jit-solib.c 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com> 2011-01-31 21:44:52 +00:00
jit.exp * gdb.base/jit.exp: Add testcase name to log message 2011-10-03 20:13:57 +00:00
jump.c
jump.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
kill-after-signal.c gdb/ 2011-05-18 18:03:30 +00:00
kill-after-signal.exp gdb/testsuite/ 2011-09-18 02:36:27 +00:00
label.c gdb 2010-07-13 20:07:44 +00:00
label.exp gdb 2011-03-24 20:25:17 +00:00
langs.exp gdb 2011-03-07 16:03:04 +00:00
langs0.c
langs1.c
langs1.f Add missing copyright header for testsuite/gdb.base/langs1.f. 2011-01-05 05:06:48 +00:00
langs2.c
langs2.cxx
lineinc.c
lineinc.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
linespecs.exp PR gdb/12843 2011-11-11 19:53:12 +00:00
list.exp the "ambiguous linespec" series 2011-12-06 18:54:43 +00:00
list0.c
list0.h
list1.c
logical.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
long_long.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
long_long.exp gdb: 2011-05-04 19:28:16 +00:00
longjmp.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
longjmp.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
m32r.ld
m32rovly.c
macscp.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
macscp1.c gdb 2008-12-11 18:30:28 +00:00
macscp2.h
macscp3.h
macscp4.h
maint.exp * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as 2011-11-01 16:21:55 +00:00
memattr.c 2011-02-22 Michael Snyder <msnyder@vmware.com> 2011-02-23 18:30:22 +00:00
memattr.exp * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as 2011-03-09 16:54:51 +00:00
mips_pro.c
mips_pro.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
miscexprs.c
miscexprs.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
morestack.c gdb/ 2011-01-03 13:11:06 +00:00
morestack.exp gdb/ 2011-01-03 13:11:06 +00:00
moribund-step.exp gdb/testsuite/ 2011-06-23 07:46:13 +00:00
multi-forks.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
multi-forks.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nodebug.c
nodebug.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nofield.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nofield.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nostdlib.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
nostdlib.exp * gdb.base/nostdlib.exp: Skip on gdb_stub targets. 2011-08-04 15:00:50 +00:00
opaque.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ovlymgr.c
ovlymgr.h
page.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pc-fp.c
pc-fp.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pending.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pending.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pendshr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
permissions.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pi.txt
pie-execl.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pie-execl.exp * gdb.base/break-interp.exp: Remove ${objdir} from test messages. 2011-02-07 13:35:42 +00:00
pointers.c gdb 2008-10-30 21:44:15 +00:00
pointers.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pr10179-a.c PR 10179 2010-04-23 12:08:07 +00:00
pr10179-b.c PR 10179 2010-04-23 12:08:07 +00:00
pr10179.exp Fix races in gdb.base/pr10179.exp. 2011-05-03 18:02:00 +00:00
pr11022.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
pr11022.exp * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure. 2011-02-21 14:57:38 +00:00
prelink-lib.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
prelink.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
prelink.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
printcmds.c 2011-01-24 Pedro Alves <pedro@codesourcery.com> 2011-01-24 18:54:17 +00:00
printcmds.exp 2011-01-24 Pedro Alves <pedro@codesourcery.com> 2011-01-24 18:54:17 +00:00
prologue.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
prologue.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
psymtab.exp gdb/ 2011-07-01 20:16:39 +00:00
psymtab1.c
psymtab2.c
ptr-typedef.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ptr-typedef.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ptype.c * gdb.base/find.c (main): Reference search buffers. 2009-12-28 21:45:24 +00:00
ptype.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
ptype1.c
radix.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
randomize.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
randomize.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
readline-ask.c gdb/testsuite/ 2011-05-11 05:01:36 +00:00
readline-ask.exp gdb/testsuite/ 2011-05-11 05:01:36 +00:00
readline-ask.inputrc gdb/testsuite/ 2011-05-11 05:01:36 +00:00
readline.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
recurse.c
recurse.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
regs.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
relational.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
relativedebug.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
relativedebug.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
relocate.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
relocate.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
remote.c
remote.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
remotetimeout.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
reread.exp * lib/gdb.exp (exec_target_file, exec_symbol_file, 2011-05-05 16:29:58 +00:00
reread1.c
reread2.c
restore.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
restore.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
return-nodebug.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
return-nodebug.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
return-nodebug1.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
return.c
return.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
return2.c
return2.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
run.c
save-bp.c thread-specific breakpoints not saved properly by save-breakpoint 2011-10-02 02:13:13 +00:00
save-bp.exp thread-specific breakpoints not saved properly by save-breakpoint 2011-10-02 02:13:13 +00:00
savedregs.c gdb/testsuite/ 2011-08-14 15:58:40 +00:00
savedregs.exp gdb/testsuite/ 2011-08-14 15:58:40 +00:00
scope.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
scope0.c * gdb.base/find.c (main): Reference search buffers. 2009-12-28 21:45:24 +00:00
scope1.c * gdb.base/find.c (main): Reference search buffers. 2009-12-28 21:45:24 +00:00
sect-cmd.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sep-proc.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sep.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sep.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sepdebug.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sepdebug.exp the "ambiguous linespec" series 2011-12-06 18:54:43 +00:00
sepdebug2.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sepsymtab.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sepsymtab.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
set-lang-auto.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
setshow.c
setshow.exp gdb/testsuite/ 2011-12-03 20:20:29 +00:00
setvar.c
setvar.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
shell.exp Make "!" an alias for "shell". 2011-11-15 05:06:35 +00:00
shlib-call.exp * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in 2011-03-09 14:17:05 +00:00
shmain.c * gdb.base/shmain.c (main): Remove printf call. 2010-02-17 22:55:40 +00:00
shr1.c * src/gdb/testsuite/gdb.base/shr1.c: Use %p in format string. 2009-10-01 21:33:24 +00:00
shr2.c
shreloc.c
shreloc.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
shreloc1.c
shreloc2.c
sigall.c * gdb.base/sigall.c (main): Ensure all signals aren't blocked. 2008-02-03 00:42:55 +00:00
sigall.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigaltstack.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigaltstack.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigbpt.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigbpt.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigchld.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigchld.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo-addr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo-addr.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo-infcall.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo-infcall.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo-obj.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo-obj.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
siginfo.exp gdb 2011-03-07 16:03:04 +00:00
signals.c
signals.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
signest.c gdb/ 2011-04-28 15:53:00 +00:00
signest.exp gdb/ 2011-04-28 15:53:00 +00:00
signull.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
signull.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigrepeat.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigrepeat.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigstep.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sigstep.exp gdb 2011-03-07 16:03:04 +00:00
sizeof.c * gdb.base/shmain.c (main): Remove printf call. 2010-02-17 22:55:40 +00:00
sizeof.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
skip-solib-lib.c 2011-10-06 Justin Lebar <justin.lebar@gmail.com> 2011-11-01 14:51:25 +00:00
skip-solib-main.c 2011-10-06 Justin Lebar <justin.lebar@gmail.com> 2011-11-01 14:51:25 +00:00
skip-solib.exp gdb/testsuite/ 2011-11-02 08:43:40 +00:00
skip.c 2011-10-06 Justin Lebar <justin.lebar@gmail.com> 2011-11-01 14:51:25 +00:00
skip.exp 2011-10-06 Justin Lebar <justin.lebar@gmail.com> 2011-11-01 14:51:25 +00:00
skip1.c 2011-10-06 Justin Lebar <justin.lebar@gmail.com> 2011-11-01 14:51:25 +00:00
so-disc-shr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
so-impl-ld.c
so-impl-ld.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
so-indr-cl.c
so-indr-cl.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-corrupted.exp gdb/ 2011-12-02 22:26:54 +00:00
solib-disc.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-disc.exp gdb/ 2011-04-24 08:02:21 +00:00
solib-display-lib.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-display-main.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-display.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-nodir.exp * gdb.base/solib-nodir.exp: Skip if remote target. 2011-11-30 08:24:32 +00:00
solib-overlap-lib.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-overlap-main.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-overlap.exp * gdb.base/break-interp.exp: Remove ${objdir} from test messages. 2011-02-07 13:35:42 +00:00
solib-symbol-lib.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-symbol-main.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-symbol.exp the "ambiguous linespec" series 2011-12-06 18:54:43 +00:00
solib-weak.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib-weak.exp the "ambiguous linespec" series 2011-12-06 18:54:43 +00:00
solib.c
solib.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
solib1.c
solib2.c
source-error.gdb run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
source-test.gdb run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
source.exp * gdb.base/source.exp: Don't include full file name in test name. 2011-10-18 14:14:01 +00:00
spu.ld
ss.h
stack-checking.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
stack-checking.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
start.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
start.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-break.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-break.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-bt.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-bt.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-line.c
step-line.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-line.inp
step-resume-infcall.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-resume-infcall.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
step-test.c
step-test.exp gdb 2011-03-07 16:03:04 +00:00
store.c
store.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
structs.c gdb/ 2011-07-05 04:35:00 +00:00
structs.exp gdb 2011-04-19 18:04:11 +00:00
structs2.c
structs2.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
structs3.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
structs3.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
subst.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
sum.c
symbol-without-target_section.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
symbol-without-target_section.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
term.exp gdb 2011-03-07 16:03:04 +00:00
testenv.c Add tests for passing of environment variables to inferior. 2011-10-05 14:23:37 +00:00
testenv.exp * gdb.base/testenv.exp: Skip on remote targets. Unset global 2011-11-30 08:25:17 +00:00
trace-commands.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
tui-layout.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
twice.c
twice.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
type-opaque-lib.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
type-opaque-main.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
type-opaque.exp * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on 2011-07-15 14:13:00 +00:00
ui-redirect.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
unload.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
unload.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
unloadshr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
unloadshr2.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
until.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
unwindonsignal.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
unwindonsignal.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
valgrind-db-attach.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
valgrind-db-attach.exp gdb/testsuite/ 2011-12-03 20:20:29 +00:00
value-double-free.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
value-double-free.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
varargs.c 2011-05-30 Yao Qi <yao@codesourcery.com> 2011-05-30 02:27:51 +00:00
varargs.exp 2011-05-30 Yao Qi <yao@codesourcery.com> 2011-05-30 02:27:51 +00:00
vforked-prog.c
volatile.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-cond-infcall.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-cond-infcall.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-cond.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-cond.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-non-mem.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-non-mem.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-read.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-read.exp * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure. 2011-02-21 14:57:38 +00:00
watch-vfork.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch-vfork.exp * gdb.base/nostdlib.exp: Skip on gdb_stub targets. 2011-08-04 15:00:50 +00:00
watch_thread_num.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watch_thread_num.exp * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure. 2011-02-21 14:57:38 +00:00
watchpoint-cond-gone-stripped.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-cond-gone.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-cond-gone.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-delete.c gdb/ 2011-03-28 20:19:02 +00:00
watchpoint-delete.exp gdb/ 2011-03-28 20:19:02 +00:00
watchpoint-hw-hit-once.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-hw-hit-once.exp * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure. 2011-02-21 14:57:38 +00:00
watchpoint-hw.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-hw.exp * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure. 2011-02-21 14:57:38 +00:00
watchpoint-solib-shr.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-solib.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint-solib.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoint.c gdb 2010-08-16 19:19:22 +00:00
watchpoint.exp 2011-07-26 Pedro Alves <pedro@codesourcery.com> 2011-07-26 19:39:59 +00:00
watchpoints.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
watchpoints.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
wchar.c new testcase printing wchar_t characters and strings 2011-01-14 19:33:37 +00:00
wchar.exp new testcase printing wchar_t characters and strings 2011-01-14 19:33:37 +00:00
weaklib1.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
weaklib2.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
whatis-exp.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
whatis.c run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
whatis.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00