aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior1-0/+32
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi1-7/+0
2017-10-30Introduce string_appendf/string_vappendfPedro Alves1-0/+34
2017-09-29Introduce string_vprintfTom Tromey1-0/+21
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-2/+10
2017-06-08Fix possible bug when no args have been provided to the executableSergio Durigan Junior1-1/+1
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-0/+24
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-0/+11
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Introduce string_printfPedro Alves1-0/+23
2016-06-01Add xmalloc_failed() function to common-utils.c in to avoid the need to link ...Nick Clifton1-0/+6
2016-01-26Fix function commentsSimon Marchi1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-15Move utility functions to common/Jan Kratochvil1-0/+137
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-5/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-2/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-02-14Move savestring to common/common-utils.c, make gdbserver use it.Pedro Alves1-0/+11
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-29 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf andTom Tromey1-16/+0
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-07-212011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung1-0/+170