ppc/svp64: support svindex instruction
[binutils-gdb.git] / gdbsupport /
2022-05-26 Tom TromeyFinalize each cooked index separately
2022-05-23 Tom de Vries[gdbsupport] Fix UB in print-utils.cc:int_string
2022-05-19 Simon Marchigdbsupport: fix path_join crash with -std=c++17 and...
2022-05-16 Pedro AlvesReindent gdbsupport/event-loop.cc:handle_file_event
2022-05-16 Pedro Alvesgdbsupport/event-loop.cc: simplify !HAVE_POLL paths
2022-05-10 Tom TromeyFix --disable-threading build
2022-05-10 Pedro AlvesMove non-dependent gdb::observers::observable::visit_st...
2022-04-26 John Baldwingdbsupport/pathstuff.h: #include <array> explicitly...
2022-04-21 Simon Marchigdbsupport: add path_join function
2022-04-19 Lancelot SIXgdbsupport/selftest: Allow lazy registration
2022-04-19 Lancelot SIXgdbsupport/selftest: Replace for_each_selftest with...
2022-04-18 Simon Marchigdb: use gdb_tilde_expand instead of gdb_tilde_expand_u...
2022-04-18 Simon Marchigdbsupport: make gdb_realpath_keepfile return an std...
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-14 Tom TromeySet the worker thread name on Windows
2022-04-14 Tom TromeyLet std::thread check pass even without pthreads
2022-04-14 Tiezhu Yanggdb: fix build errors in gdbsupport/thread-pool.h used...
2022-04-13 Pedro AlvesMake intrusive_list_node's next/prev private
2022-04-12 Simon Marchigdbsupport: use result_of_t instead of result_of in...
2022-04-12 Tom TromeySpecialize std::hash for gdb_exception
2022-04-12 Tom TromeyReturn vector of results from parallel_for_each
2022-04-12 Tom TromeyAdd batching parameter to parallel_for_each
2022-04-12 Tom TromeyAllow thread-pool.h to work without threads
2022-03-30 Tom TromeyConsolidate definition of current_directory
2022-03-07 Tom TromeyLet phex and phex_nz handle sizeof_l==1
2022-03-03 Roland McGrathFix typo in last change.
2022-03-03 Roland McGrathAvoid conflict with gnulib open/close macros.
2022-02-25 Andrew Burgessgdb: add operator+= and operator+ overload for std...
2022-02-22 John Baldwingdbsupport: Add an event-pipe class.
2022-01-21 Simon Marchigdbsupport/gdb_regex.cc: replace defs.h include with...
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Tom TromeyIntroduce gdb-hashtab module in gdbsupport
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-13 Andrew Burgessgdb: don't use -Wmissing-prototypes with g++
2022-01-11 Andrew Burgessgdbsupport: regenerate Makefile.in
2022-01-04 Andrew Burgessgdb: don't pass nullptr to sigwait
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-15 Luis MachadoNew --enable-threading configure option to control...
2021-12-10 Simon MarchiRevert "gdbsupport: remove unnecessary `#ifndef IN_PROC...
2021-12-09 Simon Marchigdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`
2021-12-05 Simon Marchigdbsupport: fix memory leak in create_file_handler...
2021-12-03 Simon Marchigdbsupport: add array_view copy function
2021-11-22 Simon Marchigdb: introduce target_waitkind_str, use it in target_wa...
2021-11-20 Simon Marchigdbsupport: fix array-view compilation with c++11 ...
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-16 Simon Marchigdbsupport: remove FUNCTION_NAME
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-16 Andrew Burgessgdbsupport: move xfree into its own file
2021-11-11 Tom de Vries[gdb/build] Fix Wimplicit-exception-spec-mismatch in...
2021-11-11 Tom de Vries[gdb/build] Fix build with -std=c++11
2021-11-09 Tom TromeyFix build on rhES5
2021-11-08 Lancelot SIXImprove gdb::array_view ctor from contiguous containers
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
next