Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_free...
[binutils-gdb.git] / gdb / unittests /
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...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyIntroduce ui_file_style
2018-12-21 Dave MurphyFix compile error with clang 3.8
2018-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-15 Joel BrobeckerMove copy_bitwise unittests to own unittest file
2018-11-01 Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-10-27 Tom TromeyDo not reopen temporary files
2018-10-27 Tom TromeyUse mkostemp, not mkstemp
2018-10-27 Tom TromeyMove mkdir_recursive to common/filestuff.c
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-01 Tom TromeyDon't check HAVE_UNISTD_H
2018-08-08 Tom TromeyCheck result of "write"
2018-08-07 Simon MarchiIntroduce mmap_file function
2018-07-22 Tom TromeySimple unused variable removals
2018-07-12 Philippe WaroquiersAdd a self-test for cli-utils.c
2018-07-11 Sergio Durigan JuniorImplement IPv6 support for GDB/gdbserver
2018-06-01 H.J. LuMove gdb/common/diagnostics.h to include/diagnostics.h
2018-05-18 Simon Marchiformat_pieces-selftests.c: Silence ARI warnings
2018-05-17 Simon MarchiMake format_pieces recognize the \e escape sequence
2018-05-08 Simon MarchiDefine GNULIB_NAMESPACE in unittests/string_view-selfte...
2018-04-09 Simon MarchiAdapt and integrate string_view tests
2018-04-09 Simon MarchiCopy string_view tests from libstdc++
2018-03-22 Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-22 Simon MarchiMake parse_static_tracepoint_marker_definition work...
2018-03-19 Tom TromeyConvert observers to C++
2018-03-16 Simon MarchiAdd selftest for substitute_path_component
2018-03-08 Simon MarchiAdd xml_escape_text_append and use it
2018-02-26 Tom TromeySign-extend non-bit-fields in unpack_bits_as_long
2018-02-09 Markus Metzgercommon: add scoped_mmap
2018-02-09 Markus Metzgercommon: add scoped_fd
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-15 Yao QiSkip parse_memory_map_tests if XML is disabled
2017-11-24 Simon Marchiremote: C++ify thread_item and threads_listing_context
2017-11-14 Simon MarchiFix mem region parsing regression and add test
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-10-30 Pedro AlvesIntroduce string_appendf/string_vappendf
2017-10-30 Pedro AlvesMerge/shared string_printf and string_vprintf unit...
2017-10-28 Simon Marchicommon-utils-selftests.c: Add ATTRIBUTE_PRINTF
2017-10-16 Simon MarchiGet rid of VEC(mem_range_s)
2017-09-30 Tom TromeyIntroduce string_vprintf
2017-09-28 Pedro AlvesMove utils-selftests.c -> gdb/unittests/
2017-09-16 Simon MarchiMake xml_escape_text return an std::string
2017-09-16 Simon MarchiAdd unit test for xml_escape_text
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-04 John BaldwinExplicitly include <array> for std::array<>.
2017-09-04 Pedro AlvesIntroduce gdb::array_view
2017-08-31 Sergio Durigan JuniorImplement the ability to set/unset environment variable...
2017-08-18 Yao QiPut selftests api into selftests namespace
2017-06-22 Pedro Alvesenviron-selftests: Ignore -Wself-move warning
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-04-19 Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
2017-04-18 Pedro Alvesgdb::optional unit tests
next