aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc64le}-linuxPedro Alves1-0/+6
2024-06-14gdb: move have_ptrace_getregset declaration into gdb/nat directoryAndrew Burgess1-3/+0
2024-05-28Use bool in thread_eventsTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-2/+0
2023-11-13Thread options & clone events (native Linux)Pedro Alves1-0/+2
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves1-0/+2
2023-03-27linux-nat: introduce pending_status_strPedro Alves1-4/+7
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-05gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi1-2/+2
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-3/+3
2022-07-22Change target_ops::async to accept boolTom Tromey1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin1-4/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-2/+4
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-4/+2
2021-09-27gdb: use intrusive_list for linux-nat lwp_listSimon Marchi1-19/+16
2021-09-27gdb: add destructor to lwp_infoSimon Marchi1-0/+4
2021-09-27gdb: make lwp_info non-PODSimon Marchi1-16/+22
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-1/+1
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-1/+1
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi1-3/+0
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-1/+1
2021-02-12[gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries1-2/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-03-30Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho1-0/+4
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-1/+1
2020-01-14Fix/Update misc commentsLuis Machado1-2/+2
2020-01-10Multi-target supportPedro Alves1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-0/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-1/+1
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-40/+36
2018-05-03target_ops: Use bool throughoutPedro Alves1-18/+18
2018-05-03Convert struct target_ops to C++Pedro Alves1-12/+129
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves1-4/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-24[Linux] Optimize PID -> struct lwp_info lookupPedro Alves1-1/+3
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-5/+0
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-2/+0