aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-03Support TLS variables on FreeBSD/arm.John Baldwin1-0/+33
2022-05-03Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm.John Baldwin3-8/+31
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin12-17/+66
2022-05-03fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.John Baldwin2-0/+113
2022-05-03ld: Regenerate aclocal.m4 with automake 1.15.1H.J. Lu1-89/+104
2022-05-03gdbserver: track current process as well as current threadPedro Alves5-11/+79
2022-05-03Fix gdb.threads/access-mem-running-thread-exit.exp w/ native-extended-gdbserverPedro Alves1-1/+29
2022-05-03gdb: add some additional thread status debug outputAndrew Burgess3-11/+37
2022-05-03Add a linker warning when creating potentially dangerous executable segments....Nick Clifton21-124/+413
2022-05-03Fix potential arithmetic overflow in the linker's plugin handling code.Nick Clifton2-1/+11
2022-05-03objdump: fix styled printing of addressesAndrew Burgess1-4/+5
2022-05-03gdb/testsuite: small cleanup in mi-break-qualified.expAndrew Burgess1-1/+1
2022-05-03gdb/testsuite: change mi_gdb_start to take a list of flagsAndrew Burgess2-9/+17
2022-05-03gdb/testsuite: fix mi-exec-run.exp with native-extended-gdbserver boardAndrew Burgess1-1/+1
2022-05-03gdb: fix failures in gdb.mi/mi-exec-run.exp with native-extended-gdbserverAndrew Burgess1-1/+18
2022-05-03Automatic date update in version.inGDB Administrator1-1/+1
2022-05-02[gdb/testsuite] Fix gdb.cp/align.exp with gcc 12.1 / 11.3Tom de Vries1-11/+14
2022-05-02gdb/debuginfod: Whitespace-only URL should disable debuginfodAaron Merey2-7/+17
2022-05-02gdb: remove type_wanted parameter from a few functionsSimon Marchi2-18/+11
2022-05-02gnulib: update to bd11400942d6Simon Marchi9-10/+26
2022-05-02Fix Ada catchpoint regressionTom Tromey1-1/+1
2022-05-02Automatic date update in version.inGDB Administrator1-1/+1
2022-05-01[gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp with check-readmoreTom de Vries1-3/+6
2022-05-01Automatic date update in version.inGDB Administrator1-1/+1
2022-04-30opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblersThomas Hebb5-28/+30
2022-04-30Automatic date update in version.inGDB Administrator1-1/+1
2022-04-29Remove create_breakpoints_sal_defaultTom Tromey1-37/+12
2022-04-29Remove allocate_bp_locationTom Tromey1-15/+5
2022-04-29Constify breakpoint_opsTom Tromey2-5/+5
2022-04-29Remove breakpoint ops initializationTom Tromey2-41/+31
2022-04-29Remove vtable_breakpoint_opsTom Tromey4-67/+34
2022-04-29Remove most fields from breakpoint_opsTom Tromey3-304/+30
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey8-17/+11
2022-04-29Remove breakpoint_ops from init_ada_exception_breakpointTom Tromey3-4/+2
2022-04-29Merge probe and ordinary tracepointsTom Tromey1-10/+3
2022-04-29Merge probe and ordinary breakpointsTom Tromey1-32/+26
2022-04-29Remove bkpt_base_breakpoint_opsTom Tromey1-11/+0
2022-04-29Convert static marker tracepoints to vtable opsTom Tromey1-10/+18
2022-04-29Add bp_static_marker_tracepointTom Tromey3-10/+27
2022-04-29Convert ranged breakpoints to vtable opsTom Tromey1-66/+60
2022-04-29Convert dprintf to vtable opsTom Tromey3-36/+30
2022-04-29Convert Ada catchpoints to vtable opsTom Tromey1-91/+65
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey5-59/+45
2022-04-29Change inheritance of dprintfTom Tromey1-5/+2
2022-04-29Convert momentary breakpoints to vtable opsTom Tromey1-26/+19
2022-04-29Convert internal breakpoints to vtable opsTom Tromey1-36/+25
2022-04-29Convert break-catch-throw to vtable opsTom Tromey1-85/+53
2022-04-29Convert base breakpoints to vtable opsTom Tromey3-32/+36