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 1/2] fort_dyn_array: add basic fortran dyn array support


> Thanks for the review and sorry for the long delay. Here is the updated patch.
> 
> ---
> Fortran provide types whose values may be dynamically allocated
> or associated with a variable under explicit program control.
> The purpose of this commit is
>   * to read allocated/associated DWARF tags and store them in
>     the dynamic property list of main_type.
>   * enable GDB to print the value of a dynamic array in Fortran
>     in case the type is allocated or associated (pointer to
>     dynamic array).

That's a duplicate of an email you sent shortly after this one.
On the other hand, patch #2 seems to still be pending (ie, no
email from you since I sent you my last review). So I'm wondering
if you meant instead to send patch #2, here...

-- 
Joel


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