compile: Use -Wall, not -w
[binutils-gdb.git] / gdb / common /
2015-04-21 Gary BensonIntroduce new shared function fileio_to_host_openflags
2015-04-09 Gary BensonRename common-remote-fileio.[ch] as fileio.[ch]
2015-04-09 Gary BensonIntroduce new shared function remote_fileio_to_fio_error
2015-03-17 Gary BensonRemove forward declaration of struct stat
2015-03-11 Gary BensonMove remote_fileio_to_fio_stat to gdb/common
2015-03-09 Pedro AlvesRevert union gdb_sockaddr_u
2015-03-07 Pedro AlvesFix struct sockaddr/sockaddr_in/sockaddr_un strict...
2015-03-07 Pedro AlvesMake TRY/CATCH use real C++ try/catch in C++ mode
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesMove exception_none to common code, and use it
2015-02-27 Pedro AlvesMake functions and variables exported by the IPA be...
2015-02-27 Pedro AlvesAdd extern "C" to declarations of C symbols
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-19 David Taylor[gdb/ax] small "setv" fix and documentation's adjustment.
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: add struct btrace_data
2015-01-31 Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-15 Sergio Durigan JuniorMove code to disable ASR to nat/
2015-01-15 Sergio Durigan JuniorMove safe_strerror to common/
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-03 Simon MarchiFix make_cleanup_dtor signature to match declaration
2014-12-02 Simon MarchiFix comment typo
2014-11-21 Yao QiInclude alloca.h unconditionally
2014-11-14 Joel Brobeckercommon-defs.h: include <stdarg.h> before <stdio.h>
2014-10-08 Gary BensonInclude common-exceptions.h in common-defs.h
2014-10-08 Gary BensonInclude cleanups.h in common-defs.h
2014-09-22 Gary BensonRename target_{stop,continue}_ptid
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 common/symbol.h
2014-09-11 Gary BensonIntroduce target_{stop,continue}_ptid
2014-09-11 Gary BensonIntroduce target/target.h
2014-09-11 Gary BensonIntroduce show_debug_regs
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-08-29 Gary BensonIntroduce common/common-exceptions.[ch]
2014-08-29 Gary BensonIntroduce common/gdb_setjmp.h
2014-08-29 Gary BensonMove cleanups.[ch] to common
2014-08-29 Gary BensonMove internal_{,v}warning to common/errors.[ch]
2014-08-19 Gary BensonIntroduce common-debug.h
2014-08-19 Gary BensonMove print-utils.h to common-defs.h
2014-08-19 Gary BensonIntroduce common-types.h
2014-08-19 Gary BensonIntroduce common/errors.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 gdb_locale.h to common-defs.h
2014-08-07 Gary BensonMove gdb/signals.h to common-defs.h
2014-08-07 Gary BensonMove pathmax.h to common-defs.h
2014-08-07 Gary BensonMove libiberty.h to common-defs.h
2014-08-07 Gary BensonMove ansidecl.h to common-defs.h
2014-08-07 Gary BensonMove stddef.h to common-defs.h
2014-08-07 Gary BensonMove stdarg.h to common-defs.h
2014-08-07 Gary BensonMove stdlib.h to common-defs.h
2014-08-07 Gary BensonMove stdio.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 BensonIntroduce common/common-defs.h
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-06-20 Gary BensonMove shared native target specific code to gdb/nat
2014-06-09 Gary BensonSeparate out ANSI-standard signals
2014-06-08 Hui ZhuFix gdb.base/watch-vfork.exp: Watchpoint triggers after...
2014-06-06 Gary BensonRemove preprocessor conditionals for ANSI-standard...
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-04-25 Pedro AlvesPR server/16255: gdbserver cannot attach to a second...
2014-04-24 Michael SturmAdd AVX512 registers support to GDB and GDBserver.
2014-02-27 Hui ZhuMove ptid_match to common/ptid.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-21 Jan KratochvilFix crash on process name "(sd-pam)" (PR 16594).
2014-02-19 Pedro Alvescommon/ptid.h: Mention that process_stratum targets...
2014-02-19 Tom Tromeyconvert to_supports_btrace
2014-02-12 Tom Tromeyupdate rsp-low comments
2014-02-12 Tom Tromeyreplace convert_ascii_to_int with hex2bin
2014-02-12 Tom Tromeyreplace unhexify with hex2bin
2014-02-12 Tom Tromeyreplace convert_int_to_ascii with bin2hex
2014-02-12 Tom Tromeyreplace hexify with bin2hex
2014-02-12 Tom Tromeydon't let hexify call strlen
2014-02-12 Tom Tromeydon't let bin2hex call strlen
2014-02-12 Tom Tromeymove some rsp bits into rsp-low.h
2014-02-12 Tom Tromeyshare "cell" code
2014-01-22 Joel BrobeckerAdd ARI (ok) marker for __func__ reference in common...
2014-01-22 Joel BrobeckerExpand documentation of common-utils.h::FUNCTION_NAME
2014-01-17 Doug EvansAdd delim_string_to_char_ptr_vec.
2014-01-17 Doug EvansMove ASSERT_FUNCTION to FUNCTION_NAME.
2014-01-16 Markus Metzgerbtrace, gdbserver: read branch trace incrementally
2014-01-16 Markus Metzgerbtrace: increase buffer size
2014-01-16 Markus Metzgerbtrace: uppercase btrace_read_type
2014-01-16 Markus Metzgerbtrace, linux: fix memory leak when reading branch...
2014-01-14 Yao QiChange 'len' of linux_common_xfer_osdata to ULONGEST.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02 Joel BrobeckerFix filestuff.c build error if RLIMIT_NOFILE not defined.
2013-11-26 Walfred TedeschiFix PR16193 - gdbserver aborts.
2013-11-20 Walfred TedeschiAdd MPX registers tests.
2013-11-20 Walfred TedeschiAdd MPX support for i386
next