old-cross-binutils/gdb/testsuite/gdb.base
Keith Seitz 40e084e177 linespec rewrite:
* linespec.c (decode_compound): Remove.
	(enum offset_relative_sign): New enum.
	(struct line_offset): New struct.
	(struct linespec): New struct.
	(struct linespec_state): Move file_symtabs,
	user_filename, and user_function into struct linespec.
	Make result an anonymous struct holding vectors of
	symbolp and minsym_and_objfile_d.
	Add language member.
	(enum ls_token_type): New enum.
	(linespec_keywords): New array.
	(struct ls_token): New struct.
	(struct ls_parser): New struct.
	(linespec_lexer_lex_number): New function.
	(linespec_lexer_lex_keyword): New function.
	(is_ada_operator): New function.
	(skip_quote_char): New function.
	(copy_token_string): New function.
	(is_closing_quote_enclosed): New function.
	(find_parameter_list_end): New function.
	(linespec_lexer_lex_string): New function.
	(linespec_lexer_lex_one): New function.
	(linespec_lexer_consume_token): New function.
	(linespec_lexer_peek_token): New function.
	(cplusplus_error): Remove unused function.
	(find_methods): Update comment.
	(find_toplevel_char): Return const.
	(is_objc_method_format): Remove unused function.
	(find_toplevel_string): New function.
	(is_linespec_boundary): Remove.
	(symbol_not_found_error): New function.
	(find_method_overload_end): Remove function.
	(unexpected_linespec_error): New function.
	(keep_name_info): Remove.
	(linespec_parse_line_offset): New function.
	(linespec_parse_basic): New function.
	(canonicalize_linespec): New function.
	(decode_line_internal): Remove.
	(create_sals_line_offset): New function adapted from
	decode_all_digits.
	(convert_linespec_to_sals): New function.
	(parse_linespec): New function.
	(linespec_parser_new): New function.
	(linespec_state_destructor): Change parameter type to
	struct linespec_state *.
	Add language parameter.
	Remove freeing of moved members.
	(linespec_parser_delete): New function.
	(decode_line_full): Use parse_linespec and linespec_parser_new.
	(decode_line_1): Likewise.
	(decode_indirect): Rename to ...
	(linespec_expression_to_pc): ... this and rewrite
	to simply find CORE_ADDR, storing this result for later
	conversion to SALs.
	(locate_first_half): Remove.
	(deocde_objc): Add parameter LS.
	Initialize new struct collect_info members.
	Handle minimal symbols, too.
	(decode_compound): Delete.
	(lookup_prefix_sym): Rewrite.
	(compare_msymbols): New function.
	(find_method): Rewrite.
	Do not call cplusplus_error.
	(symtabs_from_filename): Rewrite.
	(collect_function_symbols): Delete.
	(find_function_symbols): Rewrite without ARGPTR-style
	processing.
	(decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
	(decode_dollar): Adapted and renamed to ...
	(linespec_parse_variable): ... this.
	(find_linespec_symbols): New function.
	(decode_label): Adapted and renamed to ...
	(find_label_symbols): ... this.
	(decode_digits_list_mode): Add and use LS argument.
	(decode_digits_ordinary): Likewise.
	(collect_symbols): Do not collect SALs, just symbols and msymbols.
	If in list mode, allow any symbol class.  Otherwise, only
	permit LOC_BLOCK symbols.
	(minsym_found): Update comments.
	(search_minsyms_for_name): Do not convert the matching symbol
	into a SAL.  Simply push the symbol and objfile into the
	result vector.
	(decode_variable): Delete. Contents adapted into
	find_linespec_symbols.

	* cp-support.c (SKIP_SPACE): Remove.
	(operator_tokens): Remove unused global.
	(cp_validate_operator): Remove.
	* cp-support.h (cp_validate_operator): Remove declaration.

	* gdb.base/advance.exp: Update error message for
	"advance malformed" test.
	* gdb.base/break.exp: Likewise for "breakpoint with
	trailing garbage" test.
	* gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
	with trailing garbage" test.
	* gdb.base/jump.exp: Likewise for "jump with trailing
	argument junk" test.
	* gdb.base/sepdebug.exp: Likewise for "breakpoint with
	trailng garbage" test.
	* gdb.base/until.exp: Likewise for "malformed until" test.
	* gdb.cp/ovldbreak.exp: Create the breakpoint table
	for "breakpoint info (after setting on all)".
	* gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
	tests.
	* gdb.cp/cplabel.cc: New file.
	* gdb.cp/cplabel.exp: New test.
	* gdb.linespec/ls-errs.c: New file.
	* gdb.linespec/ls-errs.exp: New test.
2012-04-05 18:50:29 +00:00
..
comp-dir/subdir
a2-run.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
advance.c
advance.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
alias.exp
all-bin.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
all-types.c
annota1.c gdb/testsuite/ 2012-02-28 22:40:48 +00:00
annota1.exp gdb: 2012-03-16 16:47:34 +00:00
annota3.c gdb/testsuite/ 2012-02-28 22:40:48 +00:00
annota3.exp gdb/testsuite/ 2012-02-28 22:40:48 +00:00
anon.c
anon.exp
args.c
args.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
arithmet.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
arrayidx.c
arrayidx.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
assign.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
async-shell.c
async-shell.exp gdb: 2012-03-16 16:47:34 +00:00
async.c
async.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
attach-pie-misread.c
attach-pie-misread.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
attach-pie-noexec.c
attach-pie-noexec.exp
attach-twice.c gdb/ 2012-03-13 15:02:25 +00:00
attach-twice.exp gdb/ 2012-03-13 15:02:25 +00:00
attach.c
attach.exp gdb/ 2012-02-15 12:48:55 +00:00
attach2.c
auxv.c gdb/testsuite/ 2012-03-19 18:38:56 +00:00
auxv.exp gdb/testsuite/ 2012-03-19 18:38:56 +00:00
average.c
bang.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
bar.c
baz.c
bfp-test.c
bfp-test.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
bigcore.c
bigcore.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
bitfields.c
bitfields.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
bitfields2.c
bitfields2.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
bitops.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
branches.c
break-always.c
break-always.exp
break-entry.exp
break-inline.c * frame.c (find_frame_sal): Initialize sal->pspace field from frame 2012-02-15 19:27:59 +00:00
break-inline.exp gdb/testsuite/ 2012-02-19 13:05:28 +00:00
break-interp-lib.c
break-interp-main.c
break-interp.exp 2012-02-24 Pedro Alves <palves@redhat.com> 2012-02-24 14:09:08 +00:00
break-on-linker-gcd-function.cc
break-on-linker-gcd-function.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
break.c
break.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
break1.c
breakpoint-shadow.c
breakpoint-shadow.exp
call-ar-st.c
call-ar-st.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
call-rt-st.c
call-rt-st.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
call-sc.c
call-sc.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
call-signal-resume.exp gdb/ 2012-01-23 17:11:50 +00:00
call-signals.c
call-strs.c
call-strs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
callexit.c
callexit.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
callfuncs.c
callfuncs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
catch-load-so.c PR symtab/12406: 2012-01-24 21:39:18 +00:00
catch-load.c PR symtab/12406: 2012-01-24 21:39:18 +00:00
catch-load.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
catch-syscall.c
catch-syscall.exp
charset-malloc.c
charset.c
charset.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
checkpoint.c
checkpoint.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
chng-syms.c
chng-syms.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
code-expr.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
code_elim.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
code_elim1.c
code_elim2.c
commands.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
completion.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
complex.c
complex.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
cond-eval-mode.exp gdb/testsuite/ 2012-03-19 09:34:13 +00:00
cond-expr.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
condbreak.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
consecutive.c
consecutive.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
constvars.c
constvars.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
corefile.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
coremaker.c
coremaker2.c
cursal.c
cursal.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
cvexpr.c
cvexpr.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
d10v.ld
d10vovly.c
dbx.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
default.exp * NEWS: Mention symbol-reloading has been deleted. 2012-03-13 21:02:40 +00:00
define.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
del.c
del.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
detach.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
dfp-exprs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
dfp-test.c
dfp-test.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
disasm-end-cu-1.c
disasm-end-cu-2.c
disasm-end-cu.exp
disp-step-fork.c
disp-step-syscall.exp gdb/testsuite/ 2012-03-04 02:36:38 +00:00
disp-step-vfork.c
display.c
display.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
dmsym.c
dmsym.exp
dmsym_main.c
dump.c
dump.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
dup-sect.exp
dup-sect.S
echo.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
ena-dis-br.exp 2012-02-14 Stan Shebs <stan@codesourcery.com> 2012-02-14 23:28:15 +00:00
ending-run.c
ending-run.exp
enum_cond.c Testcase for: "ax-gdb: Do not treat enums and bools as integers". 2012-03-14 01:39:12 +00:00
enum_cond.exp Testcase for: "ax-gdb: Do not treat enums and bools as integers". 2012-03-14 01:39:12 +00:00
environ.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
eu-strip-infcall.c
eu-strip-infcall.exp
eval-skip.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
eval.exp
exe-lock.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
execd-prog.c
expand-psymtabs.c
expand-psymtabs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
exprs.c
exprs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
fileio.c
fileio.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
find.c
find.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
finish.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
fixsection.c
fixsection.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
fixsectshr.c
float.c
float.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
foll-exec.c
foll-exec.exp
foll-fork.c
foll-fork.exp
foll-vfork.c
foll-vfork.exp
foo.c
fortran-sym-case.c
fortran-sym-case.exp
frame-args.c
frame-args.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
freebpcmd.c
freebpcmd.exp
fullname.c
fullname.exp
funcargs.c
funcargs.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
gcore-buffer-overflow.c
gcore-buffer-overflow.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gcore.c
gcore.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb1056.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb1090.c
gdb1090.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb1250.c
gdb1250.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb1555-main.c
gdb1555.c
gdb1555.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb1821.c
gdb1821.exp
gdb11530.c
gdb11530.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb11531.c
gdb11531.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gdb_history * NEWS: Mention symbol-reloading has been deleted. 2012-03-13 21:02:40 +00:00
gdbindex-stabs-dwarf.c
gdbindex-stabs.c
gdbindex-stabs.exp
gdbvars.c
gdbvars.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
gnu-ifunc-lib.c
gnu-ifunc.c
gnu-ifunc.exp
gnu_vector.c
gnu_vector.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
grbx.c
hashline1.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
hashline2.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
hashline3.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
hbreak.c
hbreak.exp
hbreak2.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
help.exp * NEWS: Mention symbol-reloading has been deleted. 2012-03-13 21:02:40 +00:00
hook-stop-continue.c
hook-stop-continue.exp
hook-stop-frame.c
hook-stop-frame.exp
huge.c
huge.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
ifelse.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
included.c
included.exp
included.h
inferior-died.c gdb/testsuite/ 2012-02-20 21:03:05 +00:00
inferior-died.exp gdb/testsuite/ 2012-02-20 21:03:05 +00:00
infnan.c
infnan.exp
info-macros.c
info-macros.exp
info-proc.exp ChangeLog: 2012-01-20 09:49:01 +00:00
info-target.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
infoline.c
infoline.exp
int-type.c
interact.exp
interp.c
interp.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
interrupt.c
interrupt.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
jit-dlmain.c
jit-main.c
jit-simple.c PR gdb/13431: 2012-02-01 20:21:22 +00:00
jit-simple.exp PR gdb/13431: 2012-02-01 20:21:22 +00:00
jit-so.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
jit-solib.c
jit.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
jump.c
jump.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
kill-after-signal.c
kill-after-signal.exp
label.c
label.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
langs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
langs0.c
langs1.c
langs1.f
langs2.c
langs2.cxx
lineinc.c
lineinc.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
linespecs.exp
list.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
list0.c
list0.h
list1.c
logical.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
long_long.c
long_long.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
longjmp.c
longjmp.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
m32r.ld
m32rovly.c
macscp.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
macscp1.c
macscp2.h
macscp3.h
macscp4.h
maint.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
Makefile.in
memattr.c
memattr.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
mips_pro.c
mips_pro.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
miscexprs.c
miscexprs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
morestack.c
morestack.exp
moribund-step.exp
multi-forks.c
multi-forks.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
nextoverexit.c * gdb.base/nextoverexit.c: New file. 2012-03-02 19:29:57 +00:00
nextoverexit.exp * gdb.base/nextoverexit.c: New file. 2012-03-02 19:29:57 +00:00
nodebug.c
nodebug.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
nofield.c
nofield.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
nostdlib.c
nostdlib.exp
opaque.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
ovlymgr.c
ovlymgr.h
page.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
pc-fp.c
pc-fp.exp PR gdb/12659: 2012-02-15 19:13:14 +00:00
pending.c
pending.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
pendshr.c
permissions.exp
pi.txt
pie-execl.c
pie-execl.exp
pointers.c
pointers.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
pr10179-a.c
pr10179-b.c
pr10179.exp
pr11022.c
pr11022.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
prelink-lib.c
prelink.c
prelink.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
printcmds.c gdb 2012-01-16 19:44:16 +00:00
printcmds.exp gdb 2012-01-16 19:44:16 +00:00
prologue.c
prologue.exp
psymtab.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
psymtab1.c
psymtab2.c
ptr-typedef.c
ptr-typedef.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
ptype.c
ptype.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
ptype1.c
radix.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
randomize.c
randomize.exp
readline-ask.c
readline-ask.exp
readline-ask.inputrc
readline.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
recpar.c
recpar.exp
recurse.c
recurse.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
relational.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
relativedebug.c
relativedebug.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
relocate.c
relocate.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
remote.c
remote.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
remotetimeout.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
reread.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
reread1.c
reread2.c
restore.c
restore.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
return-nodebug.c
return-nodebug.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-22 00:04:58 +00:00
return-nodebug1.c
return.c
return.exp
return2.c
return2.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
run.c
save-bp.c
save-bp.exp 2012-02-27 Luis Machado <lgustavo@codesourcery.com> 2012-02-27 13:22:59 +00:00
savedregs.c
savedregs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
scope.exp gdb/doc/ 2012-02-13 18:09:59 +00:00
scope0.c
scope1.c
sect-cmd.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sep-proc.c
sep.c
sep.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sepdebug.c
sepdebug.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
sepdebug2.c
sepsymtab.c
sepsymtab.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
set-lang-auto.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
setshow.c
setshow.exp * NEWS: Mention symbol-reloading has been deleted. 2012-03-13 21:02:40 +00:00
setvar.c
setvar.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
shell.exp
shlib-call.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
shmain.c
shr1.c
shr2.c
shreloc.c
shreloc.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
shreloc1.c
shreloc2.c
sigall.c gdb/testsuite/ 2012-02-28 10:24:15 +00:00
sigall.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sigaltstack.c
sigaltstack.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sigbpt.c
sigbpt.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sigchld.c
sigchld.exp
siginfo-addr.c
siginfo-addr.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
siginfo-infcall.c
siginfo-infcall.exp
siginfo-obj.c
siginfo-obj.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
siginfo.c
siginfo.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
signals.c gdb/testsuite/ 2012-02-28 10:24:15 +00:00
signals.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
signest.c
signest.exp
signull.c
signull.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sigrepeat.c
sigrepeat.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sigstep.c
sigstep.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sizeof.c
sizeof.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
skip-solib-lib.c
skip-solib-main.c
skip-solib.exp
skip.c
skip.exp gdb/testsuite/ 2012-01-31 00:10:58 +00:00
skip1.c
so-disc-shr.c
so-impl-ld.c
so-impl-ld.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
so-indr-cl.c
so-indr-cl.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
solib-corrupted.exp
solib-disc.c
solib-disc.exp * gdb.base/solib-disc.exp: Fix regexps. 2012-01-25 16:20:31 +00:00
solib-display-lib.c
solib-display-main.c
solib-display.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
solib-nodir.exp
solib-overlap-lib.c
solib-overlap-main.c
solib-overlap.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
solib-symbol-lib.c
solib-symbol-main.c
solib-symbol.exp
solib-weak.c
solib-weak.exp
solib.c
solib.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
solib1.c
solib2.c
source-error.gdb
source-test.gdb
source.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
spu.ld
ss.h
stack-checking.c
stack-checking.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
start.c
start.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
step-break.c
step-break.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
step-bt.c
step-bt.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
step-line.c
step-line.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
step-line.inp
step-resume-infcall.c
step-resume-infcall.exp
step-test.c
step-test.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
store.c
store.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
structs.c
structs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
structs2.c
structs2.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
structs3.c
structs3.exp
subst.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
sum.c
symbol-without-target_section.c
symbol-without-target_section.exp
term.c 2012-02-02 Pedro Alves <palves@redhat.com> 2012-02-02 18:07:58 +00:00
term.exp 2012-02-02 Pedro Alves <palves@redhat.com> 2012-02-02 18:07:58 +00:00
testenv.c
testenv.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
trace-commands.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
tui-layout.exp
twice.c
twice.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
type-opaque-lib.c
type-opaque-main.c
type-opaque.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
ui-redirect.exp
unload.c
unload.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
unloadshr.c
unloadshr2.c
until.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
unwindonsignal.c
unwindonsignal.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
valgrind-db-attach.c
valgrind-db-attach.exp gdb/testsuite/ 2012-01-30 06:48:08 +00:00
value-double-free.c
value-double-free.exp
varargs.c
varargs.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
vforked-prog.c
volatile.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
watch-cond-infcall.c
watch-cond-infcall.exp 2012-02-21 Pedro Alves <palves@redhat.com> 2012-02-21 22:01:10 +00:00
watch-cond.c
watch-cond.exp
watch-non-mem.c
watch-non-mem.exp
watch-read.c
watch-read.exp
watch-vfork.c
watch-vfork.exp
watch_thread_num.c
watch_thread_num.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
watchpoint-cond-gone-stripped.c
watchpoint-cond-gone.c
watchpoint-cond-gone.exp
watchpoint-delete.c
watchpoint-delete.exp
watchpoint-hw-hit-once.c
watchpoint-hw-hit-once.exp
watchpoint-hw.c
watchpoint-hw.exp
watchpoint-solib-shr.c
watchpoint-solib.c
watchpoint-solib.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
watchpoint.c
watchpoint.exp ChangeLog 2012-02-22 18:20:38 +00:00
watchpoints.c
watchpoints.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
wchar.c
wchar.exp
weaklib1.c
weaklib2.c
whatis-exp.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
whatis.c
whatis.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00