Change readelf so that when --wide is active a relocation's full name is displayed.
[binutils-gdb.git] / gdb / common /
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.
2016-06-06 Simon MarchiAdd method/format information to =record-started
2016-06-01 Nick CliftonAdd xmalloc_failed() function to common-utils.c in...
2016-04-22 Pedro AlvesSwitch gdb's TRY/CATCH to C++ try/catch
2016-04-22 Pedro AlvesPropagate GDB/C++ exceptions across readline using...
2016-04-21 Pedro AlvesSwitch gdb's TRY/CATCH to sjlj again
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-04-12 Pedro Alves[C++] Switch TRY/CATCH to real C++ try/catch by default...
2016-04-12 Pedro AlvesUse setjmp/longjmp for TRY/CATCH instead of sigsetjmp...
2016-04-12 Pedro AlvesEliminate prepare_to_throw_exception
2016-03-09 Pedro AlvesUse struct buffer in gdb_readline_no_editing
2016-01-26 Simon MarchiFix function comments
2016-01-13 Pedro AlvesCentralize thread ID printing
2016-01-12 Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18 Antoine TremblaySupport software single step on ARM in GDBServer
2015-12-18 Antoine TremblayShare regcache function regcache_raw_read_unsigned
2015-12-16 Pedro Alves[C++] Fix -Winvalid-offsetof warnings with g++ 4.4
2015-11-17 Pedro Alves[C++] Always use setjmp/longjmp for exceptions
2015-11-17 Pedro AlvesMinGW and attribute format(printf/gnu_printf)
2015-11-17 Pedro Alves[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACR...
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-10-29 Pedro AlvesAdd cast to VEC_iterate
2015-10-29 Pedro AlvesAdd cast to exception_none
2015-10-29 Pedro AlvesDon't assume break/continue inside a TRY block works
next