Remove path name from test case
[binutils-gdb.git] / gdb / unittests /
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-08-23 Andrew Burgessgdb: add gdb::make_unique function
2023-08-17 Tom de Vries[gdb/build, c++20] Stop using deprecated is_pod
2023-07-14 Tom TromeyRevert "Simplify auto_load_expand_dir_vars and remove...
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-05 Tom TromeySimplify auto_load_expand_dir_vars and remove substitut...
2023-04-12 Tom TromeyUse SELF_CHECK in all unit tests
2023-03-14 Tom TromeyAdd operators and methods to gdb_mpq
2023-03-14 Tom TromeyAdd methods and operators to gdb_mpz
2023-03-14 Tom TromeyClean up gmp-utils.h includes
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-02 Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-01-30 Pedro Alvesenum_flags to_string
2023-01-20 Simon Marchigdb: make frame_info_ptr auto-reinflatable
2023-01-20 Simon Marchigdb: make frame_info_ptr grab frame level and id on...
2023-01-20 Simon Marchigdb: make user-created frames reinflatable
2023-01-17 Tom TromeyAvoid submitting empty tasks in parallel_for_each
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Simon Marchigdbsupport: change xml_escape_text_append's parameter...
2022-11-14 Tsukasa OIgdb/unittests: PR28413, suppress warnings generated...
2022-09-12 Tom de Vries[gdb] Fix abort in selftest run_on_main_thread with ^C
2022-08-05 Tom de Vries[gdb] Add unit test for gdb::sequential_for_each
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-07-25 Pedro Alvesstruct packed: Unit tests and more operators
2022-07-22 Tom de Vries[gdb] Add empty range unit test for gdb::parallel_for_each
2022-04-21 Simon Marchigdbsupport: add path_join function
2022-04-12 Tom TromeyAdd batching parameter to parallel_for_each
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-25 Andrew Burgessgdb: add operator+= and operator+ overload for std...
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-05 Tom TromeyImplement putstr and putstrn in ui_file
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
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-18 Simon Marchigdb: fix array-view-selftests.c build with g++ 4.8
2021-11-09 Pedro Alvesgdb::array_view slicing/container selftest - test std...
2021-11-08 Lancelot SIXImprove gdb::array_view ctor from contiguous containers
2021-10-19 Tom TromeyFix format_pieces selftest on Windows
2021-09-30 Simon Marchigdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
2021-09-20 Tom de Vries[gdb] Change register_test to use std::function arg
2021-09-08 Tom TromeyFix unit test build on Windows
2021-08-30 Simon Marchigdb: fix build error in unittests/parallel-for-selftests.c
2021-08-30 Tom TromeyAdd some parallel_for_each tests
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-06-17 Pedro AlvesAdd a unit test for scoped_ignore_sigpipe
2021-05-17 Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17 Simon Marchigdb: add cmd_list_element::is_alias
2021-05-17 Simon Marchigdb: rename cmd_list_element::cmd_pointer to target
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-27 Michael Weghorngdbsupport: allow to specify dependencies between observers
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-23 Lancelot SIXImprove gdb_tilde_expand logic.
2021-01-21 Simon Marchigdb: make some variables static
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-06 Joel Brobeckergmp-utils: protect gdb_mpz exports against out-of-range...
2020-11-24 Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-24 Joel BrobeckerFix stack smashing error during gdb_mpq_write_fixed_poi...
2020-11-20 Simon Marchigdb: fix unittests/gmp-utils-selftests.c build on solaris
2020-11-15 Joel Brobeckergmp-utils: New API to simply use of GMP's integer/ratio...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-07 Tom TromeyAdd simple_search_memory unit tests
2020-09-29 Pedro AlvesTweak gdbsupport/valid-expr.h for GCC 6, fix build
2020-09-28 Tom TromeyUse a curses pad for source and disassembly windows
2020-09-15 Tom TromeyUse arrays rather than pointers for global string constants
2020-09-14 Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-05-15 Philippe Waroquierscommand-def-selftests.c: detect missing or wrong prefix...
2020-05-15 Philippe WaroquiersAdd a selftest that detects a 'corrupted' command tree...
2020-04-23 Tom TromeyFix Ada crash with .debug_names
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04 Simon MarchiCompare iterators, not values, in filtered_iterator...
2019-12-04 Tom TromeyFix another build failure in tui-selftests.c
2019-12-02 Tom TromeyFix build breakage with --disable-tui
2019-12-01 Tom TromeyFix latent bug in tui_copy_source_line
2019-11-26 Tom TromeyIntroduce run_on_main_thread
2019-11-26 Simon MarchiMake functions static in unittests
2019-11-21 Tom TromeyHandle %I64d in format_pieces
2019-11-14 Simon Marchigdb: fix build error in unittests/vec-utils-selftests.c
2019-11-12 Andrew Burgessgdb: Support printf 'z' size modifier
2019-11-10 Andrew Burgessgdb_vecs.h: Avoid self move assign
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-01 Pedro AlvesIntroduce gdb-specific %p format suffixes
2019-10-01 Tom TromeyDon't create empty literal pieces
2019-08-06 Philippe WaroquiersAdd a selftest that checks documentation invariants.
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-12 Pedro AlvesDelete parse_flags/parse_flags_qcs
2019-05-03 Eli ZaretskiiOn MS-Windows, define _WIN32_WINNT in a single common...
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-18 Sergei Trofimovichgdb: unconditionally define _initialize_string_view_sel...
2019-03-02 Eli ZaretskiiFix GDB compilation on MinGW (PR gdb/24292)
2019-02-12 John BaldwinAdd a new function child_path.
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-02 Joel BrobeckerFix year range in unittests/.../char/empty.cc copyright...
next