aboutsummaryrefslogtreecommitdiff
path: root/gdb/demangle.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-4/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+4
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' c...Philippe Waroquiers1-5/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+2
2017-09-27Constify demangle_commandTom Tromey1-3/+1
2017-09-11Make extract_arg return a std::stringTom Tromey1-7/+7
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-4/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-03Use std::string and unique_xmalloc_ptr in demangle_commandTom Tromey1-23/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-01-11PR gdb/15830Doug Evans1-0/+82
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+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-03-13Fix completer.c FIXME, and invalid pointer to pointer conversion.Pedro Alves1-63/+19
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-11-10 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...Doug Evans1-5/+45
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-10/+10
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-062010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-05-23gdb/Jan Kratochvil1-6/+3
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-02-242005-02-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+9
2005-02-212005-02-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-8/+13
2005-02-122005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-2/+2
2005-02-112005-02-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
2004-07-262004-07-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
2003-01-142003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+4
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+2
2002-10-11 * c-exp.y (THIS): Delete token and grammar rule.Daniel Jacobowitz1-19/+12
2002-02-05* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney1-1/+1
2001-04-162001-04-16 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin1-1/+1
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-19 * demangle.c (demangling_style_names): New variable.Eli Zaretskii1-5/+24
2000-12-15Replace free() with xfree().Kevin Buettner1-2/+2
2000-11-14From Kenneth Block <kenneth.block@compaq.com>Daniel Berlin1-59/+12
2000-07-30Protoization.Kevin Buettner1-9/+4