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 v2 0/4] Introduce the "with" command


On 6/18/19 1:38 AM, Pedro Alves wrote:
> 
>  (gdb) help with
>  Temporarily set SETTING to VALUE, run COMMAND, and restore SETTING.
>  Usage: with SETTING [VALUE] [-- COMMAND]
>  Usage: w SETTING [VALUE] [-- COMMAND]
>  With no COMMAND, repeats the last executed command.
>  SETTING is any setting settable with the "set" command.
>  E.g.:
>    with language pascal -- print obj
>    with print elements unlimited -- print obj
> 

I've merged this in now.

Thanks,
Pedro Alves


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