Make free_pending_blocks static
[external/binutils.git] / gdb / common /
2018-07-11 Sergio Durigan JuniorImplement IPv6 support for GDB/gdbserver
2018-07-04 Simon Marchidarwin: Don't use sbrk
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_tid_p
2018-07-03 Tom TromeyRemove ptid_lwp_p
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-19 Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2018-06-11 Alan HaywardAdd regcache raw_compare method
2018-06-11 Alan HaywardAdd reg_buffer_common
2018-06-10 Simon MarchiChange type of reg_buffer::m_register_status to registe...
2018-06-08 Tom TromeyRemove cleanups from btrace code
2018-06-05 David MalcolmFix typo in common/enum-flags.h example
2018-06-01 H.J. LuMove gdb/common/diagnostics.h to include/diagnostics.h
2018-05-30 Pedro AlvesMark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitial...
2018-05-29 Tom TromeyRemove const_char_ptr typedef
2018-05-21 Simon MarchiFix copy-pasto, allocate objfile_per_bfd_storage with...
2018-05-21 Simon MarchiIntroduce obstack_new, poison other "typed" obstack...
2018-05-17 Simon MarchiMake format_pieces recognize the \e escape sequence
2018-05-08 Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-05-04 Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
2018-05-04 Tom TromeyRemove do_closedir_cleanup
2018-04-30 Tom TromeyIntroduce ref_ptr::new_reference
2018-04-18 Alan HaywardRemove xml file references from target descriptions
2018-04-18 Alan HaywardCreate xml from target descriptions
2018-04-18 Alan HaywardAdd tdesc osabi and architecture functions
2018-04-18 Alan HaywardCommonise tdesc types and makes use of them in gdbserve...
2018-04-18 Alan HaywardCommonise tdesc_feature and makes use of it in gdbserve...
2018-04-18 Alan HaywardCommonise tdesc_reg and makes use of it in gdbserver...
2018-04-09 Simon MarchiAdd selftests for range_contains and insert_into_bit_ra...
2018-04-09 Simon MarchiUse an std::vector for inline_states
2018-04-09 Simon MarchiAdd gdb::string_view
2018-04-09 Simon MarchiCopy string_view files from libstdc++
2018-04-07 Simon MarchiMake target_read_alloc & al return vectors
2018-04-01 Simon MarchiRemove char_ptr typedef
2018-03-30 Simon MarchiRemove usage of VEC(char_ptr) in gdbscm_parse_function_args
2018-03-22 Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-19 Tom TromeyConvert observers to C++
2018-03-08 Simon MarchiAdd xml_escape_text_append and use it
2018-03-06 Simon Marchibtrace: Remove VEC cleanups
2018-03-03 Simon MarchiRemove free_char_ptr_vec
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-03-02 Sergio Durigan JuniorConditionally include "<windows.h>" on common/pathstuff...
2018-02-28 Sergio Durigan JuniorMake gdbserver work with filename-only binaries
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-26 Alan HaywardMove arch/tdesc.h to common/tdesc.h
2018-02-19 Alan HaywardAdd common/ dir in build directories
2018-02-09 Markus Metzgercommon: add scoped_mmap
2018-02-09 Markus Metzgercommon: add scoped_fd
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
next