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 v4] gdb: ADI support


    
    Also, for some time we have been moving slowly but surely towards RAII
    for managing memory (and other resources).  In my opinion, it has
    helped a lot to clean up some parts of the code, and using C++
    containers plays a big role in that.  I think it makes sense that we
    try to aim for that in the new code, otherwise it's just more things
    we'll need to change in the future.

Indeed this makes sense.  Thanks for clarifying :)


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