]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/linux-nat.c
Remove unnecessary function prototypes.
[thirdparty/binutils-gdb.git] / gdb / linux-nat.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-08-03  Tom TromeyIntroduce and use gdb_file_up
2017-06-03  Simon Marchilinux-nat: Remove unused parameter
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-11  Philipp RudoFix read after xfree in linux-nat.c:linux_nat_detach
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-22  Simon MarchiRemove lwp -> pid conversion in linux_nat_xfer_partial
2017-03-14  Andreas Arnezlinux-nat: Exploit /proc/<pid>/mem for writing
2017-01-12  Simon MarchiUpdate comment in linux_nat_can_async_p
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-16  Andreas Arnezlinux-nat: Add function lwp_is_stepping
2016-09-01  Sergio Durigan JuniorUse target_continue{,_no_signal} instead of target_resume
2016-07-01  Pedro AlvesFix failure to detach if process exits while detaching...
2016-06-21  Pedro AlvesMake input_fd be per UI
2016-05-24  Pedro AlvesFix PR gdb/19828: gdb -p <process from a container...
2016-05-24  Pedro AlvesMake gdb/linux-nat.c consider a waitstatus pending...
2016-05-24  Pedro Alves[Linux] Optimize PID -> struct lwp_info lookup
2016-05-24  Pedro Alves[Linux] Avoid refetching core-of-thread if thread hasn...
2016-05-24  Pedro AlvesLinux native thread create/exit events support
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-12  Pedro AlvesDecouple target_interrupt from all-stop/non-stop modes
2016-02-24  Pedro AlvesHandle MIPS Linux SIGTRAP siginfo.si_code values
2016-01-25  Pedro AlvesFix PR 19494: hang when killing unfollowed fork children
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-17  Pedro AlvesFix PR threads/19354: "info threads" error with multipl...
2015-12-17  Pedro AlvesRemove support for LinuxThreads and vendor 2.4 kernels...
2015-12-10  Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-26  Simon MarchiConstify thread name return path
2015-10-20  Josh Stonegdb: Improve syscall entry/return tracking on Linux
2015-09-30  Pedro Alvesx86/Linux: reenable all-stop on top of non-stop
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-09  Pedro AlvesMerge async and sync code paths some more
2015-08-27  Ulrich WeigandDetect SW breakpoints in Cell/B.E. combined debugging
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21  Gary BensonWarn when accessing binaries from remote targets
2015-08-18  Pedro Alvesx86/Linux: disable all-stop on top of non-stop
2015-08-07  Pedro Alvesnative Linux: enable always non-stop by default
2015-08-07  Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-08-07  Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-30  Pedro AlvesPR threads/18600: Inferiors left around after fork...
2015-07-30  Pedro AlvesPR threads/18600: Threads left stopped after fork+threa...
2015-07-24  Pedro AlvesPR gdb/18717: internal error if non-leader thread exits...
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-06-23  Yao QiConvert have_ptrace_getregset to a tri-state boolean
2015-06-10  Gary BensonImplement mount namespace support for native Linux...
2015-06-01  Yao QiMove have_ptrace_getregset to linux-nat.c
2015-05-12  Don BreazealExtended-remote Linux follow fork
2015-04-17  Gary BensonIntroduce linux_proc_pid_to_exec_file
2015-04-07  Pedro Alvesupdate thread list, delete exited threads
2015-04-01  Pedro Alveslinux_nat.c: Mark new thread running even if momentaril...
2015-03-25  Pedro AlvesSimplify target_async hook interface
2015-03-24  Pedro AlvesDebug output tweaks in the Linux target backends
2015-03-24  Gary BensonMake lwp_info.arch_private handling shared
2015-03-24  Gary BensonIntroduce basic LWP accessors
2015-03-24  Gary BensonAdd iterate_over_lwps to gdbserver
2015-03-24  Gary BensonIntroduce current_lwp_ptid
2015-03-19  Pedro AlvesFix race exposed by gdb.threads/killed.exp
2015-03-19  Pedro Alvesgdbserver/Linux: unbreak thread event randomization
2015-03-19  Pedro Alvesnative/Linux: internal error if resume is short-circuited
2015-03-19  Pedro Alvesselect_event_lwp_callback: update comments
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-03-04  Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04  Pedro AlvesLinux native: Use TRAP_BRKPT/TRAP_HWBPT
2015-03-04  Pedro Alvesenum lwp_stop_reason -> enum target_stop_reason
2015-03-04  Pedro Alvesfollow-fork: don't lose the ptids as set by the target
2015-03-03  Pedro AlvesLinux/ptrace: don't convert ptids when asking inf-ptrac...
2015-02-20  Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-20  Pedro Alveslinux-nat.c: fix a few lin_lwp_attach_lwp issues
2015-02-19  Antoine TremblayFix non executable stack handling when calling function...
2015-02-04  Pedro AlvesLinux: don't resume new LWPs until we've pulled all...
2015-02-03  Pedro AlvesFix up some target is-async vs can-async confusions
2015-01-23  Pedro AlvesLinux: make target_is_async_p return false when async...
2015-01-15  Sergio Durigan JuniorMove code to disable ASR to nat/
2015-01-13  Joel Brobecker[ARI] Remove trailing new-line in argument of call...
2015-01-09  Pedro Alveslinux-nat.c: better starvation avoidance, handle non...
2015-01-09  Pedro Alveslinux-nat.c: always mark execing LWP as resumed
2015-01-09  Pedro Alveslinux-nat.c: clean up pending status checking and resum...
2015-01-09  Pedro Alveslibthread_db: Skip attaching to terminated and joined...
2015-01-09  Pedro AlvesLinux: on attach, attach to lwps listed under /proc...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-16  Joel Brobecker[Linux] Ask kernel to kill inferior when GDB terminates
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-19  Doug Evanslinux-nat.c (linux_nat_wait_1): Make local prev_mask...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-30  Don BreazealRefactor native follow-fork.
2014-09-30  Andreas ArnezLinux targets: drop fall back to target method for...
2014-09-19  Don BreazealRefactor ptrace extended event status.
2014-09-16  Sergio Durigan JuniorReplace "fprintf (stderr..." by "fprintf_unfiltered...
2014-09-13  Doug Evans * linux-nat.c (wait_lwp): Add debugging printf.
2014-08-25  Doug Evanslinux-nat.c (linux_nat_close): Don't pass NULL for...
2014-08-11  Doug Evanslinux-nat.c (linux_nat_thread_address_space): Delete...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-31  Doug Evans * inflow.c (child_terminal_inferior): Add comment.
next