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: [FYI 0/2] C++ in the Rust code


On 11/09/2016 11:40 PM, Pedro Alves wrote:
> On 11/09/2016 11:07 PM, Tom Tromey wrote:
>>
>> There are still some cleanups left, primarily due to the way memory is
>> managed when parsing; but also a couple because other gdb modules
>> haven't yet been converted (e.g., make_cleanup_ui_file_delete).
> 
> make_cleanup_ui_file_delete is gone on my
>   users/palves/cxx-eliminate-cleanups 
> branch.  But before posting that I need to propose making
> use of gnulib's C++ namespace support.  And before that, I
> need to actually fix gnulib'c C++ namespace support...

FYI, I wrote some patch rationales now and pushed the gnulib
patches I had to that branch, if anyone wants to take an
early look.  The

    gnulib::func creates strong references to rpl_func
    gnulib, gcc >= 6 and std::frexp

patches are meant to be sent to the gnulib folks.  The patch
at the tip of the branch right now is the one that makes
use of gnulib namespace support, which should go in before
the make_cleanup_ui_file_delete elimination patch...

Thanks,
Pedro Alves


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