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 12/18] Implement completion limiting for sim_command_completer.


On 13 Apr 2015 12:23, Keith Seitz wrote:
> This patch converts sim_command_completer to use maybe_add_completion.

i think you want to push this down into sim/common/sim-options.c ?  otherwise 
you do all of this work only to throw away a good amount of it.

> It does not add any tests, since the `sim' command is highly
> target-dependent and unimplemented for the majority of simulators.

erm, the majority of simulators now have testsuites.  but that doesn't really 
matter because you're updating the gdb part of the API, not the sim side.
-mike

Attachment: signature.asc
Description: Digital signature


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