aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Automatic date update in version.inGDB Administrator1-1/+1
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey5-35/+90
2020-01-26Consolidate partial symtab dependency readingTom Tromey7-90/+48
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey8-38/+82
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey6-78/+36
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey11-174/+277
2020-01-26Turn start_psymtab_common into a constructorTom Tromey8-31/+37
2020-01-26Change allocate_psymtab to be a constructorTom Tromey7-31/+35
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey3-14/+17
2020-01-26Change some psymtab fields to boolTom Tromey8-17/+30
2020-01-26Use new and delete for psymtabsTom Tromey5-40/+46
2020-01-26Remove an include from machoread.cTom Tromey2-1/+4
2020-01-26Document m68k floating point feature correspondenceTom Tromey2-0/+11
2020-01-26Automatic date update in version.inGDB Administrator1-1/+1
2020-01-25Document 'set|show exec-file-mismatch (ask|warn|off)'Philippe Waroquiers4-0/+53
2020-01-25Test 'set exec-file-mismatch ask|warn|off'.Philippe Waroquiers4-1/+89
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers5-10/+158
2020-01-25Automatic date update in version.inGDB Administrator1-1/+1
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess6-15/+579
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess6-25/+227
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess6-11/+61
2020-01-24RISC-V: Minor cleanup for s extension support.Jim Wilson2-5/+9
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves8-18/+265
2020-01-24Add install-strip target to gdbserverHannes Domani5-1/+236
2020-01-24Make the class name in the definition match the declarationChristian Biesinger2-2/+9
2020-01-24Define _KERNTYPES in arm-nbsd-nat.cChristian Biesinger2-0/+7
2020-01-24Support the NetBSD version of pthread_setname_npChristian Biesinger2-2/+15
2020-01-24Fix an illegal call to free() when copying a PE format file.Nick Clifton2-2/+11
2020-01-24gdbserver: Make `make TAGS' actually workMaciej W. Rozycki5-38/+65
2020-01-24gdbserver: Remove a stale TAGS recipe for config filesMaciej W. Rozycki2-3/+5
2020-01-24Fix issue with warning messages about corrupt debuginfod notes.Nick Clifton2-2/+7
2020-01-24Update comments about removed functionChristian Biesinger6-6/+17
2020-01-24gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess4-0/+105
2020-01-24gdb: Re-enable stdin for all UIs from start_event_loopAndrew Burgess5-1/+153
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess6-78/+288
2020-01-24gdb/tui: Prevent exceptions from trying to cross readlinePedro Alves1-3/+28
2020-01-24Automatic date update in version.inGDB Administrator1-1/+1
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi17-82/+135
2020-01-23gdb: fix variable shadowing error in darwin-nat.cSimon Marchi2-2/+8
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi5-109/+160
2020-01-23Cache the text section offset of shared librariesHannes Domani5-7/+27
2020-01-23Updated translations for various binutils sub-directories.Nick Clifton7-3702/+4293
2020-01-23PR25444, Floating point exception in _bfd_elf_compute_section_file_positionsAlan Modra2-5/+17
2020-01-22RISC-V: Change -march parsing.Jim Wilson12-105/+324
2020-01-23Automatic date update in version.inGDB Administrator1-1/+1
2020-01-22MSP430: Fix simulator execution of RRUX instructionJozef Lawrynowicz4-2/+27
2020-01-22x86: Always disallow double word suffix with word general registerH.J. Lu6-30/+35
2020-01-22x86-64: Skip GNU2 TLS tests only without compiler supportH.J. Lu2-2/+8
2020-01-22PowerPC64 tls_get_addr_desc static supportAlan Modra9-1/+357
2020-01-22PowerPC64 __tls_get_addr_descAlan Modra23-98/+1572