This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/gdb linespec.c alpha-tdep.c breakpoint.c p ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fnasser@sources.redhat.com	2000-11-30 16:41:28

Modified files:
	gdb            : linespec.c alpha-tdep.c breakpoint.c parse.c 
	                 source.c symtab.c tracepoint.c corefile.c 
	                 exec.c symfile.c Makefile.in ChangeLog 
Added files:
	gdb            : linespec.h completer.c completer.h 

Log message:
	2000-11-30  Fernando Nasser  <fnasser@redhat.com>
	
	* linespec.h: New file. Declarations for linespec.c.
	* linespec.c, alpha-tdep.c, breakpoint.c, parse.c, source.c,
	symtab.c, tracepoint.c: Include the above.
	* completer.c: New file. Line completion stuff for GDB.
	(get_gdb_completer_word_break_characters,
	get_gdb_completer_quote_characters): New functions. Accessors for
	useful completer internal data.
	(filename_completer, line_completion_function, skip_quoted): Moved
	here from top.c.
	* completer.h: New file. Declarations for the above.
	* linespec.c (decode_line_1): Use
	get_gdb_completer_word_break_characters and
	get_gdb_completer_quote_characters.
	* top.c: Include completer.h.
	(filename_completer, line_completion_function, skip_quoted):
	Moved to completer.c.
	* corefile.c, exec.c, source.c, symfile.c, linespec.c: Include
	completer.h.
	* Makefile.in (SFILES): Add completer.c.
	(COMMON_OBS): Add completer.o.
	(completer.o): New target.
	(linespec.o, alpha-tdep.o, breakpoint.o, parse.o, source.o,
	symtab.o, tracepoint.o): Add linespec.h to dependencies list.
	(corefile.o, exec.o, source.o, symfile.o, linespec.o): Add completer.h
	to dependencies list.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linespec.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/completer.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/completer.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/alpha-tdep.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/source.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tracepoint.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/corefile.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/exec.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.805&r2=1.806


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]