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: [RFC - Python Scripting] New method gdb.Architecture.disassemble


On Fri, Feb 15, 2013 at 9:40 AM, Siva Chandra <sivachandra@google.com> wrote:
> On Fri, Feb 15, 2013 at 9:32 AM, Doug Evans <dje@google.com> wrote:
>> Oh, duh.  Sorry for the followup.
>> This needs a NEWS entry.
>
> There is an entry in the NEWS file:
>
> ** New method Frame.architecture returns the gdb.Architecture object
>      corresponding to the frame's architecture.
>
> Adding a new entry for this new method on gdb.Architecture might not
> be good idea?  I can of course modify to say, "...  gdb.Architecture
> object corresponding to the frame's architecture with methods 'name'
> and 'disassemble'.", but it doesn't sound that very nice.

Ah.
I guess whether to add another one for disassemble is debatable then.
Ok with me to leave out the NEWS entry then.


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