aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Change dwarf2_per_objfile::die_type_hash to htab_upTom Tromey3-13/+14
2020-02-08Change dwp_file to use htab_upTom Tromey2-12/+17
2020-02-08Don't allocate DWO file hash on obstackTom Tromey2-7/+10
2020-02-08Change dwarf2_per_objfile::line_header_hash to htab_upTom Tromey3-13/+15
2020-02-08Change dwarf2_per_objfile::type_unit_groups to htab_upTom Tromey3-11/+16
2020-02-08Change dwarf2_per_objfile::signatured_types to be htab_upTom Tromey4-52/+71
2020-02-08Remove DWARF queue-related globalsTom Tromey3-60/+76
2020-02-08Introduce die_info::has_childrenTom Tromey2-48/+52
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey67-98/+133
2020-02-08Remove die_reader_specs::comp_dirTom Tromey2-11/+5
2020-02-08Don't declare die_info in dwarf2read.hTom Tromey2-1/+4
2020-02-08Remove die_info_ptr typedefTom Tromey2-1/+4
2020-02-08Change attr_form_is_block to be a methodTom Tromey4-33/+45
2020-02-08Change some attribute functions to be methodsTom Tromey4-103/+126
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey5-168/+253
2020-02-08Create dwarf2/abbrev.[ch]Tom Tromey5-224/+300
2020-02-08Change section functions to be methods of dwarf2_section_infoTom Tromey5-162/+183
2020-02-08Create dwarf2/section.[ch]Tom Tromey6-223/+315
2020-02-08Create dwarf2/leb.[ch]Tom Tromey8-149/+196
2020-02-08Document the GDB 9.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw6-7/+28
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw11-12/+44
2020-02-07Revert basenames_may_differ patchTom Tromey4-12/+20
2020-02-07Move gdbserver to top levelTom Tromey111-91899/+13
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi5-19/+133
2020-02-06gdb/testsuite: Avoid leaking a port number into results summaryAndrew Burgess2-1/+7
2020-02-06gdb: Add myself as one of GDB maintainerShahab Vahedi2-0/+5
2020-02-05Disambiguate info_print_optionsAli Tamur1-22/+24
2020-02-05Fix base class function callChristian Biesinger2-2/+7
2020-02-05Fix header guard name in #endif commentChristian Biesinger2-1/+5
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki5-49/+124
2020-02-04gdb/fortran: Allow for using Flang in Fortran testingAlok Kumar Sharma2-7/+24
2020-02-04gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess2-0/+6
2020-02-04[gdb/testsuite] Add note to 'Race detection' entry in READMETom de Vries2-0/+11
2020-02-04[gdb/testsuite] Make inferior_exited_re match a single lineTom de Vries2-1/+5
2020-02-04[gdb/testsuite] Use non-capturing parentheses for inferior_exited_reTom de Vries2-1/+5
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi10-30/+50
2020-02-03gdb: fix powerpc disassembly testsRogerio Alves5-19/+27
2020-02-03Fixed gdb to print arrays with very high indexesAlok Kumar Sharma5-1/+74
2020-02-03RISC-V/Linux/native: Determine FLEN dynamicallyMaciej W. Rozycki2-26/+97
2020-02-03Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.cLukas Durfina2-2/+6
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi2-5/+13
2020-02-01[gdb/testsuite] Fix typo in gdb.server/server-kill-python.expTom de Vries2-1/+5
2020-01-31Fix ravenscar-thread.c for multi-targetTom Tromey2-1/+7
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess5-1/+87
2020-01-31gdb/tui: Update help text for scroll commandsAndrew Burgess2-4/+17
2020-01-29Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves2-0/+11
2020-01-29gdbserver: Fix whitespace configure.srv damage for `i[34567]86-*-mingw*'Maciej W. Rozycki2-1/+6
2020-01-29Fix configure.srv error for Linux on PowerPCPedro Franco de Carvalho2-1/+6
2020-01-29Test handling of additional brk instruction patternsLuis Machado3-0/+105