aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-10aarch64: Return an error on conditional branch to an undefined symbolSiddhesh Poyarekar4-24/+32
2020-09-10ld: Add more tests for --as-neededH.J. Lu7-0/+99
2020-09-10PR26597, FAIL: gdb.dlang/demangle.exp: _D8demangle4testFI5identZvAlan Modra2-2/+7
2020-09-10Add minimal and functional NetBSD/amd64 gdbserverKamil Rytarowski6-0/+1686
2020-09-10Switch local native code to gdb/nat shared functionsKamil Rytarowski2-134/+24
2020-09-10Avoid double free in startup_inferiorKamil Rytarowski2-1/+8
2020-09-10Add a common utility function to read and write siginfo_t in inferiorKamil Rytarowski3-0/+44
2020-09-10Add netbsd_nat::enable_proc_events in gdb/natKamil Rytarowski3-0/+31
2020-09-10Add gdb/nat common functions for listing threadsKamil Rytarowski3-0/+156
2020-09-10Add netbsd_nat::pid_to_exec_fileKamil Rytarowski3-0/+32
2020-09-10Build nat/netbsd-nat.o for the NetBSD native targetKamil Rytarowski2-1/+5
2020-09-10Register a placeholder for NetBSD shared functions in gdb/natKamil Rytarowski3-0/+56
2020-09-10Add handle_eintr to wrap EINTR handling in syscallsKamil Rytarowski2-0/+71
2020-09-10Stop symbols generated by the annobin gcc plugin from breaking the disassembl...Nick Clifton2-0/+31
2020-09-10CSKY: Enable extend lrw by default for CK802, CK803 and CK860.Cooper Qu2-1/+9
2020-09-10CSKY: Add L2Cache instructions for CK860.Cooper Qu3-110/+125
2020-09-10CSKY: Add new arches while refine the cpu option process.Cooper Qu4-172/+474
2020-09-10Re: PR26580, Size and alignment of commons vs as-needed shared libAlan Modra2-1/+5
2020-09-10Re: lto-18 testAlan Modra4-4/+21
2020-09-10Fix compile time warnings when building for the CSKY target on a 32-bit host.Nick Clifton4-2/+12
2020-09-10sprintf arg overlaps destinationAlan Modra2-4/+8
2020-09-10Automatic date update in version.inGDB Administrator1-1/+1
2020-09-09Fix latent bug in ada-lang.c:remove_extra_symbolsTom Tromey2-2/+7
2020-09-09Fix thinko in the code to check coff archive elements.Nick Clifton2-4/+9
2020-09-09power10 on ppc32Alan Modra2-1/+7
2020-09-09CSKY: Change mvtc and mulsw's ISA flag.Cooper Qu6-4/+19
2020-09-09CSKY: Support option -mfloat-abi.Cooper Qu2-0/+67
2020-09-09CSKY: Add FPUV3 instructions, which supported by ck860f.Cooper Qu7-33/+2356
2020-09-09PR26578, memory leak in parse_gnu_debugaltlinkAlan Modra2-7/+8
2020-09-09lto-18 testAlan Modra7-4/+74
2020-09-09Automatic date update in version.inGDB Administrator1-1/+1
2020-09-09Re: MSP430: Support relocations for subtract expressions in .uleb128 directivesAlan Modra3-2/+9
2020-09-08bpf: simulator: correct div, mod insn semanticsDavid Faust8-35/+73
2020-09-08Pass --disable-reloc-section on PE targets for PR 25662 testH.J. Lu2-1/+12
2020-09-08Do not adjust mtime timezone on WindowsTom Tromey5-3/+25
2020-09-08Fix uninitialized warning in gdb_bfd_openTom Tromey2-3/+9
2020-09-08Avoid hash table corruption in gdb_bfd.cTom Tromey2-42/+61
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz17-10/+362
2020-09-08aarch64: Add -mcpu option for Cortex-R82Alex Coplan3-1/+8
2020-09-08aarch64: Add support for Armv8-R system registersAlex Coplan14-16/+597
2020-09-08aarch64: Add support for Armv8-R DFB aliasAlex Coplan8-1367/+1400
2020-09-08aarch64: Add base support for Armv8-RAlex Coplan11-3/+76
2020-09-08PR26580, Size and alignment of commons vs as-needed shared libAlan Modra13-50/+159
2020-09-08sync libiberty from gccAlan Modra11-84/+299
2020-09-08[gdb/testsuite] Fix gdb.dwarf2/frame-inlined-in-outer-frame.expTom de Vries2-0/+6
2020-09-08Stop the plugin handler from ignoring unknown symbol types when conanicalizin...Nick Clifton2-0/+7
2020-09-08Automatic date update in version.inGDB Administrator1-1/+1
2020-09-07gdb/infrun: use switch_to_target_no_thread to switch the targetTankut Baris Aktemur2-7/+7
2020-09-07gas: Output directory and file names in .debug_line_str for DWARF5Mark Wielaard3-23/+82
2020-09-07gas: Output .debug_rnglists for DWARF 5.Mark Wielaard2-14/+96