Split out eval_op_f_ceil
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2021-03-08  Tom TromeySplit out eval_op_f_ceil
2021-03-08  Tom TromeySplit out eval_op_f_mod
2021-03-08  Tom TromeySplit out eval_op_f_abs
2021-03-08  Tom TromeySplit out eval_op_type
2021-03-08  Tom TromeySplit out eval_op_postdec
2021-03-08  Tom TromeySplit out eval_op_postinc
2021-03-08  Tom TromeySplit out eval_op_predec
2021-03-08  Tom TromeySplit out eval_op_preinc
2021-03-08  Tom TromeySplit out eval_op_memval
2021-03-08  Tom TromeySplit out eval_op_alignof
2021-03-08  Tom TromeySplit out eval_op_ind
2021-03-08  Tom TromeySplit out eval_op_lognot
2021-03-08  Tom TromeySplit out eval_op_complement
2021-03-08  Tom TromeySplit out eval_op_neg
2021-03-08  Tom TromeySplit out eval_op_plus
2021-03-08  Tom TromeySplit out eval_op_repeat
2021-03-08  Tom TromeySplit out eval_op_leq
2021-03-08  Tom TromeySplit out eval_op_geq
2021-03-08  Tom TromeySplit out eval_op_gtr
2021-03-08  Tom TromeySplit out eval_op_less
2021-03-08  Tom TromeySplit out eval_op_notequal
2021-03-08  Tom TromeySplit out eval_op_equal
2021-03-08  Tom TromeySplit out eval_op_subscript
2021-03-08  Tom TromeySplit out eval_op_binary
2021-03-08  Tom TromeySplit out eval_op_sub
2021-03-08  Tom TromeySplit out eval_op_add
2021-03-08  Tom TromeySplit out eval_op_member
2021-03-08  Tom TromeySplit out eval_op_structop_ptr
2021-03-08  Tom TromeySplit out eval_op_structop_struct
2021-03-08  Tom TromeySplit out eval_op_ternop
2021-03-08  Tom TromeySplit out eval_op_concat
2021-03-08  Tom TromeySplit out eval_op_objc_selector
2021-03-08  Tom TromeySplit out eval_op_string
2021-03-08  Tom TromeySplit out eval_op_register
2021-03-08  Tom TromeySplit out eval_op_func_static_var
2021-03-08  Tom TromeySplit out eval_op_var_msym_value
2021-03-08  Tom TromeySplit out eval_op_var_entry_value
2021-03-08  Tom TromeySplit out eval_op_scope
2021-03-06  Tom TromeyFix build bug in ada-lang.c
2021-03-06  Tom TromeyMove dwarf2_get_dwz_file to dwarf2/dwz.h
2021-03-06  Tom TromeyInclude scoped_fd.h in debuginfod-support.h
2021-03-06  Tom TromeyAvoid crash on missing dwz file
2021-03-06  Tom TromeyChange section_is_p to a method on dwarf2_section_names
2021-03-06  Tom TromeyCreate new file dwarf2/sect-names.h
2021-03-06  Tom TromeyMicro-optimize abbrev reading and storage
2021-03-06  Weimin PanCTF: add all members of an enum type to psymtab
2021-03-06  Weimin PanCTF: set up debug info for function arguments
2021-03-05  Andrew Burgessgdb/riscv: write CSRs into baremetal core dumps
2021-03-05  Andrew Burgessgdb/riscv: make riscv target description names global
2021-03-05  Andrew Burgessgdb/riscv: introduce bare metal core dump support
2021-03-05  Andrew Burgessgdb: write target description into core file
2021-03-05  Andrew Burgessgdb: unify parts of the Linux and FreeBSD core dumping...
2021-03-04  Simon Marchigdb: set current thread in sparc_{fetch,collect}_inferi...
2021-03-04  Tom TromeyUse "bool" in ada-lang.c
2021-03-03  Tom TromeyMinor Ada-related cleanups
2021-03-02  Tom TromeyRewrite GNAT-encoded fixed point types in DWARF reader
2021-03-02  Tom TromeyUse std::string rather than grow_vect
2021-03-02  Tom TromeyReturn a vector from ada_lookup_symbol_list
2021-03-02  Tom TromeySimplify resolve_subexp by using C++ algorithms
2021-03-02  Tom TromeyUse new for ada_symbol_cache
2021-03-02  Tom TromeyCheck objfile->sf in ada-lang.c
2021-02-27  Lancelot SIX[PR gdb/27393] set directories: handle empty dirs.
2021-02-25  Kevin BuettnerFix date in ChangeLog
2021-02-25  Kevin BuettnerAdd comment regarding include order of <sys/ptrace...
2021-02-25  Simon Marchigdb: relax assertion in target_mourn_inferior
2021-02-25  Jan MatyasFix initial thread state of non-threaded remote targets
2021-02-25  Jan Vranygdb/mi: Remove extra \n from tsv and and traceframe...
2021-02-25  Tom de Vries[gdb/symtab] Fix wrong unit_type Dwarf Error
2021-02-25  Andrew Burgessgdb/fortran: don't access non-existent type fields
2021-02-25  Andrew Burgessgdb/fortran: add support for ASSOCIATED builtin
2021-02-25  Andrew Burgessgdb/fortran: add support for legacy .xor. operator
2021-02-24  Tom de Vries[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_i...
2021-02-24  Kevin BuettnerAdd comment regarding include order of <sys/ptrace...
2021-02-24  Kevin BuettnerFix aarch64-linux-hw-point.c build problem
2021-02-24  Andrew Burgessgdb: use std::string instead of a fixed size buffer
2021-02-24  Andrew Burgessgdb: move get_section_table from exec_target to dummy_t...
2021-02-24  Andrew Burgessgdb: make the target_sections table private within...
2021-02-24  Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-02-24  Andrew Burgessgdb: add a new 'maint info target-sections' command
2021-02-24  Andrew Burgessgdb/riscv: select rv32 target by default when requested
2021-02-24  Andrew Burgessgdb: call value_ind for pointers to dynamic types in...
2021-02-23  Simon Marchigdb/dwarf: create and destroy dwarf2_per_bfd's CUs...
2021-02-23  Simon Marchigdb/dwarf: don't enqueue CU in maybe_queue_comp_unit...
2021-02-23  Simon Marchigdb: linux-nat: make linux_nat_filter_event return...
2021-02-22  Tom TromeyChange target_bfd_reopen to take a gdb_bfd_ref_ptr
2021-02-22  Simon Marchigdb: add asserts in thread code
2021-02-22  Simon Marchigdb: push target earlier in procfs_target::attach ...
2021-02-19  Kevin Buettneramd64-linux-siginfo.c: Adjust include order to avoid...
2021-02-19  Nelson ChuRISC-V: PR27158, fixed UJ/SB types and added CSS/CL...
2021-02-18  Tom TromeyIntroduce expression::evaluate
2021-02-18  Kevin BuettnerFix completion related libstdc++ assert when using...
2021-02-13  Mike Frysingerconfig/debuginfod: do not include pkg.m4 directly
2021-02-12  Tom de Vries[gdb/threads] Fix lin_thread_get_thread_signals for...
2021-02-12  Andrew Burgessgdb/fortran: support ALLOCATED builtin
2021-02-11  Tom de Vries[gdb/symtab] Handle DW_FORM_strx in form_requires_repro...
2021-02-11  Tom TromeyFix two Fortran regressions
2021-02-11  Andrew Burgessgdb: change 'maint info section' to use command options
2021-02-11  Andrew Burgessgdb: 'maint info sections' - handle the no executable...
2021-02-11  Andrew Burgessgdb: add obj_section function to bound_minimal_symbol
2021-02-10  Alan Modragdb: Remove arm-symbianelf support
next
This page took 0.244575 seconds and 107 git commands to generate.