Move gdb/warning.m4 to gdbsupport
[binutils-gdb.git] / gdb /
2020-02-11 Simon MarchiMove gdb/warning.m4 to gdbsupport
2020-02-11 Tom TromeyRemove some ui_file_* functions
2020-02-11 Tom de Vries[gdb/testsuite] Fix UNRESOLVED in gdb.server/server...
2020-02-10 Tom de Vries[gdb] Fix -Wstrict-null-sentinel warnings
2020-02-10 Tom de Vries[gdb/testsuite] Skip multi-target.exp without gdbserver
2020-02-10 Maciej W. RozyckiGDB/testsuite: Fix a catastrophic step-over-no-symbols...
2020-02-09 Tom de Vries[gdb] Mention CU offset for <artifical> if verbose
2020-02-09 Tom de Vries[gdb/testsuite] Capture many-headers.exp progress and...
2020-02-09 Hannes DomaniUse enums for human-readable exception information.
2020-02-09 Hannes DomaniDisplay ExceptionRecord for $_siginfo
2020-02-08 Tom TromeyRemove "keep" parameter from cutu_reader constructor
2020-02-08 Tom TromeySimplify "want_partial_unit" handling
2020-02-08 Tom TromeyMove two more functions to dwarf2/leb.h
2020-02-08 Tom TromeyConvert read_address to a method on comp_unit_head
2020-02-08 Tom TromeyConvert read_offset to method on comp_unit_head
2020-02-08 Tom TromeyCreate dwarf2/comp-unit.[ch]
2020-02-08 Tom TromeyMove read_offset_1 to leb.c
2020-02-08 Tom TromeyConvert dwarf2_section_size to a method
2020-02-08 Tom TromeyUnify read_initial_length implementations
2020-02-08 Tom TromeyAdd some methods to dwarf2_per_cu_data
2020-02-08 Tom TromeyMove dwarf2_per_cu_data::imported_symtabs earlier
2020-02-08 Tom TromeyMove DWARF line_header to new file
2020-02-08 Tom TromeyChange line_table methods to return unique_xmalloc_ptr
2020-02-08 Tom TromeyChange file_full_name and file_file_name methods
2020-02-08 Tom TromeyMove dwarf_always_disassemble to dwarf2/loc.c
2020-02-08 Tom TromeyChange dwarf2_per_objfile::quick_file_names_table to...
2020-02-08 Tom TromeyMinor simplification in abbrev_table::read
2020-02-08 Tom TromeyUse htab_up in abbrev_table
2020-02-08 Tom TromeyMinor cleanups in abbrev_table
2020-02-08 Tom TromeyChange dwarf2_per_objfile::die_type_hash to htab_up
2020-02-08 Tom TromeyChange dwp_file to use htab_up
2020-02-08 Tom TromeyDon't allocate DWO file hash on obstack
2020-02-08 Tom TromeyChange dwarf2_per_objfile::line_header_hash to htab_up
2020-02-08 Tom TromeyChange dwarf2_per_objfile::type_unit_groups to htab_up
2020-02-08 Tom TromeyChange dwarf2_per_objfile::signatured_types to be htab_up
2020-02-08 Tom TromeyRemove DWARF queue-related globals
2020-02-08 Tom TromeyIntroduce die_info::has_children
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-02-08 Tom TromeyRemove die_reader_specs::comp_dir
2020-02-08 Tom TromeyDon't declare die_info in dwarf2read.h
2020-02-08 Tom TromeyRemove die_info_ptr typedef
2020-02-08 Tom TromeyChange attr_form_is_block to be a method
2020-02-08 Tom TromeyChange some attribute functions to be methods
2020-02-08 Tom TromeyCreate dwarf2/attribute.[ch]
2020-02-08 Tom TromeyCreate dwarf2/abbrev.[ch]
2020-02-08 Tom TromeyChange section functions to be methods of dwarf2_sectio...
2020-02-08 Tom TromeyCreate dwarf2/section.[ch]
2020-02-08 Tom TromeyCreate dwarf2/leb.[ch]
2020-02-08 Joel BrobeckerDocument the GDB 9.1 release in gdb/ChangeLog
2020-02-07 Iain BuclawMake fputs_unfiltered use fputs_maybe_filtered
2020-02-07 Iain BuclawMake gdb_flush also flush the wrap buffer
2020-02-07 Tom TromeyRevert basenames_may_differ patch
2020-02-07 Tom TromeyMove gdbserver to top level
2020-02-06 Shahab Vahedigdb: Catch exceptions if the source file is not found
2020-02-06 Andrew Burgessgdb/testsuite: Avoid leaking a port number into results...
2020-02-06 Shahab Vahedigdb: Add myself as one of GDB maintainer
2020-02-06 Ali TamurDisambiguate info_print_options
2020-02-05 Christian BiesingerFix base class function call
2020-02-05 Christian BiesingerFix header guard name in #endif comment
2020-02-05 Maciej W. RozyckiRISC-V/Linux/native: Factor out target description...
2020-02-04 Alok Kumar Sharmagdb/fortran: Allow for using Flang in Fortran testing
2020-02-04 Andrew Burgessgdb/sim: Assert that the simulator ptid is not null_ptid
2020-02-04 Tom de Vries[gdb/testsuite] Add note to 'Race detection' entry...
2020-02-04 Tom de Vries[gdb/testsuite] Make inferior_exited_re match a single...
2020-02-04 Tom de Vries[gdb/testsuite] Use non-capturing parentheses for infer...
2020-02-04 Simon MarchiChange ints to bools around thread_info executing/resumed
2020-02-04 Rogerio Alvesgdb: fix powerpc disassembly tests
2020-02-04 Alok Kumar SharmaFixed gdb to print arrays with very high indexes
2020-02-03 Maciej W. RozyckiRISC-V/Linux/native: Determine FLEN dynamically
2020-02-03 Lukas DurfinaFix compilation error with musl in gdb/testsuite/gdb...
2020-02-01 Shahab Vahedigdb: Do not print empty-group regs when printing genera...
2020-01-31 Tom de Vries[gdb/testsuite] Fix typo in gdb.server/server-kill...
2020-01-31 Tom TromeyFix ravenscar-thread.c for multi-target
2020-01-31 Andrew Burgessgdb/tui: Disassembler scrolling of very small programs
2020-01-31 Andrew Burgessgdb/tui: Update help text for scroll commands
2020-01-29 Pedro AlvesFix -Werror-stringop error on infcmd.c:construct_inferi...
2020-01-29 Maciej W. Rozyckigdbserver: Fix whitespace configure.srv damage for...
2020-01-29 Pedro Franco de... Fix configure.srv error for Linux on PowerPC
2020-01-29 Luis MachadoTest handling of additional brk instruction patterns
2020-01-29 Luis MachadoRecognize more program breakpoint patterns
2020-01-29 Tankut Baris Aktemurtestsuite, cp: add expected failures to pass-by-ref...
2020-01-29 Tom de Vries[gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp...
2020-01-28 Hannes DomaniFix library segment-address for 64bit values
2020-01-27 Luis MachadoHarden gdb.base/step-over-syscall.exp
2020-01-27 Tom TromeyTwo minor changes in ctfread.c
2020-01-26 Tom TromeyVirtualize "readin" and "compunit_symtab"
2020-01-26 Tom TromeyConsolidate partial symtab dependency reading
2020-01-26 Tom TromeyIntroduce partial_symtab::expand_psymtab method
2020-01-26 Tom TromeyConsolidate psymtab "Reading" messages
2020-01-26 Tom TromeyIntroduce partial_symtab::read_symtab method
2020-01-26 Tom TromeyTurn start_psymtab_common into a constructor
2020-01-26 Tom TromeyChange allocate_psymtab to be a constructor
2020-01-26 Tom TromeyDo not allocate psymtabs via psymtab_storage
2020-01-26 Tom TromeyChange some psymtab fields to bool
2020-01-26 Tom TromeyUse new and delete for psymtabs
2020-01-26 Tom TromeyRemove an include from machoread.c
2020-01-26 Tom TromeyDocument m68k floating point feature correspondence
2020-01-25 Philippe WaroquiersDocument 'set|show exec-file-mismatch (ask|warn|off)'
2020-01-25 Philippe WaroquiersTest 'set exec-file-mismatch ask|warn|off'.
2020-01-25 Philippe WaroquiersImplement 'set/show exec-file-mismatch'.
next