old-cross-binutils/gdb/testsuite
Jan Kratochvil 858174054d gdb/
* breakpoint.c (breakpoint_re_set): Remove the skip_re_set call.
	* infrun.c (handle_inferior_event): Rename the called function to
	function_name_is_marked_for_skip, pass it TMP_SAL.
	* skip.c (struct skiplist_entry): Update function_name comment.  Remove
	fields pc, gdbarch and pending.
	(skip_function_pc): Rename this forward declaration to ...
	(skip_function): ... here.
	(skip_file_command): Remove variable pending and its use, remove
	initialization of E fields pending and gdbarch.  Do not use SYMTAB
	filename, use the specified one.
	(skip_function_command): Remove variable func_pc, do not set it.
	Update the caller of skip_function.  Replace decode_line_1 call by
	a lookup_symbol call.  Remove variables orig_arg, decode_exception and
	sals.  Update the caller of skip_function.
	(skip_info): Remove variable address_width and its use.  Do not print
	address (PC).  Renumber column 5 to 4.
	(skip_function_pc): Rename to ...
	(skip_function): ... here and remove its parameters pc, arch and
	pending.  Update the function comment and no longer use those
	parameters.
	(function_pc_is_marked_for_skip): Rename to ...
	(function_name_is_marked_for_skip): ... here, update function comment
	just to a skip.h reference, replace pc parameter by function_name and
	function_sal.  No longer use E field pending and pc.  Remove variables
	searched_for_sal, sal and filename.  Call compare_filenames_for_search
	instead of just strcmp.
	(skip_re_set): Remove the function.
	* skip.h (struct symtab_and_line): New declaration.
	(function_pc_is_marked_for_skip): Rename to ...
	(function_name_is_marked_for_skip): ... here, replace pc parameter by
	function_name and function_sal, update the function comment.

gdb/testsuite/
	* gdb.base/skip-solib.exp (info skip with pending file): Update the
	expected output.
	(info skip with pending file): Remove.
	(ignoring function in solib, info skip for function multiply): Update
	the expected output.
	* gdb.base/skip.ex (skip (main), skip function baz, info skip)
	(info skip (delete 1), info skip after disabling all)
	(info skip after enabling all, info skip after disabling 4 2-3)
	(info skip after enabling 2-3, info skip 2-3)
	(info skip after deleting 2 3): Update the expected output.
	* gdb.linespec/base/two/thefile.cc (n): New variable v, split the
	statement to its initialization and return.
	* gdb.linespec/skip-two.exp: New file.
2012-12-24 19:40:05 +00:00
..
boards * boards/dwarf4-gdb-index.exp: New file. 2012-09-20 15:21:09 +00:00
config
gdb.ada gdb.ada/lang_switch: Allow msg parameter to be a reference. 2012-12-07 03:00:00 +00:00
gdb.arch Change copyright from Cavium to FSF. 2012-12-19 15:49:44 +00:00
gdb.asm
gdb.base gdb/ 2012-12-24 19:40:05 +00:00
gdb.cell * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd. 2012-11-06 15:21:24 +00:00
gdb.cp PR c++/8888: 2012-12-14 21:19:11 +00:00
gdb.disasm
gdb.dwarf2 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for 2012-12-14 18:26:00 +00:00
gdb.fortran update copyright notices in various GDB files. 2012-12-19 08:19:59 +00:00
gdb.gdb 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu> 2012-09-08 05:29:21 +00:00
gdb.go
gdb.hp
gdb.java gdb/testsuite/ 2012-10-15 19:11:56 +00:00
gdb.linespec gdb/ 2012-12-24 19:40:05 +00:00
gdb.mi MI: tests for -catch-load/-catch-unload 2012-12-12 21:25:09 +00:00
gdb.modula2
gdb.multi Enable accidentally commented out code. 2012-12-17 19:40:24 +00:00
gdb.objc
gdb.opencl ChangeLog: 2012-11-29 18:56:23 +00:00
gdb.opt
gdb.pascal
gdb.python * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag 2012-12-11 20:54:52 +00:00
gdb.reverse gdb/testsuite/ 2012-10-16 13:14:36 +00:00
gdb.server
gdb.stabs
gdb.threads update copyright notices in various GDB files. 2012-12-19 08:19:59 +00:00
gdb.trace 2012-12-15 Yao Qi <yao@codesourcery.com> 2012-12-15 02:19:21 +00:00
gdb.xml http://sourceware.org/ml/gdb-patches/2012-09/msg00015.html 2012-09-14 21:23:45 +00:00
lib 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
aclocal.m4
ChangeLog gdb/ 2012-12-24 19:40:05 +00:00
configure
configure.ac
dg-extract-results.sh update copyright notices in various GDB files. 2012-12-19 08:19:59 +00:00
Makefile.in
TODO