summaryrefslogtreecommitdiff
path: root/gdb/unittests
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2021-01-01121-121/+121
* gmp-utils: protect gdb_mpz exports against out-of-range valuesJoel Brobecker2020-12-051-3/+68
* gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker2020-11-231-8/+8
* Fix stack smashing error during gdb_mpq_write_fixed_point selftestJoel Brobecker2020-11-241-1/+1
* gdb: fix unittests/gmp-utils-selftests.c build on solarisSimon Marchi2020-11-201-6/+6
* gmp-utils: New API to simply use of GMP's integer/rational/float objectsJoel Brobecker2020-11-151-0/+460
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-022-3/+3
* Add simple_search_memory unit testsTom Tromey2020-10-071-0/+99
* Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves2020-09-291-7/+17
* Use a curses pad for source and disassembly windowsTom Tromey2020-09-271-3/+3
* Use arrays rather than pointers for global string constantsTom Tromey2020-09-151-1/+1
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-141-0/+586
* command-def-selftests.c: detect missing or wrong prefix cmd in subcommands.Philippe Waroquiers2020-05-151-2/+35
* Add a selftest that detects a 'corrupted' command tree structure in GDB.Philippe Waroquiers2020-05-151-3/+78
* Fix Ada crash with .debug_namesTom Tromey2020-04-231-3/+3
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-1331-0/+31
* Update copyright year range in all GDB files.Joel Brobecker2020-01-01118-118/+118
* Compare iterators, not values, in filtered_iterator::operator{==,!=}Simon Marchi2019-12-041-0/+165
* Fix another build failure in tui-selftests.cTom Tromey2019-12-041-1/+2
* Fix build breakage with --disable-tuiTom Tromey2019-12-021-0/+6
* Fix latent bug in tui_copy_source_lineTom Tromey2019-12-011-0/+48
* Introduce run_on_main_threadTom Tromey2019-11-261-0/+80
* Make functions static in unittestsSimon Marchi2019-11-2639-103/+118
* Handle %I64d in format_piecesTom Tromey2019-11-211-0/+11
* gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi2019-11-141-0/+9
* gdb: Support printf 'z' size modifierAndrew Burgess2019-11-121-0/+44
* gdb_vecs.h: Avoid self move assignAndrew Burgess2019-11-101-0/+66
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-011-9/+26
* Don't create empty literal piecesTom Tromey2019-10-011-2/+4
* Add a selftest that checks documentation invariants.Philippe Waroquiers2019-08-071-0/+107
* Rename common to gdbsupportTom Tromey2019-07-0927-51/+51
* Delete parse_flags/parse_flags_qcsPedro Alves2019-06-131-133/+0
* On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii2019-05-031-4/+0
* Rename gdb exception typesTom Tromey2019-04-082-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-082-9/+6
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* gdb: unconditionally define _initialize_string_view_selftestsSergei Trofimovich2019-03-181-2/+4
* Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii2019-03-021-2/+5
* Add a new function child_path.John Baldwin2019-02-121-0/+68
* Normalize includes to use common/Tom Tromey2019-01-2524-26/+26
* 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