]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbsupport
Add note about adding ChangeLog.git to src-release.sh
[thirdparty/binutils-gdb.git] / gdbsupport /
2023-06-05  Tom TromeyMove unrelocated_addr to common-types.h
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-30  Andrew Burgessgdb: add support for %V to printf command
2023-05-25  Simon Marchigdbsupport: make filtered_iterator::operator* return...
2023-05-25  Simon Marchigdbsupport: make basic_safe_iterator::operator* return...
2023-05-25  Simon Marchigdbsupport: add missing increment/decrement operators...
2023-05-24  Simon Marchigdbsupport: add support for references to checked_stati...
2023-04-29  Manoj Guptagdb: Fix building with latest libc++
2023-03-29  Andrew Burgessgdb: move displaced_step_dump_bytes into gdbsupport...
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-07  Simon Marchigdbsupport: ignore -Wenum-constexpr-conversion in enum...
2023-02-27  Kevin BuettnerIntroduce gdb_exception_forced_quit
2023-02-24  Tom TromeyRemove struct buffer
2023-02-14  Tom TromeyDo not cast away const in agent_run_command
2023-02-11  Aaron MereyMove implementation of perror_with_name to gdbsupport
2023-02-10  Maciej W. RozyckiGDB: Switch to using C++ standard integer type limits
2023-02-09  Tom TromeyLet user C-c when waiting for DWARF index finalization
2023-02-02  Simon Marchigdbsupport: add type definitions for pid, lwp and tid
2023-01-31  Simon Marchigdbsupport: allow passing nullptr to checked_static_cast
2023-01-30  Pedro Alvesenum_flags to_string
2023-01-17  Tom TromeyAvoid submitting empty tasks in parallel_for_each
2023-01-11  Tom TromeySet _WIN32_WINNT in common.m4 configure check
2023-01-05  Simon Marchigdbsupport: fix scoped_debug_start_end's move constructor
2023-01-05  Simon Marchigdbsupport: add gdb::string_view_hash
2023-01-05  Simon Marchigdbsupport: move fast_hash to gdbsupport/common-utils.h
2023-01-05  Simon Marchigdbsupport: move libxxhash configure check to gdbsupport
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
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++
next