summaryrefslogtreecommitdiff
path: root/gdb/expprint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-6/+6
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* Introduce metadata styleTom Tromey2019-10-011-2/+4
* gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess2019-04-301-1/+0
* Revert the header-sorting patchTom Tromey2019-04-061-11/+8
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-8/+11
* gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess2019-03-061-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid undefined behavior in expression dumpingTom Tromey2018-10-031-0/+7
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-1/+1
* Handle alignof and _AlignofTom Tromey2018-04-301-0/+1
* Add inclusive range support for RustTom Tromey2018-04-271-1/+11
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-6/+3
* Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALLYao Qi2018-02-061-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-6/+7
* expprint: Fix format string warningSimon Marchi2017-09-051-1/+1
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-5/+31
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-041-0/+18
* Eliminate UNOP_MEMVAL_TLSPedro Alves2017-09-041-22/+0
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-0/+16
* -Wwrite-strings: The RestPedro Alves2017-04-051-7/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Rename OP_F90_RANGE to OP_RANGE.Tom Tromey2016-05-171-7/+6
* Make gdb expression debugging handle OP_F90_RANGETom Tromey2016-05-171-0/+57
* 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-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove operator BINOP_RANGEYao Qi2014-07-211-1/+0
* Remove operator BINOP_INYao Qi2014-07-211-1/+0
* Handle OP_STRING in dump_subexp_body_standardSimon Marchi2014-07-151-1/+18
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-3/+3
* PR c++/9065:Tom Tromey2013-04-151-0/+5
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-071-3/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey2012-12-031-1/+1
* * configure, config.in: Rebuild.Tom Tromey2012-11-141-2/+0
* ARI fixes: Avoid sprintf function use rule.Pierre Muller2012-11-131-1/+1
* gdb:Yao Qi2012-11-021-16/+0
* gdb/Yao Qi2012-08-131-2/+0
* gdb/Yao Qi2012-08-131-8/+0
* * eval.c (evaluate_subexp_standard): Fix thinko in handlingDoug Evans2012-08-081-8/+6
* PR exp/13206:Tom Tromey2012-07-191-0/+6
* * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey2012-07-191-4/+36