aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-0/+35
2020-02-08Remove die_reader_specs::comp_dirTom Tromey1-0/+5
2020-02-08Don't declare die_info in dwarf2read.hTom Tromey1-0/+4
2020-02-08Remove die_info_ptr typedefTom Tromey1-0/+4
2020-02-08Change attr_form_is_block to be a methodTom Tromey1-0/+13
2020-02-08Change some attribute functions to be methodsTom Tromey1-0/+23
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey1-0/+11
2020-02-08Create dwarf2/abbrev.[ch]Tom Tromey1-0/+13
2020-02-08Change section functions to be methods of dwarf2_section_infoTom Tromey1-0/+36
2020-02-08Create dwarf2/section.[ch]Tom Tromey1-0/+13
2020-02-08Create dwarf2/leb.[ch]Tom Tromey1-0/+14
2020-02-08Document the GDB 9.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw1-0/+13
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-0/+17
2020-02-07Revert basenames_may_differ patchTom Tromey1-0/+5
2020-02-07Move gdbserver to top levelTom Tromey1-0/+9
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi1-0/+9
2020-02-06gdb: Add myself as one of GDB maintainerShahab Vahedi1-0/+4
2020-02-05Fix base class function callChristian Biesinger1-0/+5
2020-02-05Fix header guard name in #endif commentChristian Biesinger1-0/+4
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki1-0/+9
2020-02-04gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess1-0/+5
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-0/+20
2020-02-03Fixed gdb to print arrays with very high indexesAlok Kumar Sharma1-0/+6
2020-02-03RISC-V/Linux/native: Determine FLEN dynamicallyMaciej W. Rozycki1-0/+11
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi1-0/+5
2020-01-31Fix ravenscar-thread.c for multi-targetTom Tromey1-0/+5
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess1-0/+7
2020-01-31gdb/tui: Update help text for scroll commandsAndrew Burgess1-0/+5
2020-01-29Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves1-0/+6
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+24
2020-01-26Two minor changes in ctfread.cTom Tromey1-0/+5
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey1-0/+19
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-0/+13
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-0/+30
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-0/+10
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-0/+45
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-0/+12
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-0/+13
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey1-0/+8
2020-01-26Change some psymtab fields to boolTom Tromey1-0/+13
2020-01-26Use new and delete for psymtabsTom Tromey1-0/+10
2020-01-26Remove an include from machoread.cTom Tromey1-0/+4
2020-01-25Document 'set|show exec-file-mismatch (ask|warn|off)'Philippe Waroquiers1-0/+4
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers1-0/+12
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess1-0/+13
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess1-0/+9
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess1-0/+9
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves1-0/+13
2020-01-24Make the class name in the definition match the declarationChristian Biesinger1-0/+7