aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20Remove explanatory comments from includesTom Tromey1-7/+7
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-7/+1
2023-07-23gdb: two changes to linux_nat_debug_printf calls in linux-nat.cAndrew Burgess1-7/+7
2023-07-17gdb: additional debug output in infrun.c and linux-nat.cAndrew Burgess1-4/+19
2023-07-17gdb: don't restart vfork parent while waiting for child to finishAndrew Burgess1-1/+8
2023-07-06Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)Pedro Alves1-10/+18
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-7/+7
2023-03-27linux-nat: introduce pending_status_strPedro Alves1-3/+16
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-24Remove struct bufferTom Tromey1-1/+0
2023-02-14Do not cast away const in agent_run_commandTom Tromey1-5/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16Delay checking whether /proc/pid/mem is writable (PR gdb/29907)Pedro Alves1-3/+6
2022-12-05gdb/linux-nat: add ptid parameter to linux_xfer_siginfoSimon Marchi1-4/+4
2022-12-05gdb/linux-nat: use l linux_nat_get_siginfo in linux_xfer_siginfoSimon Marchi1-4/+2
2022-12-05gdb/linux-nat: check ptrace return value in linux_nat_get_siginfoSimon Marchi1-5/+1
2022-12-05gdb/linux-nat: don't memset siginfo on failure in linux_nat_get_siginfoSimon Marchi1-6/+2
2022-12-05gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi1-3/+3
2022-12-05gdb/linux-nat: use get_ptrace_pid in two spotsSimon Marchi1-10/+2
2022-12-02gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partialSimon Marchi1-9/+9
2022-11-07Don't explicitly set clone child ptrace optionsPedro Alves1-1/+0
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-9/+5
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-3/+3
2022-07-26gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is not writableKeith Seitz1-2/+9
2022-07-26gdb/linux-nat: Check whether /proc/pid/mem is writablePedro Alves1-17/+88
2022-07-22Change target_ops::async to accept boolTom Tromey1-3/+3
2022-06-28gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves1-0/+4
2022-05-26gdb/linux-nat: xfer_memory_partial return E_IO on errorLancelot SIX1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-04-29Slightly tweak and clarify target_resume's interfacePedro Alves1-19/+10
2022-03-31gdb/linux-nat: remove check based on current_inferior in linux_handle_extende...Simon Marchi1-13/+4
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-2/+2
2022-03-10Re-add zombie leader on exit, gdb/linuxPedro Alves1-27/+80
2022-03-10gdb: Reorganize linux_nat_filter_eventPedro Alves1-35/+40
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin1-99/+24
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-3/+0
2022-02-22Don't enable async mode at the end of target ::resume methods.John Baldwin1-3/+0
2022-02-22gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class.John Baldwin1-43/+16
2022-02-18gdb: remove newlines from some linux_nat_debug_printf callsSimon Marchi1-3/+3
2022-02-10gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi1-69/+8
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-46/+46
2022-01-12gdb: rename lin-lwp to linux-nat in set/show debugAndrew Burgess1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-22gdb: convert 'set debug lin-lwp' to a boolean commandAndrew Burgess1-9/+20
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-0/+2
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi1-1/+52
2021-12-08gdb/linux-nat: factor ptrace-detach code to new detach_one_pid functionSimon Marchi1-36/+40
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi1-3/+3