summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix gdbsupport build on compilers that don't default to C++11 or aboveusers/palves/config.hPedro Alves2020-01-162-0/+4
* config.h v2Pedro Alves2020-01-1619-92/+173
* [gdb] Move ChangeLog entries to their right filesPedro Alves2020-01-1629-314/+453
* Support for DWARF5 location lists entriesNitika Achra2020-01-162-0/+44
* [binutils][arm] PR25376 Change MVE into a CORE_HIGH featureAndre Vieira2020-01-166-243/+275
* MSP430: Remove unused linker script template elf32msp430_3.scJozef Lawrynowicz2020-01-162-224/+4
* MSP430: Add input section rules for .upper sections to default linker scriptJozef Lawrynowicz2020-01-164-0/+50
* x86: drop found_cpu_match local variableJan Beulich2020-01-162-8/+7
* x86: drop stale Vec_Imm4 related commentJan Beulich2020-01-162-2/+4
* x86: add a few more missing VexWIGJan Beulich2020-01-163-8/+14
* x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit modeJan Beulich2020-01-167-20/+70
* Automatic date update in version.inGDB Administrator2020-01-161-1/+1
* texi2pod.pl: import support for @t{...} from gccSimon Marchi2020-01-152-0/+5
* Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi2020-01-152-1/+7
* Set the default page size of the PDP11 target to 8192 bytes.Lars Brinkhoff2020-01-154-2/+12
* tic4x disassembly static variablesAlan Modra2020-01-162-31/+54
* MSP430: Fix relocation overflow when using #lo(EXP) macroJozef Lawrynowicz2020-01-1510-11/+114
* Reinstate gas em=freebsd for sparc-freebsdAlan Modra2020-01-152-0/+5
* PR25384, PowerPC64 ELFv1 copy relocs against function symbolsAlan Modra2020-01-157-27/+58
* Fix valgrind error from gdb.decode_lineTom Tromey2020-01-144-0/+25
* Automatic date update in version.inGDB Administrator2020-01-151-1/+1
* Don't link gdb twice against libibertyTom Tromey2020-01-142-1/+5
* Add gdbsupport check-defines scriptTom Tromey2020-01-144-0/+91
* Remove use of <config.h> from gdb/nat/Tom Tromey2020-01-144-24/+6
* Move many configure checks to common.m4Tom Tromey2020-01-1416-1980/+5360
* Move gdbsupport to the top levelTom Tromey2020-01-14146-141/+13387
* Consolidate definition of USE_WIN32APITom Tromey2020-01-147-37/+55
* Fix indentation in common.m4Tom Tromey2020-01-145-16/+25
* Make skip without argument skip the current inline functionBernd Edlinger2020-01-144-10/+30
* x86: Updated align branch tests for Darwin and i686-pc-elfLili Cui2020-01-1424-183/+254
* Fix/Update misc commentsLuis Machado2020-01-145-15/+24
* Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov2020-01-1413-127/+251
* som: Don't loop forever reading symbol chainsAlan Modra2020-01-142-2/+16
* ubsan: alpha-vms: segvAlan Modra2020-01-143-10/+20
* ubsan: z8k: left shift cannot be represented in type 'int'Alan Modra2020-01-142-8/+13
* Automatic date update in version.inGDB Administrator2020-01-141-1/+1
* gdb: Handle malformed ELF, symbols in non-allocatable sectionsAndrew Burgess2020-01-136-4/+253
* gdb/testsuite: Allow DWARF assembler to create multiple line tablesAndrew Burgess2020-01-132-0/+7
* Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur2020-01-135-92/+282
* gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi2020-01-135-4/+13
* gdb/tui: Place window titles in the center of the borderAndrew Burgess2020-01-134-5/+26
* gdb: use std::vector instead of alloca in core_target::get_core_register_sectionSimon Marchi2020-01-132-6/+10
* gdbserver: remove rule for files from regformats/i386Simon Marchi2020-01-132-3/+5
* Enable -Wmissing-declarations diagnosticSimon Marchi2020-01-135-3/+15
* gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add decl...Simon Marchi2020-01-133-1/+29
* gdbserver: make some functions static in linux-x86-low.cSimon Marchi2020-01-132-13/+22
* gdbserver: include gdbsupport/common-inferior.h in inferiors.cSimon Marchi2020-01-132-0/+5
* gdbserver: include hostio.h in hostio-errno.cSimon Marchi2020-01-132-0/+7
* gdb: add declaration to Python init functionSimon Marchi2020-01-132-0/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-13400-354/+1167