aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-defs.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-31Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already definedSergio Durigan Junior1-2/+3
2018-08-13Define _FORTIFY_SOURCE in common-defs.hTom Tromey1-0/+12
2018-07-04darwin: Don't use sbrkSimon Marchi1-0/+9
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi1-0/+11
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves1-0/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-15Delete gdb::unique_ptr/gdb::movePedro Alves1-1/+1
2016-10-25common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves1-2/+10
2016-10-25Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves1-0/+13
2016-10-18gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROSPedro Alves1-16/+0
2016-10-18Introduce gdb::unique_ptrPedro Alves1-0/+3
2016-10-14Include strings.h where availableEli Zaretskii1-0/+3
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves1-9/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17MinGW and attribute format(printf/gnu_printf)Pedro Alves1-0/+9
2015-11-17[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves1-0/+16
2015-06-15Move utility functions to common/Jan Kratochvil1-1/+1
2015-02-27Make functions and variables exported by the IPA be extern "C"Pedro Alves1-0/+4
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-0/+6
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior1-0/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-21Include alloca.h unconditionallyYao Qi1-0/+1
2014-11-14common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker1-1/+1
2014-10-08Include common-exceptions.h in common-defs.hGary Benson1-0/+1
2014-10-08Include cleanups.h in common-defs.hGary Benson1-0/+1
2014-08-19Introduce common-debug.hGary Benson1-0/+1
2014-08-19Move print-utils.h to common-defs.hGary Benson1-0/+1
2014-08-19Introduce common-types.hGary Benson1-0/+1
2014-08-19Introduce common/errors.hGary Benson1-0/+1
2014-08-07Move errno.h to common-defs.hGary Benson1-0/+1
2014-08-07Include string.h in common-defs.hGary Benson1-0/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-0/+1
2014-08-07Move common-utils.h to common-defs.hGary Benson1-0/+1
2014-08-07Move ptid.h to common-defs.hGary Benson1-0/+1
2014-08-07Move gdb_locale.h to common-defs.hGary Benson1-0/+1
2014-08-07Move gdb/signals.h to common-defs.hGary Benson1-0/+1
2014-08-07Move pathmax.h to common-defs.hGary Benson1-0/+1
2014-08-07Move libiberty.h to common-defs.hGary Benson1-0/+1
2014-08-07Move ansidecl.h to common-defs.hGary Benson1-0/+1
2014-08-07Move stddef.h to common-defs.hGary Benson1-0/+1
2014-08-07Move stdarg.h to common-defs.hGary Benson1-0/+1
2014-08-07Move stdlib.h to common-defs.hGary Benson1-0/+1
2014-08-07Move stdio.h to common-defs.hGary Benson1-0/+2
2014-07-30Introduce common/common-defs.hGary Benson1-0/+30