summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
Commit message (Expand)AuthorAgeFilesLines
* linux-nat: introduce pending_status_strPedro Alves2023-03-271-4/+7
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi2022-12-051-2/+2
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-211-3/+3
* Change target_ops::async to accept boolTom Tromey2022-07-221-1/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin2022-02-221-4/+0
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-2/+4
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-4/+2
* gdb: use intrusive_list for linux-nat lwp_listSimon Marchi2021-09-271-19/+16
* gdb: add destructor to lwp_infoSimon Marchi2021-09-271-0/+4
* gdb: make lwp_info non-PODSimon Marchi2021-09-271-16/+22
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-1/+1
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-1/+1
* gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi2021-07-141-3/+0
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-1/+1
* [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries2021-02-121-2/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho2020-03-301-0/+4
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-1/+1
* Fix/Update misc commentsLuis Machado2020-01-141-2/+2
* Multi-target supportPedro Alves2020-01-101-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-1/+1
* Normalize include guards in gdbTom Tromey2019-02-071-0/+5
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-1/+1
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-40/+36
* target_ops: Use bool throughoutPedro Alves2018-05-031-18/+18
* Convert struct target_ops to C++Pedro Alves2018-05-031-12/+129
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-031-4/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* [Linux] Optimize PID -> struct lwp_info lookupPedro Alves2016-05-241-1/+3
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-121-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-5/+0
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-2/+0
* Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi2015-09-101-1/+0
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-231-1/+2
* Move have_ptrace_getregset to linux-nat.cYao Qi2015-06-011-0/+3
* Make linux_stop_lwp be a shared functionGary Benson2015-03-241-1/+1
* Add iterate_over_lwps to gdbserverGary Benson2015-03-241-7/+1
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-19/+1
* GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2015-02-201-1/+15