Use std::string rather than grow_vect
[binutils-gdb.git] / gdb / ChangeLog
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
2021-02-10 Andrew Burgessgdb/fortran: add parser support for lbound and ubound
2021-02-10 Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-02-10 Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-02-10 Tom TromeyFix typo in stap_parse_argument_conditionally
2021-02-09 Tom de Vries[gdb/symtab] Fix element type modification in read_arra...
2021-02-09 Andrew Burgessgdb: revert "gdb: unify parts of the Linux and FreeBSD...
2021-02-09 Tom TromeyAvoid crash from coerce_unspec_val_to_type
2021-02-09 Tom TromeyAvoid crash in resolve_dynamic_struct
2021-02-08 Shahab Vahedigdb: Do not interrupt atomic sequences for ARC
2021-02-08 Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-02-08 Andrew Burgessgdb/python: don't allow the user to delete window title...
2021-02-08 Andrew Burgessgdb/tui: don't add windows to global list from tui_layo...
2021-02-08 Andrew Burgessgdb/tui: restore delete of window objects
2021-02-08 Andrew Burgessgdb/python: reformat an error string
2021-02-08 Andrew Burgessgdb/tui: fix issue with handling the return character
2021-02-07 Hannes DomaniDon't draw register sub windows outside the visible...
2021-02-07 Hannes DomaniDon't fill regs window with a negative number of spaces
2021-02-07 Hannes DomaniRefresh regs window in display_registers_from
2021-02-07 Hannes DomaniAlso compare frame_id_is_next in frapy_richcompare
2021-02-05 Simon Marchigdb: symmisc.c: remove std_{in,out,err}
2021-02-05 Tom de Vries[gdb/breakpoints] Handle glibc with debuginfo in create...
2021-02-05 Tom de Vries[gdb/symtab] Handle DW_TAG_type_unit in process_psymtab...
2021-02-05 Tom de Vries[gdb/breakpoints] Fix segfault for catch syscall -1
2021-02-05 Tom TromeyReturn unique_ptr from language_defn::get_compile_context
2021-02-05 Tom TromeyExtract symbol-writing function from parsers
2021-02-05 Tom de Vries[gdb/exp] Fix assert when adding ptr to imaginary unit
2021-02-05 Tom de Vries[gdb/symtab] Fix duplicate CUs in create_cus_from_debug...
2021-02-05 Tom de Vries[gdb/symtab] Fix indentation in create_cus_from_debug_n...
2021-02-05 Mike Frysingergdb: riscv: enable sim integration
2021-02-04 Simon Marchigdb: make target_is_non_stop_p return bool
2021-02-04 Simon Marchigdb: make record-full clear async handler in wait
2021-02-04 Simon Marchigdb: make record-btrace clear event handler in wait
2021-02-04 Simon Marchigdb: make remote target clear its handler in remote_tar...
2021-02-04 Simon Marchigdb: make async event handlers clear themselves
2021-02-03 Simon Marchigdb: infrun: move stop_soon variable to inner scoped...
2021-02-03 Pedro Alvesdetach in all-stop with threads running
2021-02-03 Pedro Alvesdetach with in-line step over in progress
2021-02-03 Pedro Alvesdetach and breakpoint removal
2021-02-03 Pedro Alvesprepare_for_detach and ongoing displaced stepping
2021-02-03 Pedro Alvesprepare_for_detach: don't release scoped_restore at...
2021-02-03 Pedro AlvesFactor out after-stop event handling code from stop_all...
2021-02-03 Pedro AlvesFix a couple vStopped pending ack bugs
2021-02-03 Pedro AlvesFix "target extended-remote" + "maint set target-non...
2021-02-03 Pedro AlvesFix attaching in non-stop mode (PR gdb/27055)
2021-02-02 Lancelot SIXInferior without argument prints detail of current...
2021-02-02 Simon Marchigdb/dwarf: make read_{loc,rng}list_index return sect_offset
2021-02-02 Simon Marchigdb/dwarf: split dwarf2_cu::ranges_base in two
2021-02-02 Simon Marchigdb/dwarf: read correct rnglist/loclist header in read_...
2021-02-02 Simon Marchigdb/dwarf: few fixes for handling DW_FORM_{rng,loc...
2021-02-02 Simon Marchigdb/dwarf: remove unnecessary check in read_{rng,loc...
2021-02-02 Simon Marchigdb/dwarf: add missing bound check to read_loclist_index
2021-02-02 Simon Marchigdb/dwarf: fix bound check in read_rnglist_index
2021-02-02 Simon Marchigdb/dwarf: change read_loclist_index complaints into...
2021-02-02 Tom de Vries[gdb/symtab] Fix assert in write_one_signatured_type
2021-02-01 Andrew Burgessgdb: unify parts of the Linux and FreeBSD core dumping...
2021-01-29 Tom de Vries[gdb/breakpoint] Fix stepping past non-stmt line-table...
next