summaryrefslogtreecommitdiff
path: root/gdb/macrotab.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Put bcache inside "namespace gdb"Christian Biesinger2019-12-061-2/+2
* C++-ify bcacheTom Tromey2019-03-071-1/+1
* Change macro_source_fullname to return a std::stringTom Tromey2019-02-171-40/+23
* Factorize macro definition code in macrotab.cPhilippe Waroquiers2019-02-061-29/+30
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove symfile_complaintsTom Tromey2018-05-231-8/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-11/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+6
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-7/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-7/+11
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* gdb/Jan Kratochvil2013-02-031-32/+66
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * macrotab.c (macro_bcache_str): Remove cast.Tom Tromey2012-07-251-1/+1
* PR macros/13205:Tom Tromey2012-05-161-8/+64
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* PR macros/12999matt rice2011-07-211-2/+4
* 2011-03-23 Kai Tietz <ktietz@redhat.com>Kai Tietz2011-03-231-4/+6
* 2011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-091-1/+1
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-3/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* 2010-05-15 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-161-0/+6
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* gdbTom Tromey2008-09-301-8/+54
* gdbTom Tromey2008-07-181-10/+47
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * macrotab.h (new_macro_table): Document that removing informationJim Blandy2007-09-221-20/+46
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-4/+4
* * macrotab.c (macro_include): Use the correct comparison to findJim Blandy2003-09-191-4/+3
* 2003-06-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-081-1/+1
* Replace complain() with complaint().Kevin Buettner2002-12-171-26/+14
* 2002-10-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-10-251-4/+4
* 2002-07-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-07-291-1/+1
* * macrotab.c (check_for_redefinition): Don't complain if the newJim Blandy2002-05-231-15/+58
* * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.Jim Blandy2002-05-141-7/+7
* Add first preprocessor macro-expansion files.Jim Blandy2002-05-131-0/+862