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] mi: add -a option to the "-data-disassemble" command


On Thu, 2018-08-09 at 14:47 -0600, Tom Tromey wrote:
> > > > > > Jan> -  if (!((line_seen && file_seen && num_seen && !start_seen && !end_seen)
> Jan> -	|| (line_seen && file_seen && !num_seen && !start_seen && !end_seen)
> Jan> -	|| (!line_seen && !file_seen && !num_seen && start_seen && end_seen)))
> Jan> +  if (!(  ( line_seen &&  file_seen &&              !start_seen && !end_seen && !addr_seen)
> Jan> +	|| (!line_seen && !file_seen && !num_seen &&  start_seen &&  end_seen && !addr_seen)
> Jan> +	|| (!line_seen && !file_seen && !num_seen && !start_seen && !end_seen &&  addr_seen)))
> 
> These go over 80 columns now, so I think they need to be reformatted
> somehow to fit.  

Hi, that'd be tricky but I'll do my best...

> Please use your judgment, what you did here is already
> better than the status quo...
> 
> No need to re-post the patch, you can just put it in with the
> correction.  Thank you.

I do not have commit access to the repo (it's my preference for the moment). 
New patch will follow shortly. Simon, could you please push it for me if 
it's OK? 

Thanks!

Jan


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