summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use gdb_file_upTom Tromey2017-08-031-7/+2
* linux-nat: Remove unused parameterSimon Marchi2017-06-031-2/+2
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+2
* Fix read after xfree in linux-nat.c:linux_nat_detachPhilipp Rudo2017-04-111-1/+0
* -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-10/+3
* linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez2017-03-141-16/+16
* Update comment in linux_nat_can_async_pSimon Marchi2017-01-121-3/+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-3/+3
* linux-nat: Add function lwp_is_steppingAndreas Arnez2016-09-161-0/+8
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-011-1/+1
* Fix failure to detach if process exits while detaching on LinuxPedro Alves2016-07-011-51/+101
* Make input_fd be per UIPedro Alves2016-06-211-2/+0
* Fix PR gdb/19828: gdb -p <process from a container>: internal errorPedro Alves2016-05-241-0/+10
* Make gdb/linux-nat.c consider a waitstatus pending on the infrun sidePedro Alves2016-05-241-1/+4
* [Linux] Optimize PID -> struct lwp_info lookupPedro Alves2016-05-241-38/+121
* [Linux] Avoid refetching core-of-thread if thread hasn't runPedro Alves2016-05-241-1/+8
* Linux native thread create/exit events supportPedro Alves2016-05-241-11/+51
* remove trivialy unused variablesTrevor Saunders2016-05-071-4/+0
* Decouple target_interrupt from all-stop/non-stop modesPedro Alves2016-04-121-10/+0
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-241-77/+72
* Fix PR 19494: hang when killing unfollowed fork childrenPedro Alves2016-01-251-35/+69
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves2015-12-171-0/+7
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-358/+92
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-144/+0
* Display names of remote threadsSimon Marchi2015-11-261-32/+1
* Constify thread name return pathSimon Marchi2015-11-261-1/+1
* gdb: Improve syscall entry/return tracking on LinuxJosh Stone2015-10-191-9/+26
* x86/Linux: reenable all-stop on top of non-stopPedro Alves2015-09-301-2/+0
* Add some more casts (1/2)Simon Marchi2015-09-251-4/+4
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Merge async and sync code paths some morePedro Alves2015-09-091-23/+0
* Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand2015-08-271-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-1/+2
* x86/Linux: disable all-stop on top of non-stopPedro Alves2015-08-181-0/+2
* native Linux: enable always non-stop by defaultPedro Alves2015-08-071-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+9
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-8/+17
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves2015-07-301-0/+14
* PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves2015-07-301-56/+41
* PR gdb/18717: internal error if non-leader thread exits processPedro Alves2015-07-241-4/+6
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-231-1/+1
* Implement mount namespace support for native Linux targetsGary Benson2015-06-101-0/+114
* Move have_ptrace_getregset to linux-nat.cYao Qi2015-06-011-0/+3
* Extended-remote Linux follow forkDon Breazeal2015-05-121-11/+26