summaryrefslogtreecommitdiff
path: root/gdb/common/common-utils.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi
2017-10-30Introduce string_appendf/string_vappendfPedro Alves
2017-09-29Introduce string_vprintfTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Introduce string_printfPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-06-15Move utility functions to common/Jan Kratochvil
2015-03-06New common function "startswith"Gary Benson
2015-01-15Move safe_strerror to common/Sergio Durigan Junior
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-19Introduce common/errors.hGary Benson
2014-08-07Move ansidecl.h to common-defs.hGary Benson
2014-08-07Move stddef.h to common-defs.hGary Benson
2014-08-07Move stdarg.h to common-defs.hGary Benson
2014-07-30Do not include config.h directlyGary Benson
2014-01-22Add ARI (ok) marker for __func__ reference in common-utils.hJoel Brobecker
2014-01-22Expand documentation of common-utils.h::FUNCTION_NAMEJoel Brobecker
2014-01-17Move ASSERT_FUNCTION to FUNCTION_NAME.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-02-14Move savestring to common/common-utils.c, make gdbserver use it.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-29 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf andTom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-07-212011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung