aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests
AgeCommit message (Expand)AuthorFilesLines
2018-11-15Move copy_bitwise unittests to own unittest fileJoel Brobecker1-0/+159
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi1-7/+8
2018-10-27Do not reopen temporary filesTom Tromey1-0/+17
2018-10-27Use mkostemp, not mkstempTom Tromey2-3/+5
2018-10-27Move mkdir_recursive to common/filestuff.cTom Tromey1-0/+89
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-10-01Don't check HAVE_UNISTD_HTom Tromey2-10/+3
2018-08-08Check result of "write"Tom Tromey1-1/+1
2018-08-07Introduce mmap_file functionSimon Marchi1-0/+54
2018-07-22Simple unused variable removalsTom Tromey1-1/+1
2018-07-12Add a self-test for cli-utils.cPhilippe Waroquiers1-0/+253
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior1-0/+249
2018-06-01Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu1-1/+1
2018-05-18format_pieces-selftests.c: Silence ARI warningsSimon Marchi1-2/+2
2018-05-17Make format_pieces recognize the \e escape sequenceSimon Marchi1-0/+76
2018-05-08Define GNULIB_NAMESPACE in unittests/string_view-selftests.cSimon Marchi1-0/+2
2018-04-09Adapt and integrate string_view testsSimon Marchi25-152/+375
2018-04-09Copy string_view tests from libstdc++Simon Marchi72-0/+5270
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2-6/+18
2018-03-22Make parse_static_tracepoint_marker_definition work with multiple static trac...Simon Marchi1-0/+70
2018-03-19Convert observers to C++Tom Tromey1-0/+135
2018-03-15Add selftest for substitute_path_componentSimon Marchi1-0/+59
2018-03-08Add xml_escape_text_append and use itSimon Marchi1-0/+14
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey1-0/+61
2018-02-09common: add scoped_mmapMarkus Metzger1-0/+92
2018-02-09common: add scoped_fdMarkus Metzger1-0/+90
2018-01-02Update copyright year range in all GDB filesJoel Brobecker27-27/+27
2017-12-15Skip parse_memory_map_tests if XML is disabledYao Qi1-0/+6
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi1-0/+59
2017-11-14Fix mem region parsing regression and add testSimon Marchi1-0/+81
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-0/+111
2017-10-30Introduce string_appendf/string_vappendfPedro Alves1-0/+49
2017-10-30Merge/shared string_printf and string_vprintf unit testsPedro Alves1-15/+29
2017-10-27common-utils-selftests.c: Add ATTRIBUTE_PRINTFSimon Marchi1-1/+1
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi1-0/+115
2017-09-29Introduce string_vprintfTom Tromey1-0/+23
2017-09-28Move utils-selftests.c -> gdb/unittests/Pedro Alves1-0/+50
2017-09-16Make xml_escape_text return an std::stringSimon Marchi1-4/+2
2017-09-16Add unit test for xml_escape_textSimon Marchi1-0/+46
2017-09-16Add selftests run filteringSimon Marchi6-6/+10
2017-09-04Explicitly include <array> for std::array<>.John Baldwin1-0/+1
2017-09-04Introduce gdb::array_viewPedro Alves1-0/+494
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior1-49/+195
2017-08-18Put selftests api into selftests namespaceYao Qi5-5/+5
2017-06-22environ-selftests: Ignore -Wself-move warningPedro Alves1-0/+8
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-0/+151
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves1-0/+110
2017-04-18gdb::optional unit testsPedro Alves15-0/+1726
2017-04-07ptid-selftests: Fix erroneous assert messagesSimon Marchi1-9/+9
2017-04-06Class-ify ptid_tSimon Marchi1-0/+153