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 00/10] Command line input handling TLC


Pedro Alves <palves@redhat.com> writes:

> I looked a bit at changing immediate_quit users in order to get rid of
> throws from signal handlers, for the C++ conversion, and ended up
> stumbling on gdb's input code...
>
> So today I split this patch:
>
>   [PATCH 02/23] Command line input handling TLC
>   https://sourceware.org/ml/gdb-patches/2016-02/msg00070.html
>
> into smaller pieces.  I think this can go in independently of the rest
> of that series.

Thanks for splitting patches...

>
> The original motivation here was factor out all the globals used by
> the command line input handling code to a structure, so that we can
> keep multiple instances of that later on.  But, I found that this code
> is a lot more messier than it needs to be, thus this series cleans
> things up significantly in the process as well.
>
> I tried to split the last patch further into smaller independent
> pieces, but failed...

These patches look good to me.

-- 
Yao (éå)


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