gdb: Fix remote-sim/MinGW/Darwin builds
[external/binutils.git] / gdb / common /
2018-01-15 Pedro Alvesgdb/common/signals-state-save-restore.c: Fix typos
2018-01-05 Pedro AlvesFix regression: cannot start with LD_PRELOAD=libSegFaul...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31 Simon MarchiOnly ignore -Wenum-compare-switch if it exists
2017-12-30 Simon MarchiIgnore warning about using different types of enums...
2017-12-08 Pedro AlvesAdd gdb::hash_enum
2017-12-08 Tom TromeyC++-ify parse_format_string
2017-12-07 Simon MarchiAdd virtual destructor to selftest
2017-12-05 Simon MarchiRedefine gdb_static_assert as static_assert
2017-12-03 Simon MarchiFix typo in poison.h
2017-11-30 Rainer OrthRemove ioctl-based procfs support on Solaris
2017-11-26 Tom TromeyAdd include guards to common/format.h
2017-11-24 Simon MarchiPoison XNEW and friends for types that should use new...
2017-11-24 Simon Marchiremote: C++ify thread_item and threads_listing_context
2017-11-17 Simon MarchiRemove DEF_VEC_I (int)
2017-11-17 Simon MarchiMake open_fds an std::vector
2017-11-06 Pedro AlvesDon't check termio.h and sgtty.h in common/common.m4...
2017-11-06 Pedro AlvesAssume termios is available, remove support for termio...
2017-10-30 Simon MarchiIntroduce in_inclusive_range, fix -Wtautological-compar...
2017-10-30 Pedro AlvesIntroduce string_appendf/string_vappendf
2017-10-24 Ulrich WeigandTarget FP printing: Simplify and fix ui_printf
2017-10-10 Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-10-10 Pedro AlvesEliminate catch_errors
2017-10-09 Tom TromeyRemove free_splay_tree cleanup
2017-10-04 Pedro AlvesAdd missing-END_CATCH detection/protection (to gdb...
2017-10-04 Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-10-04 Sergio Durigan JuniorIntroduce gdb_tilde_expand
2017-09-30 Tom TromeyIntroduce string_vprintf
2017-09-29 Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-16 Simon MarchiMake xml_escape_text return an std::string
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-04 Pedro AlvesIntroduce gdb::array_view
2017-08-31 Sergio Durigan JuniorImplement the ability to set/unset environment variable...
2017-08-18 Yao QiGDBserver self tests
2017-08-10 Pedro AlvesAllow gdb::unique_xmalloc_ptr<T[]>
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-07-03 Simon Marchibuffer.h: Fix spelling mistakes
2017-06-26 Simon Marchivec: Silence -Wunused-function warnings on clang
2017-06-26 Simon Marchiada-lex: Ignore warnings about register keyword
2017-06-22 Sergio Durigan JuniorUpdate comment on gdb_environ::unset
2017-06-22 Pedro Alvesenviron-selftests: Ignore -Wself-move warning
2017-06-22 Pedro AlvesAdd STRINGIFY to gdb/common/preprocessor.h
2017-06-22 Pedro Alvescommon/agent.h: Add missing include guards
2017-06-20 Sergio Durigan JuniorUse '::iterator' instead of '::const_iterator' on envir...
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-14 Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-08 Sergio Durigan JuniorFix possible bug when no args have been provided to...
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-06-07 Sergio Durigan JuniorShare parts of gdb/gdbthread.h with gdbserver
2017-06-07 Sergio Durigan JuniorMove parts of inferior job control to common/
2017-05-02 Simon MarchiRemove definition of VEC (CORE_ADDR)
2017-04-25 Pedro AlvesFix build on gcc < 5 (std::is_trivially_copyable missing)
2017-04-25 Pedro AlvesPoison non-POD memset & non-trivially-copyable memcpy...
2017-04-25 Pedro AlvesDon't memcpy non-trivially-copyable types: Make enum_fl...
2017-04-19 Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-19 Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
2017-04-18 Pedro AlvesMore gdb::optional features
2017-04-12 Sergio Durigan JuniorCreate gdb_termios.h (and cleanup gdb/{,gdbserver/...
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-07 Simon MarchiClass-ify ptid_t
2017-04-05 Simon Marchiptid_{lwp,tid}_p: Remove unnecessary checks
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro AlvesInitialize gdb::optional empty payload to quiet false...
2017-04-04 Pedro AlvesMake sect_offset and cu_offset strong typedefs instead...
2017-04-04 Pedro Alvesdwarf2read.c: Make dir_index and file_name_index strong...
2017-04-04 Pedro Alvesgdb::optional: Add observers
2017-03-08 Pedro Alvesgdb: Fix ATTRIBUTE_NONNULL usage
2017-03-07 Sergio Durigan JuniorShare gdb/environ.[ch] with gdbserver
2017-02-23 Pedro AlvesIntroduce gdb::function_view
2017-02-21 Simon MarchiDefault initialize enum flags to 0
2017-02-20 Jan KratochvilDWARF-5: call sites
2017-02-17 Michael SturmAdd support for Intel PKRU register to GDB and GDBserver.
2017-02-17 Michael SturmRename target descriptions to reflect actual content...
2017-02-10 Tom TromeyRemove some ui_out-related cleanups from Python
2017-01-31 Pedro Alvesgdb: make_scoped_restore and types convertible to T
2017-01-11 Tom TromeyIntroduce and use gdb::unlinker
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-11 Tom TromeyAdd gdb_ref_ptr.h
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-24 John BaldwinAdd noexcept to custom non-throwing new operators.
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-15 Pedro AlvesDelete gdb::unique_ptr/gdb::move
2016-11-08 Pedro AlvesIntroduce string_printf
2016-10-25 Pedro Alvescommon/common-defs.h: Define __STDC_FORMAT_MACROS as...
2016-10-25 Pedro Alvesnew-op.c: Add comment about -fsanitize=address
2016-10-25 Pedro AlvesDefine __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.
2016-10-25 Yao QiDon't override operator new if GDB is built with -fsani...
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-18 Pedro Alvesgdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIM...
2016-10-18 Pedro AlvesIntroduce gdb::unique_ptr
2016-10-14 Eli ZaretskiiInclude strings.h where available
2016-10-06 Pedro Alvesgdb: Remove some C compiler support leftovers
2016-09-23 Pedro Alvesgdb: Replace operator new / operator new[]
2016-09-19 Pedro Alvesgdb: Fix build breakage with GCC 4.1 and --disable-nls
2016-08-10 Pedro AlvesQuiet ARI gettext checks
2016-08-09 Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-07-15 John BaldwinPass SIGLIBRT directly to child processes.
next