gdb: remove unnecessary lookup_cmd when deprecating commands
[binutils-gdb.git] / gdb / ChangeLog
2021-05-27 Simon Marchigdb: remove unnecessary lookup_cmd when deprecating...
2021-05-27 Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-27 Tom de Vries[gdb/symtab] Fix segfault in process_psymtab_comp_unit
2021-05-27 Tom de Vries[gdb/symtab] Fix typo in dwarf error message
2021-05-27 Tom de Vries[gdb/symtab] Fix Dwarf Error: cannot find DIE
2021-05-27 Simon MarchiRevert "gdb: change dwarf_die_debug to bool"
2021-05-27 Simon Marchigdb: change dwarf_die_debug to bool
2021-05-26 Simon Marchigdb: don't zero-initialize reg_buffer contents
2021-05-26 Tom TromeyIntroduce htab_delete_entry
2021-05-24 Hannes DomaniPrevent flickering when redrawing the TUI python window
2021-05-23 Tom de Vries[gdb/tdep] Use pid to choose process 64/32-bitness
2021-05-22 Philippe WaroquiersFix option type comments for CMDARG_EARLYINIT_FILE...
2021-05-21 Tom de Vries[gdb/testsuite] Add target board cc-with-gnu-debuglink.exp
2021-05-21 Tom de Vries[gdb/breakpoint] Fix assert in jit_event_handler
2021-05-20 Simon Marchigdb: remove linespec_p typedef
2021-05-20 Alexandra Hájkovácli-script: use unique_ptr to not leak next struct
2021-05-20 Alexandra HájkováAdd myself to gdb/MAINTAINERS
2021-05-20 Alexandra HájkováClean up my ChangeLog entry
2021-05-19 John BaldwinMark tu_abbrev_offset::operator<() const.
2021-05-19 Alexandra Hájkováinflow.c: Do not leak tty.
2021-05-17 Tom TromeyRename dwarf2/comp-unit.h
2021-05-17 Tom TromeyChange dwarf2_cu marking to use methods
2021-05-17 Tom TromeyMove some dwarf2_cu methods to new file
2021-05-17 Tom TromeyMove dwarf2_cu to new header file
2021-05-17 Andrew Burgessgdb: additional settings for emacs in .dir-locals.el
2021-05-17 Tom TromeyAvoid crash with GCC trunk
2021-05-17 Tom TromeyFix ubsan build
2021-05-17 Tom TromeyFix buffer underflow in add_path
2021-05-17 Tom TromeyChange how dwarf2_per_cu_data is deleted
2021-05-17 Tom TromeyReplace sort_tu_by_abbrev_offset with operator<
2021-05-17 Simon Marchigdb: add pyproject.toml
2021-05-17 Simon Marchigdb: add cmd_list_element::is_command_class_help
2021-05-17 Simon Marchigdb: add cmd_list_element::is_alias
2021-05-17 Simon Marchigdb: rename cmd_list_element::cmd_pointer to target
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-17 Simon Marchigdb: don't handle old == nullptr in add_alias_cmd
2021-05-17 Simon Marchigdb: move cmd_list_element::prefixname to cli/cli-decode.c
2021-05-16 Weimin PanCTF: handle forward reference type
2021-05-15 Tom TromeyFix Python pretty-printing bug in Rust
2021-05-14 Tankut Baris Aktemurgdb/python: add a 'connection_num' attribute to Inferio...
2021-05-14 Andrew Burgessgdb: some int to bool conversion in remote.c
2021-05-14 Kent Cheunggdb: fix pretty printing max depth behaviour
2021-05-14 Mike Frysingersim: create header namespace
2021-05-14 Mike Frysingergdb: lm32: drop unused sim headers
2021-05-13 Simon Marchigdb: maybe unpush target from old inferior in inf_child...
2021-05-13 Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-05-13 Simon Marchigdb: call target_follow_exec when "set follow-exec...
2021-05-13 Simon Marchigdb: remove cmd_list_element::pre_show_hook
2021-05-13 Luis Machado[AArch64] Fix off-by-one when calculating tag granules.
2021-05-12 Simon Marchigdb: make gdbpy_parse_command_name return a unique_xmal...
2021-05-12 Tom de VriesRevert "[gdb/symtab] Fix infinite recursion in dwarf2_c...
2021-05-12 George BarrettGuile: add value-const-value
2021-05-12 George BarrettGuile: add value-{rvalue-,}reference-value
2021-05-12 George BarrettGuile: improved rvalue reference support
2021-05-12 Markus Metzgergdb, btrace, pt: ignore status update enable events
2021-05-11 Simon Marchigdb: fix indentation in arm_record_data_proc_misc_ld_str
2021-05-11 Simon Marchigdb: fix indentation of cmd_list_element
2021-05-10 Lancelot SIX[PR gdb/27614] gdb-add-index fails on symlinks.
2021-05-10 Simon Marchigdb, gdbserver: make status_to_str display the signal...
2021-05-09 Andrew Burgessgdb/py: add some debugging to py-breakpoint.c
2021-05-09 Andrew Burgessgdb/py: convert debug logging in py-unwind to use new...
2021-05-09 Andrew Burgessgdb: replace fprint_frame_id
2021-05-09 Simon Marchigdb, gdbserver: make status_to_str return std::string
2021-05-09 Simon Marchigdb: add missing space in infrun_debug_printf
2021-05-08 Pedro AlvesDon't run personality syscall at configure time; don...
2021-05-07 Andrew Burgessgdb/guile: perform tilde expansion when sourcing guile...
2021-05-07 Simon Marchigdb: make target_desc_info::filename an std::string
2021-05-07 Simon Marchigdb: (de-)allocate target_desc_info with new/delete
2021-05-07 Simon Marchigdb: change target_desc_info::fetched to bool
2021-05-07 Simon Marchigdb: remove target description macros
2021-05-07 Andrew Burgessgdb: some int to bool conversion
2021-05-07 Simon Marchigdb: remove reference to current inferior in target_sta...
2021-05-07 Simon Marchigdb: make target_close check that the target isn't...
2021-05-07 Aaron Mereydebuginfod-support.c: Use long-lived debuginfod_client
2021-05-07 Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-05-07 Simon Marchigdb: re-format Python files using black 21.4b0
2021-05-07 Tom de Vries[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_b...
2021-05-07 Andrew Burgessgdb/guile: Have gdbscm_safe_source_script return a...
2021-05-06 Simon Marchigdb: make inferior::args a unique_xmalloc_ptr
2021-05-06 Andrew Burgessgdb/guile: don't try to print location for watchpoints
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force-condition' flag to the '-break...
2021-05-04 Tom de Vries[gdb/guile] Don't allow libguile to change libgmp mem fns
2021-04-30 Tom TromeyDo not separately read type units
2021-04-30 Tom TromeyRemove dwarf2_per_bfd::all_type_units
2021-04-30 Tom TromeyAllocate dwarf2_per_cu_data with 'new'
2021-04-30 Tom TromeyMake get_image_name static
2021-04-30 Tom TromeyShare DLL code between gdb and gdbserver
2021-04-30 Tom TromeyUse nat/windows-nat function indirection code
2021-04-30 Tom TromeyMove function indirection code to nat/windows-nat
2021-04-30 Tom TromeyUse template functions in windows-nat.c
2021-04-30 Tom TromeyFix crash with GNAT minimal encodings
2021-04-29 Simon Marchigdb: don't use C++17 namespace declaration style
2021-04-29 Simon Marchigdb: move some variables to an inner scope in save_wait...
2021-04-29 Andrew Burgessgdb/NEWS: Fix typo and stray full stop
2021-04-28 Tom TromeyFix Ada overloading with 'null'
2021-04-28 Andrew Burgessgdb: startup commands to control Python extension language
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28 Andrew Burgessgdb: initialise extension languages after processing...
2021-04-28 Andrew Burgessgdb delay guile initialization until gdbscm_finish_init...
next