[0/2] Add some agent expression support for Ada

Message ID 20230104164452.1154744-1-tromey@adacore.com
Headers
Series Add some agent expression support for Ada |

Message

Tom Tromey Jan. 4, 2023, 4:44 p.m. UTC
  I recently found out that adding a bit of agent expression support for
Ada would improve the performance of some remote testing that is done
internally at AdaCore.  This series fixes the simplest things: support
for scalar variables, and support for range types.

Tested on x86-64 Fedora 36.

Tom
  

Comments

Tom Tromey Feb. 27, 2023, 3:03 p.m. UTC | #1
>>>>> "Tom" == Tom Tromey via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> I recently found out that adding a bit of agent expression support for
Tom> Ada would improve the performance of some remote testing that is done
Tom> internally at AdaCore.  This series fixes the simplest things: support
Tom> for scalar variables, and support for range types.

Tom> Tested on x86-64 Fedora 36.

I'm going to check these in now.

Tom