summaryrefslogtreecommitdiff
path: root/gdb/expprint.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand
2017-09-05expprint: Fix format string warningSimon Marchi
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves
2017-09-04Eliminate UNOP_MEMVAL_TLSPedro Alves
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey
2016-05-17Make gdb expression debugging handle OP_F90_RANGETom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-21Remove operator BINOP_RANGEYao Qi
2014-07-21Remove operator BINOP_INYao Qi
2014-07-15Handle OP_STRING in dump_subexp_body_standardSimon Marchi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans
2013-04-15 PR c++/9065:Tom Tromey
2013-03-07Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey
2012-11-14 * configure, config.in: Rebuild.Tom Tromey
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller
2012-11-02gdb:Yao Qi
2012-08-13gdb/Yao Qi
2012-08-13gdb/Yao Qi
2012-08-08 * eval.c (evaluate_subexp_standard): Fix thinko in handlingDoug Evans
2012-07-19 PR exp/13206:Tom Tromey
2012-07-19 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-03-21SEGV during AX eval of OP_DOUBLE (unsupported)Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-09gdb/Jan Kratochvil
2011-06-17 * valops.c (value_of_local): Complain if NAME is NULL.Tom Tromey
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-02-01gdb/Jan Kratochvil
2011-02-01gdb/Jan Kratochvil
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-022010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-07Add ADL supportSami Wagiaalla
2010-01-18gdbTom Tromey