(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.
[external/binutils.git] / gdb / ChangeLog
2018-09-10 Xavier Roirand(Ada) Cleanup code by using ada_is_access_to_unconstrai...
2018-09-10 Xavier Roirand(Ada) Fix printing of access to unconstrained arrays
2018-09-10 Xavier Roirand(Ada/MI) Fix -var-evaluate-expression for access to...
2018-09-10 Xavier Roirand(Ada) New function ada_is_access_to_unconstrained_array
2018-09-10 Xavier Roirand(Ada) Fix -var-list-children MI command for union type
2018-09-10 Tom TromeyFix help text for "python" command
2018-09-10 Eli ZaretskiiFix "make install-strip" failure to install gdb-add...
2018-09-09 Simon Marchipython: Make two functions return gdbpy_ref<>
2018-09-09 Tom TromeyAllow a pretty-printer without a to_string method
2018-09-08 Joel Brobecker(Ada) fix handling of expression with parameterless...
2018-09-08 Joel Brobeckerada-lang.c::ada_value_cast: remove unnecessary parentheses
2018-09-08 Joel Brobecker(Ada) slightly incorrect bounds for type of array index...
2018-09-08 Joel Brobeckerminor reformatting in ada-lang.c::ada_to_fixed_value
2018-09-08 Jerome GuittonHandle PPC64 function descriptor in Ada decoding
2018-09-08 Joel Brobecker(Ada) "catch assert" spurious internal error
2018-09-08 Joel Brobecker(Ada) infinite loop when hitting unhandled exception...
2018-09-08 Joel Brobecker(Ada) assigning packed array aggregate with variable...
2018-09-06 Simon SerGenerate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD...
2018-09-06 Simon Marchicompile: Remove non-const reference parameters
2018-09-06 Simon MarchiRemove unused tui_win_element::highlight
2018-09-06 Simon MarchiRemove unused tui_win_info::detail::opaque
2018-09-06 Tom TromeyMake -Wformat-nonliteral work with gcc
2018-09-06 Simon MarchiDisable -Wformat-nonliteral in parts of printcmd.c
2018-09-05 Tom TromeyRemove unnecessary casts from cli-cmds.c
2018-09-05 Tom de Vries[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstr...
2018-09-05 Joel BrobeckerDocument the GDB 8.2 release in gdb/ChangeLog
2018-09-04 Sergio Durigan JuniorAutomatically update "aclocal_m4_deps" when updating...
2018-09-04 Tom TromeyRemove --enable-multi-ice
2018-09-04 Tom TromeySimplify ada-exp.o rule
2018-09-04 Tom TromeyRemove unneeded explicit .o targets
2018-09-04 Tom TromeyRemove obsolete comments from Makefiles
2018-09-04 Andrew Burgessgdb/riscv: Fix an ARI warning
2018-09-03 Andrew Burgessgdb/riscv: Provide non-DWARF stack unwinder
2018-09-03 Andrew Burgessgdb: Extend the trad-frame API
2018-09-01 Keith SeitzFix ARI violations in c++compile
2018-08-31 Tom TromeySet TYPE_LENGTH on a variant part
2018-08-31 Pedro AlvesRegenerate gdbarch.h
2018-08-31 Pedro AlvesAdd comment describing continuable/steppable/non-steppa...
2018-08-31 Pedro AlvesEliminate target_have_continuable_watchpoint
2018-08-31 Sergio Durigan JuniorUpdate gnulib/Makefile.in:aclocal_m4_deps
2018-08-30 Andrew Burgessgdb/riscv: Extend instruction decode to cover more...
2018-08-30 Andrew Burgessgdb/riscv: remove extra caching of misa register
2018-08-30 Simon MarchiFix compile-cplus-types.c build errors
2018-08-30 Keith SeitzUse host_address_to_string in compile_cplus_instance...
2018-08-29 Keith SeitzC++ compile support
2018-08-29 Keith SeitzAdd new search_symbols_multiple API
2018-08-29 Keith SeitzUse block_symbol in linespec APIs
2018-08-29 Keith SeitzRemove VEC definitions from linespec.c
2018-08-29 Keith SeitzChange decode_compound_collector to use std::vector
2018-08-29 Keith SeitzChange `minimal_symbols' to std::vector in linespec...
2018-08-29 Keith SeitzChange `label_symbols' to std::vector in linespec.c...
2018-08-29 Keith SeitzChange `function_symbols' to std::vector
2018-08-29 Keith SeitzChange `file_symtabs' to std::vector
2018-08-29 Tom TromeyUse core_addr_to_string_nz in csky_analyze_prologue
2018-08-29 Tom TromeyFix windows-nat.c for -Wnarrowing
2018-08-29 Jim WilsonFix riscv-linux native gdb build failure.
2018-08-29 Sergio Durigan JuniorUpdate gnulib to current upstream master
2018-08-29 Gary BensonIndicate batch mode failures by exiting with nonzero...
2018-08-29 Simon MarchiRemove newline at end of warning message
2018-08-29 Alan HaywardAarch64: Float register detection for return values
2018-08-29 Alan HaywardAarch64: Float register detection for _push_dummy_call
2018-08-29 Alan HaywardAarch64: Func to detect args passed in float regs
2018-08-28 Simon MarchiGet rid of -Wodr warning (PR build/23399)
2018-08-28 Tom TromeyRemove some uses of VEC from parsers
2018-08-28 Simon MarchiImplement struct type_stack with a vector
2018-08-28 Hafiz Abid QadeerMention csky target in the NEWS.
2018-08-28 Hafiz Abid QadeerAdd support for new target 'csky'.
2018-08-27 Jan VranyMI: Fix printing of frame architecture with Python...
2018-08-27 Tom TromeyRemove -Wno-narrowing from warnings.m4
2018-08-27 Tom TromeyAvoid -Wnarrowing warnings in aarch64-linux-tdep.c
2018-08-27 Tom TromeyAvoid -Wnarrowing warnings in ppc64-tdep.c
2018-08-27 Tom TromeyFix two -Wnarrowing warnings in xtensa-tdep.h
2018-08-27 Tom TromeyAvoid -Wnarrowing warnings in struct tramp_frame instances
2018-08-27 Tom TromeyUse CORE_ADDR_MAX in various "breaks" arrays
2018-08-27 Tom TromeyAvoid -Wnarrowing warnings from quote_char()
2018-08-27 Simon MarchiFix indentation in solist.h
2018-08-26 Simon MarchiMake ada_tasks_inferior_data::task_list an std::vector
2018-08-26 Simon MarchiMake ada-lang.c::add_angle_brackets return an std:...
2018-08-25 Simon MarchiInitialize variable in py_get_event_thread
2018-08-24 Pedro Alvesgdb/python: Use copy-initialization more when possible
2018-08-24 Pedro AlvesFix 8.2 regression in gdb.python/py-evthreads.exp w...
2018-08-23 Kevin BuettnerRelocate block range start and end addresses
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-23 Kevin BuettnerDisassemble blocks with non-contiguous ranges
2018-08-23 Kevin BuettnerAdd support for non-contiguous blocks to find_pc_partia...
2018-08-23 Kevin BuettnerRecord explicit block ranges from dwarf2read.c
2018-08-23 Kevin BuettnerAdd block range data structure for blocks with non...
2018-08-23 Xavier RoirandDarwin: fix bad loop incrementation
2018-08-22 Simon MarchiMake read_program_headers_from_bfd return a gdb::byte_v...
2018-08-22 Simon MarchiMake read_program_header return a gdb::byte_vector
2018-08-22 Simon MarchiFix restoring of inferior terminal settings
2018-08-22 Simon MarchiReplace xstrvprintf usages with string_vprintf
2018-08-22 Jan VranyMI: Print frame architecture when printing frames on...
2018-08-22 Alan HaywardAarch64 SVE VG is Vector Granule
2018-08-22 Alan HaywardAdd AArch64 SVE to NEWS and GDB manual
2018-08-21 Pedro AlvesDon't throw Scheme exceptions with live std::vector...
2018-08-21 Simon MarchiRemove unnecessary ternary operator in m32c-tdep.c
2018-08-20 Simon MarchiFix formatting in solib-svr4.c
2018-08-19 Michael SpangFix debugging of stripped PIE executables with padded...
2018-08-18 Kevin BuettnerAdd support for DW_OP_GNU_variable_value
next