aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-15Reinstate gas em=freebsd for sparc-freebsdAlan Modra2-0/+5
2020-01-15PR25384, PowerPC64 ELFv1 copy relocs against function symbolsAlan Modra7-27/+58
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey4-0/+25
2020-01-15Automatic date update in version.inGDB Administrator1-1/+1
2020-01-14Don't link gdb twice against libibertyTom Tromey2-1/+5
2020-01-14Add gdbsupport check-defines scriptTom Tromey4-0/+91
2020-01-14Remove use of <config.h> from gdb/nat/Tom Tromey4-24/+6
2020-01-14Move many configure checks to common.m4Tom Tromey16-1980/+5360
2020-01-14Move gdbsupport to the top levelTom Tromey146-141/+13387
2020-01-14Consolidate definition of USE_WIN32APITom Tromey7-37/+55
2020-01-14Fix indentation in common.m4Tom Tromey5-16/+25
2020-01-14Make skip without argument skip the current inline functionBernd Edlinger4-10/+30
2020-01-14x86: Updated align branch tests for Darwin and i686-pc-elfLili Cui24-183/+254
2020-01-14Fix/Update misc commentsLuis Machado5-15/+24
2020-01-14Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov13-127/+251
2020-01-14som: Don't loop forever reading symbol chainsAlan Modra2-2/+16
2020-01-14ubsan: alpha-vms: segvAlan Modra3-10/+20
2020-01-14ubsan: z8k: left shift cannot be represented in type 'int'Alan Modra2-8/+13
2020-01-14Automatic date update in version.inGDB Administrator1-1/+1
2020-01-13gdb: Handle malformed ELF, symbols in non-allocatable sectionsAndrew Burgess6-4/+253
2020-01-13gdb/testsuite: Allow DWARF assembler to create multiple line tablesAndrew Burgess2-0/+7
2020-01-13Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur5-92/+282
2020-01-13gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi5-4/+13
2020-01-13gdb/tui: Place window titles in the center of the borderAndrew Burgess4-5/+26
2020-01-13gdb: use std::vector instead of alloca in core_target::get_core_register_sectionSimon Marchi2-6/+10
2020-01-13gdbserver: remove rule for files from regformats/i386Simon Marchi2-3/+5
2020-01-13Enable -Wmissing-declarations diagnosticSimon Marchi5-3/+15
2020-01-13gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add decl...Simon Marchi3-1/+29
2020-01-13gdbserver: make some functions static in linux-x86-low.cSimon Marchi2-13/+22
2020-01-13gdbserver: include gdbsupport/common-inferior.h in inferiors.cSimon Marchi2-0/+5
2020-01-13gdbserver: include hostio.h in hostio-errno.cSimon Marchi2-0/+7
2020-01-13gdb: add declaration to Python init functionSimon Marchi2-0/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi400-354/+1167
2020-01-13gdb: make regformats output a declaration for the init functionSimon Marchi2-0/+8
2020-01-13gdbserver: fix Makefile dependency of regformat-generated files on regdat.shSimon Marchi2-4/+9
2020-01-13Moev declaration of loop variable outside of the loop.Nick Clifton2-1/+3
2020-01-13gdb: adjust remote-sim.c to multi-targetSimon Marchi2-78/+91
2020-01-13[gas][aarch64] Turn on SVE when using f32mm or f64mm extensionsMatthew Malcomson2-2/+7
2020-01-13Add test driver for the debuginfod support in the binutils sub-directory.Nick Clifton2-0/+193
2020-01-13Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger7-9/+877
2020-01-13Re: PR23560, PR23561, readelf memory leaksAlan Modra1-2/+2
2020-01-13Regen ld BLD-POTFILES.inAlan Modra2-2/+4
2020-01-13PR23560, PR23561, readelf memory leaksAlan Modra3-12/+44
2020-01-13PR25362, memory leak in nmAlan Modra2-0/+7
2020-01-13[ARC][committed] Update test matching pattern.Claudiu Zissulescu2-4/+8
2020-01-13[ARC][committed] Code cleanup and improvements.Claudiu Zissulescu12-70/+40
2020-01-13[ARC][committed] Update ARC cpu listClaudiu Zissulescu2-0/+8
2020-01-13[ARC][committed] Use DWARF.sc in elf linker script templates.Claudiu Zissulescu3-98/+70
2020-01-13[ARC] [COMMITTED] Change ACCL/ACCH reg name to generic.Claudiu Zissulescu2-1/+6
2020-01-13asan: ns32k: wild memory writeAlan Modra2-6/+10