aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/enum-flags-selftests.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-21gdbsupport: assume that compiler supports std::{is_trivially_constructible,is...Simon Marchi1-4/+0
2024-02-21gdb: remove some GCC version checksSimon Marchi1-6/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Remove gdb_static_assertTom Tromey1-23/+23
2023-01-30enum_flags to_stringPedro Alves1-6/+63
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-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-29Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves1-7/+17
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-0/+586