aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Cancel execution command on thread exit, when stepping, nexting, etc.users/palves/step-over-thread-exit-v3Pedro Alves2-37/+115
2022-12-12Centralize "[Thread ...exited]" notificationsPedro Alves14-59/+89
2022-12-12inferior::clear_thread_list always silentPedro Alves3-10/+9
2022-12-12Document remote clone events, and QThreadOptions packetPedro Alves2-3/+144
2022-12-12Testcases for stepping over thread exit syscall (PR gdb/27338)Simon Marchi6-0/+333
2022-12-12gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macroPedro Alves1-18/+32
2022-12-12Ignore failure to read PC when resumingPedro Alves1-1/+22
2022-12-12Don't resume new threads if scheduler-locking is in effectPedro Alves5-9/+164
2022-12-12stop_all_threads: (re-)enable async before waiting for stopsPedro Alves1-0/+81
2022-12-12gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves5-17/+174
2022-12-12Implement GDB_THREAD_OPTION_EXIT support for native LinuxPedro Alves1-13/+31
2022-12-12Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves4-5/+24
2022-12-12Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to corePedro Alves3-13/+41
2022-12-12all-stop/synchronous RSP support thread-exit eventsPedro Alves1-2/+3
2022-12-12Add test for stepping over clone syscallAndrew Burgess2-0/+482
2022-12-12Remove gdb/19675 kfails (displaced stepping + clone)Pedro Alves1-41/+3
2022-12-12Thread options & clone events (native Linux)Pedro Alves2-0/+9
2022-12-12Thread options & clone events (core + remote)Pedro Alves10-2/+309
2022-12-05enum_flags to_stringPedro Alves1-6/+63
2022-12-05Avoid duplicate QThreadEvents packetsPedro Alves1-0/+8
2022-12-05Support clone events in the remote protocolPedro Alves1-32/+67
2022-12-05Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves8-192/+281
2022-12-05gdb/linux: Delete all other LWPs immediately on ptrace exec eventPedro Alves2-0/+21
2022-12-05linux-nat: introduce pending_status_strPedro Alves1-3/+16
2022-12-05displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves9-26/+25
2022-12-03Remove infrun_thread_thread_exit observerPedro Alves1-9/+0
2022-12-03all-stop "follow-fork parent" and selecting another threadPedro Alves3-9/+335
2022-12-03Make follow_fork not rely on get_last_target_statusPedro Alves2-32/+71
2022-12-03Improve "info program"Pedro Alves6-46/+263
2022-12-03Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves4-15/+42
2022-12-03Tweak "Using the running image of ..." outputPedro Alves4-4/+4
2022-12-02gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partialSimon Marchi1-9/+9
2022-12-02gdb: add some debug statements to solib-svr4.cSimon Marchi1-1/+13
2022-12-02gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi6-124/+68
2022-12-02[gdb/testsuite] Prevent timeout in gdb.ada/float-bits.expTom de Vries1-3/+10
2022-12-01PowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse...Carl Love4-7/+130
2022-12-01Remove call to registers_changed from windows-nat.cTom Tromey1-1/+0
2022-12-01Remove the_windows_nat_target globalTom Tromey1-7/+4
2022-12-01gdb: make frame_register staticSimon Marchi2-12/+6
2022-12-01Add name canonicalization for CTom Tromey8-26/+80
2022-12-01Refactor cooked_index::do_finalizeTom Tromey1-26/+23
2022-12-01Remove language check from dwarf2_compute_nameTom Tromey1-5/+3
2022-12-01gdb/dwarf: add some QUIT macrosSimon Marchi1-0/+4
2022-12-01gdb: remove prune_threads in thread_db_target::update_thread_listSimon Marchi1-2/+0
2022-12-01Avoid timeouts in gdb.compileTom Tromey17-70/+82
2022-12-01Remove obsolete check from skip_compile_feature_testsTom Tromey1-3/+0
2022-12-01Remove one copy of skip_compile_feature_testsTom Tromey8-20/+12
2022-12-01[gdb/testsuite] Wait longer for core generationTom de Vries1-7/+13
2022-12-01[gdb/testsuite] Fix gdb.ada/float-bits.exp for powerpc64leTom de Vries1-0/+28
2022-11-30[gdb/testsuite] Fix DUPLICATEs in s390-multiarch.expTom de Vries1-23/+27