commit | 6a509dd70f0c4c124147eac4b58e15e94b34e5fd | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Feb 12 10:28:14 2025 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Mar 04 07:42:53 2025 -0700 |
tree | f0f3475dcb5bcadaf0b683c6d8af638f92a7d482 | |
parent | be382ece165eefa3e65f61bfb6b2aa2ee95dd6b4 [diff] |
Introduce ada_simple_compile This introduces ada_simple_compile, an Ada-specific analog of gdb_simple_compile. gdb_compile_test is split into two procs to make this possible. ada_simple_compile isn't used in this patch but will be by later patches in this series.