aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-9/+26
2019-10-01Don't create empty literal piecesTom Tromey1-2/+4
2019-08-07Add a selftest that checks documentation invariants.Philippe Waroquiers1-0/+107
2019-07-09Rename common to gdbsupportTom Tromey27-51/+51
2019-06-13Delete parse_flags/parse_flags_qcsPedro Alves1-133/+0
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii1-4/+0
2019-04-08Rename gdb exception typesTom Tromey2-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey2-9/+6
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-2/+2
2019-03-18gdb: unconditionally define _initialize_string_view_selftestsSergei Trofimovich1-2/+4
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii1-2/+5
2019-02-12Add a new function child_path.John Baldwin1-0/+68
2019-01-25Normalize includes to use common/Tom Tromey24-26/+26
2019-01-02Fix year range in unittests/.../char/empty.cc copyright headerJoel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker111-111/+111
2018-12-28Introduce ui_file_styleTom Tromey1-0/+109
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-0/+22
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-0/+13
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