sim: mips: hoist "single" igen rules up to common builds
[platform/upstream/binutils.git] / gdbsupport /
2022-12-16 Simon Marchigdbsupport: add string_xml_appendf
2022-12-16 Simon Marchigdbsupport: change xml_escape_text_append's parameter...
2022-12-15 Tom TromeyMove streq and compare_cstrings to gdbsupport
2022-12-14 Andrew Burgessgdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT
2022-11-27 Philippe Waroquiersfix leak in gdb_environ
2022-11-17 Andrew Burgessgdb: new $_inferior_thread_count convenience variable
2022-11-13 Jon TurneyFix Cygwin build after 02d04eac
2022-11-08 Simon Marchigdbsupport, gdb: add read_text_file_to_string, use...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Simon Marchigdbsupport: re-generate configure
2022-09-21 Simon Marchigdbsupport: move fileio_errno_to_host to fileio.{h...
2022-09-21 Simon Marchigdbsupport: convert FILEIO_* macros to an enum
2022-09-21 Simon Marchigdbsupport: move include/gdb/fileio.h contents to fileio.h
2022-09-21 Simon Marchigdbsupport: change path_join parameter to array_view...
2022-09-08 Tsukasa OIgdbsupport: Fix config.status dependency
2022-08-30 Simon Marchigdbsupport: add wrapper around result_of and invoke_result
2022-08-26 Simon Marchigdbsupport: fix gdb::optional compilation with C++11...
2022-08-26 Simon Marchigdb, gdbsupport: configure: factor out yes/no/auto...
2022-08-19 Patrick Monneratgdb_do_one_event: use integer test syntax
2022-08-18 Patrick Monneratgdbsupport/event-loop: add a timeout parameter to gdb_d...
2022-08-16 Tom TromeyUse strwinerror in gdb/windows-nat.c
2022-08-05 Tom de Vries[gdbsupport] Add task size parameter in parallel_for_each
2022-08-05 Pedro AlvesIntroduce gdb::make_function_view
2022-08-05 Tom de Vries[gdb] Add debug_{exp,val}
2022-07-25 Pedro Alvesstruct packed: Add fallback byte array implementation
2022-07-25 Pedro Alvesstruct packed: Unit tests and more operators
2022-07-25 Pedro Alvesstruct packed: Use gcc_struct on Windows
2022-07-21 Andrew Burgessgdbsupport: add checked_static_cast
2022-07-21 Tom de Vries[gdbsupport] Fix type of parallel_for_each_debug
2022-07-18 Tom de Vries[gdbsupport] Improve thread scheduling in parallel_for_each
2022-07-18 Tom de Vries[gdbsupport] Add parallel_for_each_debug
2022-07-14 Tom de Vries[gdbsupport] Add sequential_for_each
2022-07-14 Tom de Vries[gdb/build] Fix gdb build with gcc 4.8.5
2022-07-12 Tom de Vries[gdb/build] Fix build with gcc 4.8.5
2022-07-12 Pedro AlvesIntroduce struct packed template
2022-06-30 Tom de Vries[gdb] Block SIGTERM in worker threads
2022-06-27 Pedro AlvesMake GDBserver abort on internal error in development...
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
next