binutils-gdb/gdb/testsuite/gdb.dlang
Tom Tromey b1b9c4115e Reimplement array concatenation for Ada and D
This started as a patch to implement string concatenation for Ada.
However, while working on this, I looked at how this code could
possibly be called.  It turns out there are only two users of
concat_operation: Ada and D.  So, in addition to implementing this for
Ada, this patch rewrites value_concat, removing the odd "concatenate
or repeat" semantics, which were completely unused.  As Ada and D both
seem to represent strings using TYPE_CODE_ARRAY, this removes the
TYPE_CODE_STRING code from there as well.
2022-03-16 09:28:13 -06:00
..
circular.c
circular.exp
debug-expr.exp
demangle.exp gdb.dlang/demangle.exp: update expected output for _D8demangle4testFnZv 2022-01-14 15:09:32 -05:00
expression.exp Reimplement array concatenation for Ada and D 2022-03-16 09:28:13 -06:00
primitive-types.exp
properties.exp
watch-loc.c
watch-loc.exp