Change program_space_empty_p to method on program_space
[binutils-gdb.git] / gdb /
2020-10-29 Tom TromeyChange program_space_empty_p to method on program_space
2020-10-29 Tom TromeyChange clear_program_space_solib_cache to method on...
2020-10-29 Tom TromeyRemove symfile_objfile macro
2020-10-29 Tom TromeyChange program_space::ebfd to a gdb_bfd_ref_ptr
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-29 Tom TromeyRemove current_target_sections macro
2020-10-29 Tom TromeyRemove exec_bfd_mtime define
2020-10-29 Tom TromeyRemove commented-out code from gcore.c
2020-10-29 Tom TromeyChange exec_close to be a method on program_space
2020-10-29 Tom TromeyRemove exec_filename macro
2020-10-29 Tom TromeyAdd target_section constructor
2020-10-29 Tankut Baris Aktemurgdb: restore thread after detaching or killing an inferior
2020-10-29 Tom de Vries[gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.exp
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.python/py-symbol.exp with ...
2020-10-28 Tom de Vries[gdb/testsuite] Fix re-read FAILs with -readnow
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.rust/traits.exp with -readnow
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.base/relocate.exp with -readnow
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with ...
2020-10-28 Tom de Vries[gdb/symtab] Fix language of frame without debug info
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnow
2020-10-28 Tom de Vries[gdb/testsuite] Fix typo in gdb.cp/nsalias.exp
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with...
2020-10-28 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp...
2020-10-27 Tom de Vries[gdb/testsuite] Fix gdb.base/multi-forks.exp timeout...
2020-10-27 Tom de Vries[gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp
2020-10-27 Tom de Vries[gdb/testsuite] Fix gdb.base/maint.exp FAILs with ...
2020-10-27 Tom de Vries[gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with...
2020-10-27 Gary BensonFix gdb.python/py-format-string.exp with Clang
2020-10-27 Gary BensonAdd skip_fortran_tests to two Fortran testcases
2020-10-27 Simon Marchigdb: remove unused includes in m32c-tdep.c
2020-10-27 Simon Marchigdb: remove unused includes in xtensa-tdep.c
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: use gdb::option for the '-force' flag
2020-10-27 Tom de Vries[gdb/testsuite] Fix section matching in find_pc_sect_co...
2020-10-27 Tom de Vries[gdb/symtab] Use early continue in find_pc_sect_compuni...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: disable a bp location if condition...
2020-10-26 Tom TromeyFix some minor bugs in test suite command logging
2020-10-26 Tom de Vries[gdb/symtab] Read CU base address for enqueued CU
2020-10-26 Tom TromeyDon't inherit range-type signed-ness from underlying...
2020-10-26 Pedro Alvesgdb::handle_eintr, remove need to specify return type
2020-10-26 Tom de Vries[gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS
2020-10-26 Tom de Vries[gdb/testsuite] Add missing ranges base in dw2-objfile...
2020-10-26 Simon Marchigdb: move ptrace.m4 to gdbsupport
2020-10-25 Simon Marchigdb: use inferior parameter in add_vsyscall_page
2020-10-25 Simon Marchigdb: make jit.c use the inferior_created inferior parameter
2020-10-25 Simon Marchigdb: pass inferior to check_pid_namespace_match
2020-10-25 Simon Marchigdb: add inferior parameter to inferior_created observable
2020-10-24 Joel BrobeckerDocument the GDB 10.1 release in gdb/ChangeLog
2020-10-23 Tom de Vries[gdb/testsuite] Don't use default form in Dwarf::_guess...
2020-10-23 Tom de Vries[gdb/testsuite] Use $srcfile in DW_AT_name for CU
2020-10-23 Joel Brobeckerada-typeprint.c::ada_print_type: Remove redundant call...
2020-10-23 Andrew Burgessgdb: move f_language class into a header file
2020-10-23 Andrew Burgessgdb: Improve documentation comment on language_defn...
2020-10-23 Andrew Burgessgdb: Rename language_defn::demangle
2020-10-23 Andrew Burgessgdb: remove LA_ITERATE_OVER_SYMBOLS macro
2020-10-23 Andrew Burgessgdb: remove LA_PRINT_ARRAY_INDEX macro
2020-10-23 Andrew Burgessgdb: remove LA_VALUE_PRINT macro
2020-10-23 Andrew Burgessgdb: remove LA_PRINT_TYPEDEF macro
2020-10-23 Andrew Burgessgdb: move Modula2 language class into a header file
2020-10-23 Andrew Burgessgdb: Merge auto and unknown language implementations
2020-10-22 Hannes DomaniRemove gdb_assert for TYPE_CODE_METHOD in stabs reader
2020-10-22 Hannes DomaniDon't create _Complex type name if there is no target...
2020-10-22 Simon Marchigdb: remove unused macros from target-debug.h
2020-10-22 Simon Marchigdb: make target_ops::make_corefile_notes return a...
2020-10-22 Tom de Vries[gdb/symtab] Make find_block_in_blockvector more robust
2020-10-22 Simon Marchigdb/dwarf: fix reading subprogram with DW_AT_specificat...
2020-10-22 Luis MachadoFix gdb.base/msym*.exp failures
2020-10-22 Luis MachadoFix gdb.base/corefile2.exp regression when running...
2020-10-22 Andrew Burgessgdb/fortran: add support for parsing array strides...
2020-10-22 Andrew Burgessgdb: rename 'enum range_type' to 'enum range_flag'
2020-10-22 Andrew Burgessgdb: Convert enum range_type to a bit field enum
2020-10-21 Simon Marchigdb: fix two comments in infrun
2020-10-21 Simon Marchigdb: make gdbarch_make_corefile_notes return a unique ptr
2020-10-21 Gary BensonFix gdb.mi/mi-fullname-deleted.exp with Clang
2020-10-20 Simon Marchigdb: make gdbarch_displaced_step_hw_singlestep return...
2020-10-20 Simon Marchigdb: make gdbarch predicates return bool
2020-10-20 Tom TromeyRemove varobj_item typedef
2020-10-20 Simon Marchigdb: change some int to bool in infrun.c
2020-10-20 Simon Marchigdb: fix comment of get_displaced_stepping_state
2020-10-20 Andreas SchwabFix help string of alias command
2020-10-20 Tom de Vries[gdb/testsuite] Remove superfluous marker in pr13961.S
2020-10-20 Tom de Vries[gdb/testsuite] Use main.c in gdb.dwarf2
2020-10-20 Tom de Vries[gdb/testsuite] Clean up redundant info in gdb.dwarf2
2020-10-20 Tom de Vries[gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2
2020-10-19 Tom TromeyDon't erase TUI source window when switching focus
2020-10-19 Tankut Baris Aktemurgdb/thread: fine-tune 'info threads' help text
2020-10-19 Tankut Baris Aktemurgdb/frame: remove an unused type alias
2020-10-19 Mihails Strasunsgdb: get jiter objfile from a bound minsym
2020-10-17 Tom TromeyHave partial symbol tables own psymbol vectors
2020-10-17 Tom TromeyMake range types inherit signed-ness from base type
2020-10-16 Tom de Vries[gdb/symtab] Handle setting line bp without debug line...
2020-10-16 Tom de Vries[gdb/testsuite] Remove hardcoded filenames in gdb.dwarf...
2020-10-16 Tom de Vries[gdb/testsuite] Fix function comment for gdb_breakpoint
2020-10-16 Tom de Vries[gdb/testsuite] Be more verbose about abort in gdb_brea...
2020-10-14 Tom de Vries[gdb/testsuite] Fix gdb.ada/mi_catch_ex{,_hand}.exp...
2020-10-14 Tom de Vries[gdb] Fix segfault in solib_contains_address_p
2020-10-13 Pedro AlvesEliminate mi_run_to_main, introduce mi_clean_restart
2020-10-13 Pedro Alvesgdb/testsuite/: Use "-qualified" in explicit "break...
2020-10-13 Pedro Alvesgdb/testsuite/: Use -qualified in runto_main / mi_runto...
2020-10-13 Pedro AlvesIntroduce mi_runto_main
next