]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbsupport
libctf: do not include undefined functions in libctf.ver
[thirdparty/binutils-gdb.git] / gdbsupport /
27 hours ago  Simon Marchigdbsupport: constify some return values in print-utils...
2 days ago  Simon Marchigdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: include early header files...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: reformat some Makefile...
2024-03-21  Tom TromeyRequire trivial destructor in allocate_on_obstack
2024-03-19  Andrew Burgessgdbsupport: rename include guard in gdb-checked-static...
2024-03-19  Andrew Burgessgdb: use static_cast in gdb::checked_static_cast
2024-03-14  Tom de Vries[gdb/build] Fix build on postmarketos
2024-02-27  Tom TromeyRewrite final cleanups
2024-02-27  Tom TromeyIntroduce read_remainder_of_file
2024-02-23  Pedro AlvesFix throw_winerror_with_name build error on x86-64...
2024-02-21  Simon Marchigdbsupport: assume that compiler supports std::{is_triv...
2024-02-21  Simon Marchigdb: remove some GCC version checks
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-11  Mike Frysingergdbsupport: tighten up libiberty code a bit with dnl
2024-01-11  Mike Frysingergdb: libiberty: switch to AC_CHECK_DECLS_ONCE
2024-01-11  Mike Frysingergdb: move libiberty.m4 to gdbsupport
2024-01-09  Tom TromeyBack out some parallel_for_each features
2024-01-09  Tom TromeyAdd gdb::task_group
2023-12-22  Tom TromeyFix build with clang 16
2023-12-14  Simon Marchigdb: change regcache interface to use array_view
2023-12-14  Simon Marchigdb: use reg_buffer_common throughout gdbsupport/common...
2023-12-04  Richard Buntgdb: Enable early init of thread pool size
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-29  Tom TromeyUse C++17 void_t
2023-11-29  Tom TromeyRely on copy elision in scope-exit.h
2023-11-29  Tom TromeyRely on C++17 <new> in new-op.cc
2023-11-29  Tom TromeyEnable some C++14 code in array-view.h
2023-11-29  Tom TromeySwitch to -Wimplicit-fallthrough=5
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-28  Tom de Vries[gdb] Fix segfault in for_each_block, part 1
2023-11-27  Tom TromeyIntroduce throw_winerror_with_name
2023-11-21  Lancelot Sixgdbsupport: Replace gdb::invoke_result with std::invoke...
2023-11-21  Lancelot Sixgdbsupport: Remove gdb::string_view
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-21  Lancelot Sixgdbsupport: remove gdb::optional
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-21  Lancelot Sixgdb: Use C++17's std::make_unique instead of gdb::make_...
2023-11-15  Arsen Arsenovi?Finalized intl-update patches
2023-11-07  Tom TromeyRemove EXTERN_C and related defines
2023-11-03  Simon Marchigdbsupport: mark array_view::slice with [[nodiscard]]
2023-11-03  Simon Marchigdbsupport: record and print failed selftest names
2023-10-28  Lancelot Sixgdb/gdbsupport/gdbserver: Require c++17
2023-10-28  Lancelot Sixgdb/ax_cxx_compile_stdcxx.m4: upgrade
2023-10-19  Simon Marchigdbsupport: use "reference" and "pointer" type aliases...
2023-10-13  Tom TromeyMove -lsocket check to common.m4
2023-10-09  John Baldwingdb_unique_ptr.h: Fix a typo in a comment
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-15  Tom TromeyFix build failure with GCC 4.8
2023-09-11  Tom TromeySpecialize std::hash for ptid_t
2023-09-11  Markus Metzgergdb: c++ify btrace_target_info
2023-08-28  John Baldwinx86: Remove X86_XSTATE_SIZE and related constants.
2023-08-28  John Baldwinx86: Add an x86_xsave_layout structure to handle variab...
2023-08-23  Andrew Burgessgdb: add gdb::make_unique function
2023-08-17  Tom de Vries[gdb/build, c++20] Handle deprecated std::allocator...
2023-08-17  Tom de Vries[gdb/build, c++20] Stop using deprecated is_pod
2023-08-17  Tom de Vries[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversion
2023-08-12  Alan Modraregen config
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
next