]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/linux-nat.c
Simplify target_async hook interface
[thirdparty/binutils-gdb.git] / gdb / linux-nat.c
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.
2014-07-25  Pedro AlvesAlways pass signals to the right thread
2014-07-24  Tom TromeyRemove some GDBSERVER checks from linux-ptrace
2014-07-16  Pedro AlvesLinux: Use kill_lwp/tkill instead of kill when killing...
2014-07-15  Pedro Alves[GDB/Linux] Avoid stale errno
2014-06-20  Gary BensonMove shared native target specific code to gdb/nat
2014-06-09  Pedro AlvesFix a bunch of fork related regressions.
2014-06-08  Hui ZhuFix gdb.base/watch-vfork.exp: Watchpoint triggers after...
2014-06-04  Tom Tromeyconstify to_attach
2014-05-29  Pedro AlvesPR gdb/15713 - errors from i386_linux_resume lead to...
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-21  Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-04-25  Pedro AlvesPR server/16255: gdbserver cannot attach to a second...
2014-03-21  Hui ZhuFix internal warning when "gdb -p xxx"
2014-03-14  Pedro AlvesRename native-only terminal related functions.
2014-02-27  Pedro AlvesMove linux-nat.c:status_to_str to nat/linux-waitpid.c.
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-19  Tom TromeyAdd target_ops argument to to_static_tracepoint_markers...
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_disable_randomiz...
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_multi_process
2014-02-19  Tom TromeyAdd target_ops argument to to_make_corefile_notes
2014-02-19  Tom TromeyAdd target_ops argument to to_supports_non_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_pid_to_exec_file
2014-02-19  Tom TromeyAdd target_ops argument to to_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_thread_name
2014-02-19  Tom TromeyAdd target_ops argument to to_pass_signals
2014-02-19  Tom TromeyAdd target_ops argument to to_set_syscall_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_remove_exec_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_insert_exec_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_remove_vfork_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_insert_vfork_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_remove_fork_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_insert_fork_catchpoint
2014-02-19  Tom TromeyAdd target_ops argument to to_post_startup_inferior
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_ours
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_inferior
2014-02-19  Tom TromeyAdd target_ops argument to to_post_attach
2014-02-19  Tom TromeyAdd target_ops argument to to_close
2014-02-19  Tom Tromeyadd "this" pointers to more target APIs
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07  Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16  Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-07  Honggyu KimRemove duplicated #include's from GDB
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-18  Yao QiAdd target_xfer_partial_ftype
2013-12-18  Yao QiReplace sprintf with xsnprintf
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_dirent.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-08  Tom Tromeyconstify to_detach
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-03  Luis Machado * inf-child.c (inf_child_follow_fork) New parameter
2013-08-22  Luis Machado Unify ptrace options discovery code and make both...
next