aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-13Fix gdb.threads/step-over-thread-exit.exp raceusers/palves/step-over-thread-exit-test-racePedro Alves1-0/+10
2023-11-13GNU-ld: ARM: Issues when trying to set target output architectureNick Clifton2-1/+7
2023-11-13Regenerate gas/config.in and ld/configureMark Wielaard2-5/+9
2023-11-13Add documentation for the MIPS assembler's -march=from-abi command line optionNick Clifton1-0/+5
2023-11-13MIPS: Fix binutils-all tests for r6 triplesYunQiang Su2-1/+3
2023-11-13Fix redundant space typo in linker documentation.Chung-Ju Wu2-1/+5
2023-11-13Cancel execution command on thread exit, when stepping, nexting, etc.Pedro Alves2-36/+118
2023-11-13Document remote clone events, and QThreadOptions packetPedro Alves2-3/+145
2023-11-13Testcases for stepping over thread exit syscall (PR gdb/27338)Simon Marchi6-0/+333
2023-11-13gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macroPedro Alves1-18/+32
2023-11-13Report thread exit event for leader if reporting thread exit eventsPedro Alves2-12/+68
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves5-9/+164
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves5-20/+53
2023-11-13stop_all_threads: (re-)enable async before waiting for stopsPedro Alves1-0/+81
2023-11-13gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves5-17/+174
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for native LinuxPedro Alves1-13/+31
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserverPedro Alves2-17/+30
2023-11-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves4-5/+24
2023-11-13Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to corePedro Alves2-12/+41
2023-11-13gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNOREPedro Alves1-1/+0
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves2-1/+7
2023-11-13Remove gdb/19675 kfails (displaced stepping + clone)Pedro Alves1-41/+3
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves5-20/+31
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves3-146/+160
2023-11-13Thread options & clone events (native Linux)Pedro Alves2-0/+9
2023-11-13Thread options & clone events (core + remote)Pedro Alves14-2/+493
2023-11-13Avoid duplicate QThreadEvents packetsPedro Alves1-0/+8
2023-11-13Support clone events in the remote protocolPedro Alves3-38/+89
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves10-192/+775
2023-11-13gdb/linux: Delete all other LWPs immediately on ptrace exec eventPedro Alves4-5/+131
2023-11-13Add "maint info linux-lwps" commandAndrew Burgess3-0/+55
2023-11-13[gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassembly_addressTom de Vries1-1/+1
2023-11-13[gdb/tui] Make assert in tui_find_disassembly_address more strictTom de Vries1-6/+6
2023-11-12Remove declaration of re_compTom Tromey1-6/+0
2023-11-13Automatic date update in version.inGDB Administrator1-1/+1
2023-11-12Automatic date update in version.inGDB Administrator1-1/+1
2023-11-11Automatic date update in version.inGDB Administrator1-1/+1
2023-11-10bfd, binutils: add gfx11 amdgpu architecturesSimon Marchi8-1/+37
2023-11-10Correct formatting errors in elf32-microblaze.cMichael J. Eager1-10/+10
2023-11-10Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endianYunQiang Su2-1/+6
2023-11-10GAS/MIPS: Fix testcase module-defer-warn2 for r2+ triplesYunQiang Su4-1/+14
2023-11-10readelf..debug-dump=loc displays bogus base addressesVsevolod Alekseyev2-305/+166
2023-11-10GAS/MIPS: Add mips16-e-irix.d testcaseYunQiang Su2-1/+51
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang10-327/+415
2023-11-10Add ability to change linker warning messages into errors when reporting exec...Nick Clifton83-137/+488
2023-11-10Move new features above the 'Changes in 2.41' commentNick Clifton1-6/+6
2023-11-10Add support for ilp32 register alias.Lulu Cai5-39/+34
2023-11-10Automatic date update in version.inGDB Administrator1-1/+1
2023-11-09bfd: use less memory in string mergingMichael Matz1-0/+14
2023-11-09ld: Avoid overflows in string mergingMichael Matz1-4/+8