Convert the RX target to make use of target descriptions.
[external/binutils.git] / gdb / unittests /
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
2017-04-07 Simon Marchiptid-selftests: Fix erroneous assert messages
2017-04-07 Simon MarchiClass-ify ptid_t
2017-04-04 Pedro AlvesMake sect_offset and cu_offset strong typedefs instead...
2017-02-23 Pedro AlvesIntroduce gdb::function_view