aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/array-view-selftests.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-03gdbsupport: add array_view copy functionSimon Marchi1-0/+104
2021-11-18gdb: fix array-view-selftests.c build with g++ 4.8Simon Marchi1-1/+1
2021-11-09gdb::array_view slicing/container selftest - test std::array tooPedro Alves1-0/+5
2021-11-08Improve gdb::array_view ctor from contiguous containersLancelot SIX1-2/+23
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Make functions static in unittestsSimon Marchi1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-0/+22
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-0/+13
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-16Add selftests run filteringSimon Marchi1-1/+2
2017-09-04Explicitly include <array> for std::array<>.John Baldwin1-0/+1
2017-09-04Introduce gdb::array_viewPedro Alves1-0/+494