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]

[PATCH] introduces ADA language in varobj system


Hi,

The following will be my first, but hopefully not last, contribution to GDB.
Please be indulgent.

The current varobj system does not support the Ada language, and when run on
Ada programs, it relies on its C implementation. This patch prepares the field
by adding the Ada language definitions to the varobj system and creating the
stubs functions wrapping the current C implementation which implies no changes
in the current behavior of GDB. It is a first, but necessary, step to more
changes to enhance the Ada language support in MI.

Comments/reviews will be appreciated.

Kind regards,
 Charly.

-- 
Charly Delay

Attachment: Introduces-ADA-language-in-varobj-system.patch
Description: Text document


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