]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbsupport
sim: clarify license text via COPYING file
[thirdparty/binutils-gdb.git] / gdbsupport /
2021-11-05  Tom TromeyIntroduce make_unique_xstrndup
2021-11-03  Jan KratochvilFix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb
2021-10-28  Simon Marchigdb: add selftest name completion
2021-10-25  Simon Marchigdbsupport: add assertions in array_view
2021-10-19  Tom TromeyFix format_pieces selftest on Windows
2021-10-19  Tom TromeyAlways use std::function for self-tests
2021-10-04  Tom de Vries[gdb/build] Add CXX_DIALECT to CXX
2021-10-04  Andrew Burgessgdbsupport: remove attempt to define TARGET_WORD_SIZE
2021-09-30  Simon Marchigdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
2021-09-30  Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-09-30  Simon Marchigdbsupport: move gdb_file_up to its own file
2021-09-23  Tom TromeyChange ptid_t::tid to ULONGEST
2021-09-23  Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
2021-09-22  Tom de Vries[gdb] Add maint selftest -verbose option
2021-09-20  Tom de Vries[gdb] Change register_test to use std::function arg
2021-09-20  Simon Marchigdbsupport/gdb_proc_service.h: use decltype instead...
2021-08-03  Simon Marchigdbsupport: add debug assertions in gdb::optional::get
2021-07-30  Tom TromeyReplace exception_print_same with operator!=
2021-07-30  Tom de Vries[gdb/build] Disable attribute nonnull
2021-07-26  Andrew Burgessgdb: move remaining ChangeLogs to legacy files
2021-07-23  Simon Marchigdb: make inferior::m_cwd an std::string
2021-07-23  Simon Marchigdb: un-share set_inferior_cwd declaration
2021-07-17  Simon Marchigdb: make all_inferiors_safe actually work
2021-07-13  Simon Marchigdb: maintain per-process-target list of resumed thread...
2021-07-13  Simon Marchigdb: use intrusive list for step-over chain
2021-07-13  Pedro Alvesgdb: introduce intrusive_list, make thread_info use it
2021-07-06  Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-07-05  Simon Marchigdb: fall back on sigpending + sigwait if sigtimedwait...
2021-07-05  Simon Marchigdbsupport/common.m4: check for sigtimedwait
2021-06-17  Pedro AlvesDon't call sigtimedwait for scoped_ignore_sigttou
2021-06-17  Pedro Alvesscoped_ignore_signal: Use sigprocmask+sigtimedwait...
2021-06-17  Pedro AlvesIntroduce scoped_restore_signal
2021-06-17  Pedro AlvesMove scoped_ignore_sigttou to gdbsupport/
2021-05-17  Andrew Burgessgdb: additional settings for emacs in .dir-locals.el
2021-05-09  Simon Marchigdbsupport: re-generate configure & friends
2021-05-08  Pedro AlvesDon't run personality syscall at configure time; don...
2021-04-30  Tom TromeyUse rvalue reference in thread_pool::post_task
2021-04-27  Michael Weghorngdbsupport: allow to specify dependencies between observers
2021-04-24  Simon Marchigdbsupport: add observer_debug_printf, OBSERVER_SCOPED_...
2021-04-24  Simon Marchigdbsupport: allow passing format string to scoped_debug...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-24  Simon Marchigdbsupport: introduce struct observer
2021-04-23  Simon Marchigdbsupport, gdb: change observer_debug to bool
2021-04-23  Simon Marchigdbsupport: include preprocessor.h in common-debug.h
2021-03-24  Luis MachadoNew memory-tag commands
2021-03-21  Alan ModraProvide an inline startswith function in bfd.h
2021-02-05  Paul E. Murphygnulib: update to 776af40e0
2021-01-23  Lancelot SIXImprove gdb_tilde_expand logic.
2021-01-22  Simon Marchigdb: add remote_debug_printf
2021-01-08  Simon Marchigdb: check for empty strings in get_standard_cache_dir...
2021-01-06  Mike Frysingergdbsupport: common-utils.h: fix typo in header
2021-01-04  Simon Marchigdb: introduce scoped debug prints
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11  Andrew Burgessgdbsupport: make use of safe-ctype functions from libiberty
2020-12-11  Simon Marchigdb: factor out debug_prefixed_printf_cond
2020-12-08  Alexander Fedotovgdbsupport: Use LOCALAPPDATA to determine cache dir
2020-12-01  Andrew Burgessgdbsupport/tdesc: print enum fields using 'evalue'...
2020-12-01  Chungyi Chigdbsupport/tdesc: print enum size attribute
2020-11-20  Tom TromeyIgnore system_error in thread startup
2020-11-10  Tom TromeyMove include block to pathstuff.h
2020-11-02  Andrew Burgessgdb: use get_standard_config_dir when looking for ...
2020-11-02  Tom TromeyAdd get_standard_config_dir function
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-31  Simon Marchigdb, gdbsupport: add debug_prefixed_printf, remove...
2020-10-31  Simon Marchigdbsupport: replace AC_TRY_COMPILE in common.m4
2020-10-31  Simon Marchigdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK
2020-10-31  Simon Marchigdbsupport: replace AC_TRY_COMPILE in warning.m4
2020-10-31  Simon Marchigdbsupport: replace AC_TRY_COMPILE in ptrace.m4
2020-10-31  Simon Marchigdbsupport: re-indent ptrace.m4
2020-10-31  Simon Marchigdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC
2020-10-31  Simon Marchigdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD...
2020-10-26  Pedro Alvesgdb::handle_eintr, remove need to specify return type
2020-10-26  Simon Marchigdb: move ptrace.m4 to gdbsupport
2020-10-08  Andrew Burgessgdb: Have allocate_target_description return a unique_ptr
2020-10-07  Tom TromeyMove simple_search_memory to gdbsupport/search.cc
2020-10-02  Simon Marchigdb: add debug prints in event loop
2020-10-02  Simon Marchigdb: move debug_prefixed_vprintf here
2020-10-02  Simon Marchigdb: give names to event loop file handlers
2020-10-01  Kamil RytarowskiPreinitialize the sockaddr_un variable to zero
2020-09-29  Pedro AlvesTweak gdbsupport/valid-expr.h for GCC 6, fix build
2020-09-24  Simon Marchigdb: remove file_handler typedef
2020-09-16  John BaldwinRequire kinfo_get_file and kinfo_get_vmmap for FreeBSD...
2020-09-14  Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-09-14  Pedro AlvesRewrite valid-expr.h's internals in terms of the detect...
2020-09-11  Felix WillgerodtAdd bfloat16 support for AVX512 register view.
2020-09-10  Kamil RytarowskiAdd handle_eintr to wrap EINTR handling in syscalls
2020-08-13  Simon Marchigdb: allow specifying multiple filters when running...
2020-08-07  Simon Marchigdb: change regcache list to be a map
2020-07-30  Rainer OrthUnify Solaris procfs and largefile handling
2020-07-28  Tom de Vries[gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h
2020-07-17  Andrew Burgessgdb/riscv: delete target descriptions when gdb exits
2020-06-30  Tom TromeyDo not define basic_string_view::to_string
2020-06-27  Simon Marchigdbsupport: add format attribute to print_xml_feature...
2020-06-23  Andrew Burgessgdb: New maintenance command to print XML target descri...
2020-06-23  Andrew Burgessgdb: Print compatible information within print_xml_feature
2020-05-25  Michael Weghorngdbsupport: Drop now unused function 'stringify_argv'
2020-05-25  Michael Weghorngdbsupport: Let construct_inferior_arguments take gdb...
2020-05-25  Michael Weghorngdbsupport: Adapt construct_inferior_arguments
2020-05-25  Michael Weghorngdb: Move construct_inferior_arguments to gdbsupport
2020-05-23  Pedro AlvesUse safe-ctype.h (ISSPACE etc.) in symbol parsing ...
next