aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
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-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-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-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-02Fix Ada catchpoint regressionTom Tromey1-1/+1
2022-05-01[gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp with check-readmoreTom de Vries1-3/+6
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