summaryrefslogtreecommitdiff
path: root/gdb/unittests
Commit message (Expand)AuthorAgeFilesLines
* Unify gdb printf functionsTom Tromey2022-03-291-16/+16
* gdb: add operator+= and operator+ overload for std::stringAndrew Burgess2022-02-251-0/+57
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-20/+16
* Implement putstr and putstrn in ui_fileTom Tromey2022-01-051-0/+62
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-01125-125/+125
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-1/+1
* gdbsupport: add array_view copy functionSimon Marchi2021-12-031-0/+104
* gdb: introduce target_waitkind_str, use it in target_waitstatus::to_stringSimon Marchi2021-11-221-2/+5
* gdb: fix array-view-selftests.c build with g++ 4.8Simon Marchi2021-11-181-1/+1
* gdb::array_view slicing/container selftest - test std::array tooPedro Alves2021-11-091-0/+5
* Improve gdb::array_view ctor from contiguous containersLancelot SIX2021-11-081-2/+23
* Fix format_pieces selftest on WindowsTom Tromey2021-10-191-5/+11
* gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi2021-09-302-7/+8
* [gdb] Change register_test to use std::function argTom de Vries2021-09-211-3/+3
* Fix unit test build on WindowsTom Tromey2021-09-081-1/+2
* gdb: fix build error in unittests/parallel-for-selftests.cSimon Marchi2021-08-301-1/+1
* Add some parallel_for_each testsTom Tromey2021-08-301-0/+86
* gdb: use intrusive list for step-over chainSimon Marchi2021-07-121-0/+84
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-121-0/+734
* Add a unit test for scoped_ignore_sigpipePedro Alves2021-06-171-0/+126
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-2/+2
* gdb: add cmd_list_element::is_aliasSimon Marchi2021-05-171-1/+1
* gdb: rename cmd_list_element::cmd_pointer to targetSimon Marchi2021-05-171-1/+1
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-4/+4
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* gdbsupport: allow to specify dependencies between observersMichael Weghorn2021-04-271-0/+113
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-7/+7
* Improve gdb_tilde_expand logic.Lancelot SIX2021-01-231-0/+94
* gdb: make some variables staticSimon Marchi2021-01-208-10/+10
* 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