aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi30-86/+88
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi10-27/+48
2020-09-14Fix exception stack unwinding for ARM Cortex-MFredrik Hederstierna2-8/+123
2020-09-14CSKY: Set feature flags for default cpu.Cooper Qu1-3/+2
2020-09-14[gdb/testsuite] Fix PATH warning in gdb.rust/traits.expTom de Vries2-1/+5
2020-09-14Automatic date update in version.inGDB Administrator1-1/+1
2020-09-13gdb/testsuite: Explicitly return from mainPedro Alves54-11/+154
2020-09-13Fix gdb.base/share-env-with-gdbserver.exp with ClangPedro Alves2-1/+8
2020-09-13Make default_mi_gdb_start/dbx_gdb_start use gdb_spawnPedro Alves3-22/+30
2020-09-13Fix a couple gdb.dwarf2/ testcases with "clang -flto"Pedro Alves3-15/+27
2020-09-13Add MI "-break-insert --qualified"Pedro Alves9-26/+320
2020-09-13Remove stale "register" bits from gdb.cp/misc.ccPedro Alves4-41/+10
2020-09-13Move "register" test out of classes.exp to a separate testcasePedro Alves5-72/+136
2020-09-13Don't drop static function bp locations w/o debug infoPedro Alves10-47/+363
2020-09-13Re: elf: Add -z unique-symbolAlan Modra2-3/+9
2020-09-12Update NEWS post GDB 10 branch creation.Joel Brobecker2-1/+9
2020-09-12Bump version to 11.0.50.DATE-git.Joel Brobecker4-2/+11
2020-09-13Automatic date update in version.inGDB Administrator1-1/+1
2020-09-12Fix GDB build in infrun.c when configured with unit tests disabledgdb-10-branchpointJoel Brobecker2-0/+7
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu16-41/+406
2020-09-12Automatic date update in version.inGDB Administrator1-1/+1
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt18-5/+413
2020-09-11i386-tdep: Fix naming in zmm and ymm type descriptions.Felix Willgerodt2-14/+19
2020-09-11Sync include, libiberty with GCC.Felix Willgerodt4-1/+37
2020-09-11gas: Don't error when .debug_line already exists, unless .loc was usedMark Wielaard13-10/+369
2020-09-12CSKY: Change ISA flag's type to bfd_uint64_t and fix build error.Cooper Qu2-31/+72
2020-09-11Fix a segfault when creating an import library with 0 exports.Jeremy Drake3-2/+11
2020-09-11[gdb/testsuite] Kfail gdb.cp/ambiguous.exp FAILs for PR26602Tom de Vries2-0/+12
2020-09-11x86: Add NT_X86_CET noteH.J. Lu4-0/+12
2020-09-11Fix the debuglink following code to recursively load links found in the newly...Nick Clifton2-27/+60
2020-09-11gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluat...Tankut Baris Aktemur2-1/+6
2020-09-11gdb/testsuite: remove stale comment in gdb.base/bp-cmds-execution-x-script.expTankut Baris Aktemur2-5/+4
2020-09-11Automatic date update in version.inGDB Administrator1-1/+1
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