aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests
AgeCommit message (Expand)AuthorFilesLines
2020-10-07Add simple_search_memory unit testsTom Tromey1-0/+99
2020-09-29Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves1-7/+17
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey1-3/+3
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-1/+1
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-0/+586
2020-05-15command-def-selftests.c: detect missing or wrong prefix cmd in subcommands.Philippe Waroquiers1-2/+35
2020-05-15Add a selftest that detects a 'corrupted' command tree structure in GDB.Philippe Waroquiers1-3/+78
2020-04-23Fix Ada crash with .debug_namesTom Tromey1-3/+3
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
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