summaryrefslogtreecommitdiff
path: root/gdb/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix year range in unittests/.../char/empty.cc copyright headerJoel Brobecker2019-01-021-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-01111-111/+111
* Introduce ui_file_styleTom Tromey2018-12-281-0/+109
* Fix compile error with clang 3.8Dave Murphy2018-12-211-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-0/+22
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-0/+13
* Move copy_bitwise unittests to own unittest fileJoel Brobecker2018-11-151-0/+159
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-011-7/+8
* Do not reopen temporary filesTom Tromey2018-10-271-0/+17
* Use mkostemp, not mkstempTom Tromey2018-10-272-3/+5
* Move mkdir_recursive to common/filestuff.cTom Tromey2018-10-271-0/+89
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Don't check HAVE_UNISTD_HTom Tromey2018-10-012-10/+3
* Check result of "write"Tom Tromey2018-08-081-1/+1
* Introduce mmap_file functionSimon Marchi2018-08-071-0/+54
* Simple unused variable removalsTom Tromey2018-07-221-1/+1
* Add a self-test for cli-utils.cPhilippe Waroquiers2018-07-121-0/+253
* Implement IPv6 support for GDB/gdbserverSergio Durigan Junior2018-07-111-0/+249
* Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu2018-06-011-1/+1
* format_pieces-selftests.c: Silence ARI warningsSimon Marchi2018-05-181-2/+2
* Make format_pieces recognize the \e escape sequenceSimon Marchi2018-05-171-0/+76
* Define GNULIB_NAMESPACE in unittests/string_view-selftests.cSimon Marchi2018-05-081-0/+2
* Adapt and integrate string_view testsSimon Marchi2018-04-0925-152/+375
* Copy string_view tests from libstdc++Simon Marchi2018-04-0972-0/+5270
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-222-6/+18
* Make parse_static_tracepoint_marker_definition work with multiple static trac...Simon Marchi2018-03-221-0/+70
* Convert observers to C++Tom Tromey2018-03-191-0/+135
* Add selftest for substitute_path_componentSimon Marchi2018-03-151-0/+59
* Add xml_escape_text_append and use itSimon Marchi2018-03-081-0/+14
* Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey2018-02-261-0/+61
* common: add scoped_mmapMarkus Metzger2018-02-091-0/+92
* common: add scoped_fdMarkus Metzger2018-02-091-0/+90
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0227-27/+27
* Skip parse_memory_map_tests if XML is disabledYao Qi2017-12-151-0/+6
* remote: C++ify thread_item and threads_listing_contextSimon Marchi2017-11-241-0/+59
* Fix mem region parsing regression and add testSimon Marchi2017-11-141-0/+81
* lookup_name_info::make_ignore_paramsPedro Alves2017-11-081-0/+111
* Introduce string_appendf/string_vappendfPedro Alves2017-10-301-0/+49
* Merge/shared string_printf and string_vprintf unit testsPedro Alves2017-10-301-15/+29
* common-utils-selftests.c: Add ATTRIBUTE_PRINTFSimon Marchi2017-10-271-1/+1
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-161-0/+115
* Introduce string_vprintfTom Tromey2017-09-291-0/+23
* Move utils-selftests.c -> gdb/unittests/Pedro Alves2017-09-281-0/+50
* Make xml_escape_text return an std::stringSimon Marchi2017-09-161-4/+2
* Add unit test for xml_escape_textSimon Marchi2017-09-161-0/+46
* Add selftests run filteringSimon Marchi2017-09-166-6/+10
* Explicitly include <array> for std::array<>.John Baldwin2017-09-041-0/+1
* Introduce gdb::array_viewPedro Alves2017-09-041-0/+494
* Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2017-08-311-49/+195
* Put selftests api into selftests namespaceYao Qi2017-08-185-5/+5