binutils-gdb/gdb/testsuite
Doug Evans 08388c79d5 New "find" command.
* NEWS: Document find command and qSearch:memory packet.
	* Makefile.in (SFILES): Add findcmd.c.
	(COMMON_OBJS): Add findcmd.o.
	(findcmd.o): New rule.
	* findcmd.c: New file.
	* target.h (target_ops): New member to_search_memory.
	(simple_search_memory): Declare.
	(target_search_memory): Declare.
	* target.c (simple_search_memory): New fn.
	(target_search_memory): New fn.
	* remote.c (PACKET_qSearch_memory): New packet kind.
	(remote_search_memory): New fn.
	(init_remote_ops): Init to_search_memory.
	(init_extended_remote_ops): Ditto.
	(_initialize_remote): Add qSearch:memory packet config command.

	* gdbserver/server.h (decode_search_memory_packet): Declare.
	* gdbserver/remote-utils.c (decode_search_memory_packet): New fn.
	* gdbserver/server.c (handle_search_memory_1): New fn.
	(handle_search_memory): New fn.
	(handle_query): Process qSearch:memory packets.

	* doc/gdb.texinfo: Document "find" command, qSearch:memory packet.

	* testsuite/gdb.base/find.exp: New file.
	* testsuite/gdb.base/find.c: New file.
2008-05-09 17:02:03 +00:00
..
config Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.ada * gdb.ada/lang_switch: New test program. 2008-05-06 21:37:32 +00:00
gdb.arch * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition. 2008-05-01 18:30:51 +00:00
gdb.asm Implement displaced stepping. 2008-05-02 16:49:54 +00:00
gdb.base New "find" command. 2008-05-09 17:02:03 +00:00
gdb.cp gdb/ 2008-05-04 19:39:00 +00:00
gdb.disasm Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.dwarf2 gdb/ 2008-05-04 17:27:01 +00:00
gdb.fortran Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.gdb * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches. 2008-01-26 13:56:37 +00:00
gdb.hp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.java Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.mi * mi/mi-main.c (last_async_command): Rename to current_token. 2008-04-24 12:09:49 +00:00
gdb.modula2 Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.objc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.opt * gdb.opt/Makefile.in: Fix whitespace. 2008-04-17 23:06:54 +00:00
gdb.pascal * gdb.pascal/floats.pas: New test program. 2008-02-06 22:24:43 +00:00
gdb.server * linux-low.c (linux_attach_lwp): Do not _exit after errors. 2008-01-30 00:51:50 +00:00
gdb.stabs Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.threads 2008-05-01 Daniel Jacobowitz <dan@codesourcery.com> 2008-05-01 18:50:14 +00:00
gdb.trace Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.xml Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
lib * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created 2008-05-04 12:15:54 +00:00
.gdbinit
ChangeLog New "find" command. 2008-05-09 17:02:03 +00:00
Makefile.in Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
TODO
aclocal.m4 gdb: 2008-04-23 12:21:50 +00:00
configure gdb: 2008-04-23 12:21:50 +00:00
configure.ac * gdb.opt/clobbered-registers-O2.c: New testcase source file. 2007-10-25 20:30:26 +00:00