aboutsummaryrefslogtreecommitdiff
path: root/gdb/expprint.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess1-8/+11
2020-12-09Unify all operators into std-operator.defTom Tromey1-2/+0
2020-11-30Remove per-language op_name functionsTom Tromey1-18/+5
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-10-22gdb/fortran: add support for parsing array strides in expressionsAndrew Burgess1-0/+4
2020-10-22gdb: rename 'enum range_type' to 'enum range_flag'Andrew Burgess1-12/+12
2020-10-22gdb: Convert enum range_type to a bit field enumAndrew Burgess1-35/+14
2020-09-19gdb/fortran: Move Fortran expression handling into f-lang.cAndrew Burgess1-24/+37
2020-09-16gdb: Convert language_data::la_op_print_tab to a methodAndrew Burgess1-2/+2
2020-09-16gdb: Convert language_data::la_exp_desc to a methodAndrew Burgess1-3/+5
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-3/+3
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess1-2/+2
2020-06-15Change target_read_string APITom Tromey1-8/+4
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-6/+6
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-01Introduce metadata styleTom Tromey1-2/+4
2019-04-30gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess1-1/+0
2019-04-06Revert the header-sorting patchTom Tromey1-11/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+11
2019-03-06gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-03Avoid undefined behavior in expression dumpingTom Tromey1-0/+7
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-1/+1
2018-04-30Handle alignof and _AlignofTom Tromey1-0/+1
2018-04-27Add inclusive range support for RustTom Tromey1-1/+11
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-6/+3
2018-02-06Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALLYao Qi1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-6/+7
2017-09-05expprint: Fix format string warningSimon Marchi1-1/+1
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves1-5/+31
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves1-0/+18
2017-09-04Eliminate UNOP_MEMVAL_TLSPedro Alves1-22/+0
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves1-0/+16
2017-04-05-Wwrite-strings: The RestPedro Alves1-7/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey1-7/+6
2016-05-17Make gdb expression debugging handle OP_F90_RANGETom Tromey1-0/+57
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-2/+2
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-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-21Remove operator BINOP_RANGEYao Qi1-1/+0
2014-07-21Remove operator BINOP_INYao Qi1-1/+0