aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-05-09gdb: LoongArch: Implement the return_value gdbarch methodTiezhu Yang1-0/+33
2022-05-09gdb: fix for gdb.base/eof-exit.exp test failuresAndrew Burgess1-0/+18
2022-05-09[gdb] Make btrace maintainer entry more clearTom de Vries1-1/+2
2022-05-09[gdb/tdep] Support catch syscall pipe2 for i386Tom de Vries2-0/+2
2022-05-09[gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.expTom de Vries2-8/+64
2022-05-09[gdb/tdep] Handle pipe2 syscall for amd64Tom de Vries2-0/+4
2022-05-08[gdb/testsuite] Fix gdb.tui/scroll.exp with read1Tom de Vries2-33/+74
2022-05-08[gdb/testsuite] Fix gdb.cp/casts.exp with -m32Tom de Vries1-1/+3
2022-05-08[gdb/testsuite] Handle init errors in gdb.mi/user-selected-context-sync.expTom de Vries1-3/+10
2022-05-08[gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdbserver-on-localhostTom de Vries1-0/+4
2022-05-08[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with check-readmoreTom de Vries1-11/+7
2022-05-07Fix "catch syscall"Tom Tromey1-4/+5
2022-05-07gdb/readline: fix extra 'quit' message problemAndrew Burgess1-0/+10
2022-05-06PowerPC fix for gdb.server/sysroot.expCarl Love1-1/+1
2022-05-06Introduce catchpoint classTom Tromey8-49/+49
2022-05-06Add initializers to tracepointTom Tromey1-5/+5
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey9-72/+105
2022-05-06Disable copying for breakpointTom Tromey1-0/+3
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-06[gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location.exp with nopieTom de Vries3-89/+95
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi10-151/+55
2022-05-05gdb: make regcache's cooked_write_test selftest work with native-extended-gdb...Simon Marchi1-23/+2
2022-05-04Fix crash when creating index from indexTom Tromey3-19/+27
2022-05-04gdb: Workaround stringop-overread warning in debuginfod-support.c on s390xMark Wielaard1-0/+11
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-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-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 Baldwin9-14/+75
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