compile: Use -Wall, not -w
[binutils-gdb.git] / gdb / nat /
2015-05-15 Pedro AlvesInclude header for enum target_stop_reason
2015-05-12 Don BreazealExtended-remote Linux follow fork
2015-05-12 Don BreazealIdentify remote fork event support
2015-04-17 Gary BensonIntroduce linux_proc_pid_to_exec_file
2015-03-31 Antoine TremblayAdd cpu information to the info os command on linux.
2015-03-24 Gary BensonMove duplicated Linux x86 code to nat/x86-linux.c
2015-03-24 Gary BensonMove low-level Linux x86 debug register code to a share...
2015-03-24 Gary BensonMake lwp_info.arch_private handling shared
2015-03-24 Gary BensonIntroduce basic LWP accessors
2015-03-24 Gary BensonMake linux_stop_lwp be a shared function
2015-03-24 Gary BensonAdd iterate_over_lwps to gdbserver
2015-03-24 Gary BensonAdd x86_debug_reg_state to gdbserver
2015-03-24 Gary BensonIntroduce current_lwp_ptid
2015-03-19 Pedro AlvesFix race exposed by gdb.threads/killed.exp
2015-03-06 Gary BensonNew common function "startswith"
2015-03-04 Pedro AlvesLinux native: Use TRAP_BRKPT/TRAP_HWBPT
2015-03-03 Markus Metzgerbtrace: support 32-bit inferior on 64-bit host
2015-02-27 Pedro AlvesDon't forward declare enum target_hw_bp_type
2015-02-27 Pedro AlvesAdd extern "C" to declarations of C symbols
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-20 Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-19 Antoine TremblayFix non executable stack handling when calling function...
2015-02-09 Markus Metzgerbtrace: identify cpu
2015-02-09 Markus Metzgerrecord-btrace: add bts buffer size configuration option
2015-02-09 Markus Metzgerrecord btrace: add configuration struct
2015-02-09 Markus Metzgerbtrace, linux: add perf event buffer abstraction
2015-02-09 Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09 Markus Metzgerbtrace: add struct btrace_data
2015-01-20 Joel Brobeckergdb/ARI: Call safe_strerror instead of strerror in...
2015-01-16 Sergio Durigan JuniorFix nat/linux-personality.c regression on RHEL-5
2015-01-15 Sergio Durigan JuniorMove code to disable ASR to nat/
2015-01-14 Yao QiDetect 64-bit-ness in PowerPC Book III-E
2015-01-14 Yao QiMove some ppc macros to nat/ppc-linux.h
2015-01-13 Joel Brobecker[ARI] Remove trailing new-line in argument of call...
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-11-11 Daniel ColascioneWarn users about mismatched PID namespaces
2014-09-19 Don BreazealRefactor ptrace extended event status.
2014-09-12 Gary BensonClarify GDBSERVER use in linux-waitpid.c
2014-09-12 Gary BensonRemove GDBSERVER uses from x86-dregs.c
2014-09-12 Gary BensonRemove GDBSERVER uses from linux-btrace.c
2014-09-12 Gary BensonInclude common-defs.h instead of defs.h/server.h in...
2014-09-12 Gary BensonIntroduce common-regcache.h
2014-09-11 Gary BensonIntroduce show_debug_regs
2014-09-03 Gary Bensonx86 debug address register clarifications
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-08-19 Gary BensonIntroduce common-debug.h
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove common-utils.h to common-defs.h
2014-08-07 Gary BensonMove ptid.h to common-defs.h
2014-08-07 Gary BensonMove stddef.h to common-defs.h
2014-08-07 Gary BensonMove stdlib.h to common-defs.h
2014-07-31 Gary BensonDo not include defs.h or server.h in any header file
2014-07-30 Gary BensonDo not include config.h directly
2014-07-30 Gary BensonMake all source files include defs.h or server.h first
2014-07-24 Tom TromeyRemove some GDBSERVER checks from linux-ptrace
2014-06-23 Pedro Alvesx86 Linux watchpoints: Couldn't write debug register...
2014-06-20 Gary BensonMove shared native target specific code to gdb/nat
2014-06-20 Gary BensonVectorize gdbserver x86 debug register accessors
2014-06-19 Gary BensonCreate nat/i386-dregs.c
2014-06-19 Gary BensonPartially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8
2014-06-18 Gary BensonCreate nat/i386-dregs.h
2014-02-27 Pedro AlvesLinux waitpid/__WALL emulation wrapper: If WNOHANG...
2014-02-27 Pedro AlvesMove linux-nat.c:status_to_str to nat/linux-waitpid.c.
2014-01-03 Doug Evans* nat/linux-waitpid.c (linux_debug): Remove extraneous...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-08-22 Luis Machado Unify ptrace options discovery code and make both...