This is the mail archive of the gdb-cvs@sourceware.org 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]
Other format: [Raw text]

src/gdb ChangeLog gcore.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-08-08 17:00:42

Modified files:
	gdb            : ChangeLog gcore.c 

Log message:
	gcore: expand tilde in filename.
	
	Before this patch, this fails:
	
	(gdb) generate-core-file ~/core
	Failed to open '~/core' for output.
	
	After the patch:
	
	(gdb) generate-core-file ~/core
	Saved corefile ~/core
	
	gdb/
	2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
	
	* gcore.c (create_gcore_bfd): Use tilde_expand.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15875&r2=1.15876
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gcore.c.diff?cvsroot=src&r1=1.58&r2=1.59


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