aboutsummaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15Use block_symbol in var_value_operationTom Tromey1-3/+3
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey1-3/+3
2021-03-08Remove union exp_elementTom Tromey1-732/+3
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-4/+15
2021-03-08Implement the "&&" and "||" operatorsTom Tromey1-0/+56
2021-03-08Introduce var_value_operationTom Tromey1-0/+20
2021-03-08Introduce unop_cast_type_operationTom Tromey1-0/+12
2021-03-08Introduce unop_cast_operationTom Tromey1-0/+10
2021-03-08Introduce assign_modify_operationTom Tromey1-0/+42
2021-03-08Introduce assign_operationTom Tromey1-0/+30
2021-03-08Introduce op_this_operationTom Tromey1-0/+25
2021-03-08Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPETom Tromey1-0/+40
2021-03-08Introduce unop_sizeof_operationTom Tromey1-0/+23
2021-03-08Introduce unop_addr_operationTom Tromey1-0/+5
2021-03-08Introduce unop_ind_operationTom Tromey1-0/+8
2021-03-08Implement some unary operationsTom Tromey1-0/+47
2021-03-08Introduce comma_operationTom Tromey1-0/+22
2021-03-08Introduce repeat_operationTom Tromey1-0/+50
2021-03-08Introduce ternop_cond_operationTom Tromey1-0/+29
2021-03-08Introduce internalvar_operationTom Tromey1-0/+25
2021-03-08Introduce register_operationTom Tromey1-0/+24
2021-03-08Introduce var_msym_value_operationTom Tromey1-0/+17
2021-03-08Introduce long_const_operationTom Tromey1-0/+10
2021-03-08Introduce scope_operationTom Tromey1-0/+13
2021-03-08Add two agent expression helper functionsTom Tromey1-0/+46
2021-03-08Introduce class operationTom Tromey1-0/+26
2021-03-08Split gen_expr_binop_restTom Tromey1-2/+14
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-30Remove per-language op_name functionsTom Tromey1-1/+1
2020-11-10Use "const" more in ax-gdb.cTom Tromey1-10/+10
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-43/+43
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-9/+8
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-3/+3
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-3/+3
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-6/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-37/+37
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-9/+9
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-13Make check_for_argument skip whitespace after arg itselfPedro Alves1-2/+0
2019-04-06Revert the header-sorting patchTom Tromey1-21/+20
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-20/+21
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1