summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code block in inf_ptrace_target::waitKamil Rytarowski2020-04-251-38/+0
* Move OpenBSD-only functions from inf-ptrace to obsd-natKamil Rytarowski2020-04-241-70/+0
* Remove obsolete and unused inf_ptrace_target::auxv_parseKamil Rytarowski2020-04-171-36/+0
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* Disable get_ptrace_pid for NetBSDKamil Rytarowski2020-03-191-18/+29
* Fix/Update misc commentsLuis Machado2020-01-141-4/+4
* Multi-target supportPedro Alves2020-01-101-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-2/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-16/+1
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-1/+16
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-4/+4
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-11/+11
* Remove pid_to_ptidTom Tromey2018-07-031-9/+9
* target_ops: Use bool throughoutPedro Alves2018-05-031-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-87/+55
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-031-135/+0
* FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves2018-04-211-1/+4
* Remove make_cleanup_unpush_targetTom Tromey2018-03-301-6/+22
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-14/+0
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-5/+3
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-7/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-3/+12
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+2
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi2017-03-221-1/+1
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-12/+6
* [Patch] Fix variable type glitch in inf-ptrace.cJiong Wang2017-03-161-1/+1
* inf-ptrace: Do not stop memory transfers after a single wordAndreas Arnez2017-03-141-73/+69
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Fix failure to detach if process exits while detaching on LinuxPedro Alves2016-07-011-0/+10
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-9/+1
* Use LWP IDs with ptrace register requests on FreeBSD.John Baldwin2016-01-191-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace long int * cast with PTRACE_TYPE_RET *Simon Marchi2015-11-111-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+3
* Move gdb_ptrace.h to nat/Pedro Alves2015-07-241-1/+1