aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/traits.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-20Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi1-1/+1
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi1-0/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves1-0/+13
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves1-1/+29
2017-04-18More gdb::optional featuresPedro Alves1-0/+26
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves1-0/+34