Remove path name from test case
[binutils-gdb.git] / gdbsupport /
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
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
next