summaryrefslogtreecommitdiff
path: root/gdb/macroexp.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-3/+2
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use startswith in gdb subfolder.Martin Liska2021-04-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Split macro_buffer in two classes, fix Clang buildPedro Alves2020-11-061-146/+125
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-226/+226
* gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char>Simon Marchi2020-07-031-2/+2
* gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>Simon Marchi2020-07-031-10/+8
* gdb: remove callback in macro expand functionsSimon Marchi2020-07-031-31/+18
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* C++-ify bcacheTom Tromey2019-03-071-1/+0
* Add ATTRIBUTE_UNUSED_RESULT to macro_bufferTom Tromey2019-03-051-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* [gdb] Fix build error in macroexp.cTom de Vries2018-07-051-0/+10
* Use std::string in maybe_expandTom Tromey2018-02-081-14/+6
* Class-ify macro_bufferTom Tromey2018-02-081-240/+166
* Return unique_xmalloc_ptr from macro scope functionsTom Tromey2018-02-081-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add support for __VA_OPT__Tom Tromey2017-09-271-10/+84
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify macroexp.c:init_shared_bufferPedro Alves2017-04-051-11/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* 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
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-6/+12
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-3/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * macroexp.c (macro_stringify): Terminate the string.Tom Tromey2012-05-211-0/+1
* PR macros/13205:Tom Tromey2012-05-161-1/+27
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * macroexp.c (expand): Avoid uninitialized variableThiago Jung Bauermann2011-03-311-1/+1
* 2011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-091-3/+3
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* * gdb_assert.h (gdb_assert_not_reached): New macro.Doug Evans2010-08-181-2/+2
* 2010-05-15 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-161-0/+6
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-3/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* gdb:Tom Tromey2009-03-201-12/+19
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* gdbTom Tromey2008-12-121-8/+10
* gdbTom Tromey2008-09-271-58/+321