aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Fix gdbsupport build on compilers that don't default to C++11 or aboveusers/palves/config.hPedro Alves2-0/+4
2020-01-16config.h v2Pedro Alves19-92/+173
2020-01-16[gdb] Move ChangeLog entries to their right filesPedro Alves29-314/+453
2020-01-16Support for DWARF5 location lists entriesNitika Achra2-0/+44
2020-01-16[binutils][arm] PR25376 Change MVE into a CORE_HIGH featureAndre Vieira6-243/+275
2020-01-16MSP430: Remove unused linker script template elf32msp430_3.scJozef Lawrynowicz2-224/+4
2020-01-16MSP430: Add input section rules for .upper sections to default linker scriptJozef Lawrynowicz4-0/+50
2020-01-16x86: drop found_cpu_match local variableJan Beulich2-8/+7
2020-01-16x86: drop stale Vec_Imm4 related commentJan Beulich2-2/+4
2020-01-16x86: add a few more missing VexWIGJan Beulich3-8/+14
2020-01-16x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit modeJan Beulich7-20/+70
2020-01-16Automatic date update in version.inGDB Administrator1-1/+1
2020-01-15texi2pod.pl: import support for @t{...} from gccSimon Marchi2-0/+5
2020-01-15Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi2-1/+7
2020-01-15Set the default page size of the PDP11 target to 8192 bytes.Lars Brinkhoff4-2/+12
2020-01-16tic4x disassembly static variablesAlan Modra2-31/+54
2020-01-15MSP430: Fix relocation overflow when using #lo(EXP) macroJozef Lawrynowicz10-11/+114
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