Make ada_decode not use a static buffer
[binutils-gdb.git] / gdb / ChangeLog
2019-09-23 Christian BiesingerMake ada_decode not use a static buffer
2019-09-22 Simon Marchigdb: fix formatting in solib-svr4.c
2019-09-21 Simon Marchigdb: change "nonzero" to "true" in comments
2019-09-21 Christian BiesingerReplace solib_global_lookup with gdbarch_iterate_over_o...
2019-09-20 Joel Brobeckergdb/NEWS: Move entries about MI v3 and multi-loc breakp...
2019-09-20 Joel BrobeckerDocument the GDB 8.3.1 release in gdb/ChangeLog
2019-09-20 Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-20 Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20 Tom TromeyUse make_unique_xstrdup in TUI
2019-09-20 Tom TromeyRemove separator comments from TUI
2019-09-20 Tom TromeyRemove strcat_to_buf
2019-09-20 Tom TromeyRename a private data member in tui_source_window
2019-09-20 Tom TromeyRename private data members of tui_data_window
2019-09-20 Tom TromeyChange members of tui_locator_window to std::string
2019-09-20 Tom TromeyRemove a call to tui_locator_win_info_ptr
2019-09-20 Tom TromeyDon't call refresh in tui_resize_all
2019-09-20 Tom TromeySet TUI locator height to 1
2019-09-20 Tom TromeyChange "win_resized" to bool
2019-09-20 Tom TromeyUse "bool" in tui_data_window::show_register_group
2019-09-20 Tom TromeySimplify TUI disassembly
2019-09-20 Tom TromeySimplify tui_source_window_base::show_source_content
2019-09-20 Tom TromeyRemove some explicit re-rendering from the TUI
2019-09-20 Tom TromeyChange tui_make_status_line to be a method
2019-09-20 Tom TromeyChange tui_make_status_line to return std::string
2019-09-20 Tom TromeyMove "fullname" to tui_source_window
2019-09-20 Tom TromeyChange tui_source_element::line to be a unique_xmalloc_ptr
2019-09-20 Tom TromeyRemove tui_clear_source_windows_detail
2019-09-20 Tom TromeyFix crash in Ada "catch exception"
2019-09-20 Alan Modrabfd macro conversion to inline functions
2019-09-20 Christian BiesingerMove declaration of overload_resolution to value.h
2019-09-20 Christian BiesingerMove arm_apcs_32 extern declaration to header
2019-09-20 Christian BiesingerDeclare dwarf_always_disassemble in dwarf2read.h
2019-09-19 Tom de Vries[gdb] Catch exception when constructing the highlighter
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Joel BrobeckerUpdate ChangeLog entry of commit 677052f2a5c67f1d9b2e6d...
2019-09-18 Tom TromeyGive a name to the TUI SingleKey keymap
2019-09-18 Christian Groesslergdb: Fix native build on Linux/Alpha.
2019-09-18 Simon Marchigdb: remove local extern declaration of cli_styling
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-18 Alan ModraConstify target name, reloc name, and carsym name
2019-09-18 Alan ModraUse bfd_set_filename more
2019-09-18 Christian BiesingerMake extern declaration of dwarf_always_disassemble...
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-17 Mike Gulickgdb: Look for compilation directory relative to directo...
2019-09-17 Andrew Burgessgdb: Catch exceptions when accessing source cache
2019-09-17 Joel Brobecker(Ada) do not print Ada task names in quotes in "info...
2019-09-17 Christian BiesingerDon't duplicate comment in symfile.c and .h
2019-09-15 Christian BiesingerAdd a NEWS entry that gdb can be compiled with py3...
2019-09-13 Andrew Burgessgdb: Force use of float version of log10
2019-09-13 Andrew Burgessgdb: Have 'maint info sections' print all sections...
2019-09-13 Andrew Burgessgdb: Don't fault for 'maint print psymbols' when using...
2019-09-12 Philippe WaroquiersOutput the Ada task name in more messages.
2019-09-12 Rainer OrthFix signals reported for faults on Solaris
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-11 Christian BiesingerFactor out the code to do the datadir-relocation for...
2019-09-11 Christian BiesingerRefactor get_init_files to use std::string
2019-09-11 Ali TamurFix float to LONGEST conversion.
2019-09-11 Christian BiesingerChange the type of copy_names from int to bool
2019-09-11 Tom TromeyIntroduce bfd_set_filename
2019-09-10 Tom TromeyAdd Ada support for .debug_names
2019-09-10 Tom TromeyFix latent bug in .debug_names file-name handling
2019-09-10 Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10 Tom TromeySimplify psym_map_matching_symbols
2019-09-10 Tom TromeyChange iterate_over_symbols to return bool
2019-09-10 Tom TromeyChange map_matching_symbols to take a symbol_found_call...
2019-09-10 Ali TamurDWARF 5 support: Handle dwo_id
2019-09-09 Tom TromeyUse ui_out for "info win"
2019-09-09 Philippe WaroquiersFix leak detected in python.c initialization code.
2019-09-08 Tom TromeyTruncate long TUI window titles
2019-09-07 Simon MarchiChange lookup_symbol's block_index parameter type to...
2019-09-06 Christian BiesingerChange int to bool for the relocate_* functions
2019-09-06 Alan Modrabfd_get_filename
2019-09-03 Andrew Burgessgdb: Handle missing domain types in: maintenance print...
2019-09-03 Tom TromeyHandle biased types
2019-09-02 Alan HaywardCheck arguments for all probes before using them
2019-09-02 Alan HaywardUse gdbarch for probe::get_argument_count
2019-09-02 Alan HaywardRefactor svr4_create_solib_event_breakpoints
2019-08-30 Sergio Durigan JuniorRemove "\nError: " suffix from nat/fork-inferior.c...
2019-08-30 Tom TromeyRemove tui_win_info::refresh_all
2019-08-30 Tom TromeyDon't call wrefresh from tui_cont_sig
2019-08-30 Tom TromeyMinor rearrangement of tui-stack.c
2019-08-30 Tom TromeyMake tui_locator_window::set_locator_fullname re-render
2019-08-30 Tom TromeySwap tui_show_locator_content and tui_locator_window...
2019-08-30 Tom TromeyTurn two locator functions into methods
2019-08-30 Tom TromeyDon't call tui_refresh_all from show_layout
2019-08-30 Tom TromeyDon't call touchwin in tui_gen_win_info::refresh_window
2019-08-30 Tom TromeyRemove NULL checks from box_win
2019-08-30 Tom TromeySimplify register display
2019-08-30 Tom TromeyPrivate data members in tui_data_window
2019-08-30 Tom TromeyRemove some calls in tui_data_window
2019-08-30 Tom TromeyRemove some checks of .empty()
2019-08-30 Tom TromeyRemove tui_data_window::display_all_data
2019-08-30 Tom TromeyRemove NO_DATA_STRING
2019-08-29 Bernhard WodokFix PR win32/24284: tcp_auto_retry doesn't work in...
2019-08-28 Andrew Burgessgdb/fortran: Don't include module symbols when searchin...
2019-08-28 Andrew Burgessgdb/fortran: Implement la_print_typedef for Fortran
2019-08-27 Christian BiesingerFix compiler warning in linux-namespaces.c
2019-08-27 Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-26 Christian BiesingerFactor out the common code in lookup_{static,global...
2019-08-26 Tom de Vries[gdb, c++] Improve error message when using libstdcxx...
next