aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-06Add constructor to exception_catchpointTom Tromey1-12/+13
2022-05-06Add constructor to syscall_catchpointTom Tromey1-2/+7
2022-05-06Add constructor to signal_catchpointTom Tromey1-3/+8
2022-05-06Add constructor to solib_catchpointTom Tromey1-9/+12
2022-05-06Add constructor to fork_catchpointTom Tromey1-4/+7
2022-05-06Remove unnecessary line from catch_exec_command_1Tom Tromey1-1/+0
2022-05-06Constify breakpoint::print_recreateTom Tromey9-28/+28
2022-05-06Constify breakpoint::print_mentionTom Tromey9-33/+33
2022-05-06Constify breakpoint::print_oneTom Tromey9-21/+21
2022-05-06Constify breakpoint::print_itTom Tromey9-34/+32
2022-05-06Move works_in_software_mode to watchpointTom Tromey2-17/+11
2022-05-06Boolify breakpoint::explains_signalTom Tromey3-9/+9
2022-05-06Remove breakpoint::opsTom Tromey2-69/+33
2022-05-06Change print_recreate_thread to a methodTom Tromey7-26/+27
2022-05-06PowerPC: bp-permanent.exp, kill-after-signal fixCarl Love2-1/+57
2022-05-06bfd targmatch.h makefile ruleAlan Modra2-2/+2
2022-05-06[gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location.exp with nopieTom de Vries3-89/+95
2022-05-06Automatic date update in version.inGDB Administrator1-1/+1
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi10-151/+55
2022-05-05gprofng: use $host instead $targetVladimir Mezentsev4-16/+6
2022-05-05gdb: make regcache's cooked_write_test selftest work with native-extended-gdb...Simon Marchi1-23/+2
2022-05-05Move TILE-Gx files to TARGET64_LIBOPCODES_CFILESLuis Machado2-6/+6
2022-05-05Don't define ARCH_cris for BFD64Luis Machado1-1/+1
2022-05-05loongarch: Don't check ABI flags if no code sectionXi Ruoyao1-0/+21
2022-05-05IBM zSystems: mgrk, mg first operand requires register pairAndreas Krebbel2-2/+4
2022-05-04bfd: Check NULL pointer before setting ref_realH.J. Lu1-1/+2
2022-05-05Automatic date update in version.inGDB Administrator1-1/+1
2022-05-04LTO: Handle __real_SYM reference in IRH.J. Lu5-2/+36
2022-05-05cris bfd configAlan Modra1-2/+0
2022-05-05PowerPC64 check_relocsAlan Modra1-29/+10
2022-05-04Fix crash when creating index from indexTom Tromey3-19/+27
2022-05-04Fix build failure for aarch64 gdbserverLuis Machado1-1/+1
2022-05-04gdb: Workaround stringop-overread warning in debuginfod-support.c on s390xMark Wielaard2-0/+18
2022-05-04Fix GDBserver Aarch64 Linux regressionPedro Alves1-3/+3
2022-05-04gdb/remote: send qSymbol to all inferiors on startupSimon Marchi1-4/+16
2022-05-04gdb/remote: iterate on pspace inferiors in remote_new_objfileSimon Marchi1-28/+59
2022-05-04Dwarf: rename yet another instance of "index"Jan Beulich1-3/+3
2022-05-04LTO plugin: sync header file with GCCMartin Liska1-34/+34
2022-05-04PowerPC32 treatment of absolute symbolsAlan Modra9-62/+205
2022-05-03gdbserver: Fix build after adding tls feature to arm tdesc.John Baldwin1-1/+1
2022-05-04Automatic date update in version.inGDB Administrator1-1/+1
2022-05-03NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD/Aarch64.John Baldwin1-0/+3
2022-05-03Read the tpidr register from NT_ARM_TLS on Linux.John Baldwin1-1/+67
2022-05-03gdbserver: Read the tpidr register from NT_ARM_TLS on Linux.John Baldwin4-11/+42
2022-05-03Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64.John Baldwin2-1/+23
2022-05-03Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch64 processes.John Baldwin1-0/+54
2022-05-03Support TLS variables on FreeBSD/Aarch64.John Baldwin1-0/+33
2022-05-03Read the tpidr register from NT_ARM_TLS core dump notes on FreeBSD/Aarch64.John Baldwin2-0/+37
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin11-16/+77
2022-05-03Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes.John Baldwin1-1/+51