aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi31-0/+31
2020-01-01Update copyright year range in all GDB files.Joel Brobecker118-118/+118
2019-12-04Compare iterators, not values, in filtered_iterator::operator{==,!=}Simon Marchi1-0/+165
2019-12-04Fix another build failure in tui-selftests.cTom Tromey1-1/+2
2019-12-02Fix build breakage with --disable-tuiTom Tromey1-0/+6
2019-12-01Fix latent bug in tui_copy_source_lineTom Tromey1-0/+48
2019-11-26Introduce run_on_main_threadTom Tromey1-0/+80
2019-11-26Make functions static in unittestsSimon Marchi39-103/+118
2019-11-21Handle %I64d in format_piecesTom Tromey1-0/+11
2019-11-14gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi1-0/+9
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess1-0/+44
2019-11-10gdb_vecs.h: Avoid self move assignAndrew Burgess1-0/+66
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
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