gdb/modula-2: parsing of multi-subscript arrays
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2020-08-25  Gaius Mulleygdb/modula-2: parsing of multi-subscript arrays
2020-08-25  Andrew BurgessRevert "Fix for Bug 26372 [Modula-2] Parsing of multi...
2020-08-25  Gaius MulleyFix for Bug 26372 [Modula-2] Parsing of multi-subscript...
2020-08-25  Simon Marchigdb: move declaration of valprint_check_validity to...
2020-08-24  Simon Marchigdb: add debug_prefixed_vprintf
2020-08-24  Simon Marchigdb: add infrun_debug_printf macro
2020-08-23  Mark Wielaardada-lex.l: Ignore register diagnostic also for g++...
2020-08-22  Simon Marchigdb: assert that we don't try to get a frame's id while...
2020-08-20  Simon Marchigdb: handle the `ptid.is_pid ()` case in registers_chan...
2020-08-20  Simon Marchigdb: split regcaches management selftest
2020-08-20  Simon Marchigdb: refactor test_get_thread_arch_aspace_regcache
2020-08-20  Simon Marchigdb: clear regcaches at the start of regcaches selftest
2020-08-20  Tankut Baris Aktemurgdb: fix typo "breapoint" -> "breakpoint"
2020-08-20  Alok Kumar SharmaFix for incorrect breakpoint set in case of flang compi...
2020-08-19  Simon Marchigdb: add linux_nat_debug_printf macro
2020-08-18  Aaron Mereygdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS...
2020-08-17  Sergei Trofimovichgdb: fix IA64 build failure of linux-nat
2020-08-17  Tom TromeyFix MI crash with Ada string access
2020-08-17  Tom TromeyConvert CORE_ADDR to Python using gdb_py_object_from_ul...
2020-08-17  Simon Marchigdb: fix wrong indentation in symbol_needs_eval_context
2020-08-17  Simon Marchigdb: use bool in dwarf2_loc_desc_get_symbol_read_needs
2020-08-17  Tom de Vries[gdb] Fix printing of unresolved dynamic type
2020-08-15  Tom de Vries[gdb/backtrace] Fix printing of fortran string args
2020-08-14  Pedro Franco de... [PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREG
2020-08-14  Pedro Franco de... [PowerPC] Use < 0 and >= 0 for watchpoint ptrace calls
2020-08-14  Simon Marchigdb: add gdb_argv::as_array_view method
2020-08-13  Kamil Rytarowskigdb: Implement native dumpcore function
2020-08-13  Aaron Mereydebuginfod-support.c: Replace globals with user_data
2020-08-13  Simon Marchigdb: allow specifying multiple filters when running...
2020-08-12  Luis MachadoFix malloc allocation size sanity check
2020-08-12  Pedro AlvesMove multi-target NEWS entry to GDB 10 features
2020-08-12  Pedro Alvesgdb.base/corefile.exp regression for unix/-m32 on x86_6...
2020-08-11  Tom de Vries[gdb/build] Mark ms1 as deleted in MAINTAINERS
2020-08-10  Luis Machado[AArch64] Improve prologue handling (and fix PR26310)
2020-08-10  Luis Machado[AArch64] Fix incorrectly-defined SVE macro
2020-08-09  Simon Marchigdb: replace function pointer with `void *` data with...
2020-08-08  Tom de Vries[gdb/build] Fix missing implicit constructor call with...
2020-08-07  Simon Marchigdb: fix whitespace issues in ChangeLog
2020-08-07  Tom TromeyFix remaining Ravenscar regressions
2020-08-07  Tom TromeySet inferior_ptid in ravenscar_thread_target::update_th...
2020-08-07  Tom TromeyFetch registers from correct thread in ravenscar-thread.c
2020-08-07  Tom TromeyFix Ravenscar "process" resume
2020-08-07  Tom TromeyWrap xfer_partial and enable_btrace for Ravenscar
2020-08-07  Tom TromeyUse gdb::function_view in iterate_over_live_ada_tasks
2020-08-07  Tom TromeyChange names given to Ravenscar threads
2020-08-07  Tom TromeyHandle case where Ada task is current but not listed
2020-08-07  Tom TromeyReturn event_ptid from ravenscar_thread_target::wait
2020-08-07  Tom TromeyAvoid crash in ravenscar_thread_target::wait
2020-08-07  Tom TromeyCall add_active_thread after pushing the ravenscar...
2020-08-07  Simon Marchigdb: change regcache list to be a map
2020-08-07  Simon Marchigdb: pass target to thread_ptid_changed observable
2020-08-07  Caroline TiceAdd code for processing version 5 DWP files (for use...
2020-08-06  Simon Marchigdb: move regcache::regcaches to regcache.c
2020-08-06  Simon Marchigdb: rename regcache::current_regcache to regcache...
2020-08-06  Victor Collodamd64_analyze_prologue: fix incorrect comment
2020-08-06  Kevin BuettnerDon't output null pathname in core_target::build_file_m...
2020-08-05  Simon Marchigdb/testsuite: link some dwarf2 tests with nopie
2020-08-05  Tom TromeyFix variant part regressions with older Rust compiler
2020-08-05  Tom de Vries[gdb] Fix prop->const_val uses in gdbtypes.c
2020-08-04  Simon Marchigdb: use bool in frame code
2020-08-04  Simon Marchigdb: change frame_info::prev_func::p type to cached_cop...
2020-08-04  Mark WielaardUpdate email address in MAINTAINERS
2020-08-04  Simon Marchigdb: remove TYPE_DYN_PROP_ADDR
2020-08-04  Simon Marchigdb: remove TYPE_DYN_PROP_KIND
2020-08-04  Simon Marchigdb: remove TYPE_DYN_PROP_BATON
2020-08-04  Jose E. Marchesisim: eBPF simulator
2020-08-04  Jose E. Marchesigdb: support for eBPF
2020-08-04  Tom de Vries[gdb/symtab] Handle invalid partial DIE reference
2020-08-03  John BaldwinUpdate FreeBSD system calls for 13.0-CURRENT.
2020-08-03  John BaldwinFix script name in usage and generated year range.
2020-08-03  Tom de Vries[gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user range
2020-07-30  Simon Marchigdb: handle non-const property types in ada_modulus...
2020-07-30  Tankut Baris Aktemurgdb/breakpoint: refactor 'set_breakpoint_condition'
2020-07-30  Tankut Baris Aktemurgdb/breakpoint: set the condition exp after parsing...
2020-07-30  Tankut Baris Aktemurgdb/breakpoint: do not update the condition string...
2020-07-30  Rainer OrthUnify Solaris procfs and largefile handling
2020-07-30  Tom de Vries[gdb/build] Fix Wmaybe-uninitialized in gdb/ui-style.h
2020-07-29  Tom de Vries[tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_...
2020-07-28  Andrew BurgessDemangle function names when disassembling
2020-07-28  Tom TromeyUpdate "disassemble" help
2020-07-28  Tom TromeyFix bug in DW_OP_GNU_variable_value evaluation
2020-07-28  Kamil RytarowskiImplement xfer_partial TARGET_OBJECT_SIGNAL_INFO for...
2020-07-28  H.J. LuPKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[...
2020-07-28  H.J. LuPKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works
2020-07-28  Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-28  Andrew Burgessgdb: Add a find method for RegisterDescriptorIterator
2020-07-27  John BaldwinUse SIGTRAP si_code values for all FreeBSD architecture...
2020-07-27  Tom TromeyRemove unused declaration from gcore.h
2020-07-27  Tom de Vries[gdb/build] Fix typo sys/sockets.h -> sys/socket.h
2020-07-26  Eli ZaretskiiDon't unnecessarily redefine 'socklen_t' type in MinGW...
2020-07-25  Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
2020-07-24  Tom de Vries[gdb/symtab] Ignore zero line table entries
2020-07-24  Aaron Mereyconfig/debuginfod.m4: Use PKG_CHECK_MODULES
2020-07-23  Kevin BuettnerFix BZ 26294 - Add period to help text for maint print...
2020-07-23  Pedro AlvesDon't touch frame_info objects if frame cache was reini...
2020-07-23  Tom de Vries[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winso...
2020-07-23  Andrew Burgessgdb/disassembly: Update to handle non-statement addresses
2020-07-22  Kevin BuettnerAdd documentation for "maint print core-file-backed...
2020-07-22  Kevin BuettnerAdd new command "maint print core-file-backed-mappings"
2020-07-22  Kevin BuettnerAdjust coredump-filter.exp to account for NT_FILE note...
next
This page took 0.228093 seconds and 107 git commands to generate.