This is the mail archive of the gdb-patches@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]

Re: [PATCH 2/2] Add objfile.username


> From: Doug Evans <dje@google.com>
> Date: Tue, 20 Jan 2015 15:19:34 -0800
> 
> I have a need to expose objfile->original_name to python,
> this patch implements the feature.
> 
> 2015-01-20  Doug Evans  <dje@google.com>
> 
> 	* NEWS: Mention gdb.Objfile.username.
> 	* python/py-objfile.c (objfpy_get_username): New function.
> 	(objfile_getset): Add "username".
> 
> 	doc/
> 	* python.texi (Objfiles In Python): Document Objfile.username.
> 
> 	testsuite/
> 	* gdb.python/py-objfile.exp: Add tests for objfile.username.

OK for the documentation parts.

Thanks.


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