]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/expprint.c
2.41 Release sources
[thirdparty/binutils-gdb.git] / gdb / expprint.c
2023-05-01  Tom TromeyRemove op_name
2023-04-17  Tom TromeyConvert long_const_operation to use gdb_mpz
2023-02-19  Tom TromeyConvert block_objfile to method
2023-02-08  Tom TromeyDon't include block.h from expop.h
2023-01-05  Tom TromeyAdd type to expression dump of symbol
2023-01-02  Tom TromeySimplify debug_exp
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-14  Tom TromeyRemove dump_prefix_expression
2022-08-05  Tom de Vries[gdb] Add debug_{exp,val}
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-01-05  Tom TromeyFiltered output cleanup in expression dumping
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-04-15  Tom TromeyUse block_symbol in var_value_operation
2021-03-08  Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-03-08  Tom TromeyImplement Ada assignment
2021-03-08  Tom TromeyIntroduce float_const_operation
2021-03-08  Tom TromeyImplement dumping
2021-01-12  Andrew Burgessgdb: fix debug dump of OP_BOOL expressions
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-23  Andrew Burgessgdb: remove some uses of LA_PRINT_STRING
2020-12-09  Tom TromeyUnify all operators into std-operator.def
2020-11-30  Tom TromeyRemove per-language op_name functions
2020-11-06  Andrew Burgessgdb: fix debug expression dumping of function call...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-22  Andrew Burgessgdb/fortran: add support for parsing array strides...
2020-10-22  Andrew Burgessgdb: rename 'enum range_type' to 'enum range_flag'
2020-10-22  Andrew Burgessgdb: Convert enum range_type to a bit field enum
2020-09-19  Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_op_print_tab to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16  Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-16  Andrew Burgessgdb: Convert la_name_of_this to a method
2020-06-15  Tom TromeyChange target_read_string API
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-01  Tom TromeyIntroduce metadata style
2019-04-30  Andrew Burgessgdb/fortran: Introduce fortran-operator.def file
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-06  Andrew Burgessgdb/fortran: Add Fortran 'kind' intrinsic and keyword
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-03  Tom TromeyAvoid undefined behavior in expression dumping
2018-06-01  Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-04-30  Tom TromeyHandle alignof and _Alignof
2018-04-27  Tom TromeyAdd inclusive range support for Rust
2018-03-30  Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-02-06  Yao QiTreat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25  Ulrich WeigandTarget FP: Use target format throughout expression...
2017-09-05  Simon Marchiexpprint: Fix format string warning
2017-09-04  Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04  Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04  Pedro AlvesEliminate UNOP_MEMVAL_TLS
2017-09-04  Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-05-17  Tom TromeyRename OP_F90_RANGE to OP_RANGE.
2016-05-17  Tom TromeyMake gdb expression debugging handle OP_F90_RANGE
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-20  Yao QiRemove operator BINOP_RANGE
2014-07-20  Yao QiRemove operator BINOP_IN
2014-07-15  Simon MarchiHandle OP_STRING in dump_subexp_body_standard
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-07-09  Doug Evans * defs.h (enum val_prettyformat): Renamed from val_pre...
2013-04-15  Tom Tromey PR c++/9065:
2013-03-07  Pedro AlvesFix -Wpointer-sign around strings/encoding conversions.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-03  Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-11-14  Tom Tromey * configure, config.in: Rebuild.
2012-11-13  Pierre Muller ARI fixes: Avoid sprintf function use rule.
2012-11-02  Yao Qigdb:
2012-08-13  Yao Qigdb/
2012-08-13  Yao Qigdb/
2012-08-08  Doug Evans * eval.c (evaluate_subexp_standard): Fix thinko in...
2012-07-19  Tom Tromey PR exp/13206:
2012-07-19  Tom Tromey * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEM...
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-03-21  Joel BrobeckerSEGV during AX eval of OP_DOUBLE (unsupported)
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-09  Jan Kratochvilgdb/
2011-06-17  Tom Tromey * valops.c (value_of_local): Complain if NAME is NULL.
2011-02-26  Michael Snyder2011-02-26 Michael Snyder <msnyder@vmware.com>
2011-02-01  Jan Kratochvilgdb/
2011-02-01  Jan Kratochvilgdb/
2011-01-07  Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-06-02  Sergio Durigan Junior2010-06-01 Sergio Durigan Junior <sergiodj@redhat...
next