aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi42-42/+0
2024-02-21gdbsupport: assume that compiler supports std::{is_trivially_constructible,is...Simon Marchi3-12/+0
2024-02-21gdb: remove some GCC version checksSimon Marchi1-6/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess42-42/+42
2024-01-08Back out some parallel_for_each featuresTom Tromey1-47/+0
2023-11-29Remove gdb_static_assertTom Tromey2-32/+32
2023-11-21gdbsupport: Remove gdb::string_viewLancelot Six73-5510/+0
2023-11-21gdbsupport: remove gdb::optionalLancelot Six15-1741/+0
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-2/+2
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-2/+2
2023-08-17[gdb/build, c++20] Stop using deprecated is_podTom de Vries1-1/+3
2023-07-14Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component"Tom Tromey1-0/+60
2023-06-03[gdb] Fix typosTom de Vries2-2/+2
2023-05-05Simplify auto_load_expand_dir_vars and remove substitute_path_componentTom Tromey1-60/+0
2023-04-12Use SELF_CHECK in all unit testsTom Tromey2-40/+40
2023-03-14Add operators and methods to gdb_mpqTom Tromey1-19/+15
2023-03-14Add methods and operators to gdb_mpzTom Tromey1-27/+27
2023-03-14Clean up gmp-utils.h includesTom Tromey1-0/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-4/+4
2023-03-01gdb: update some copyright years (2022 -> 2023)Simon Marchi1-1/+1
2023-01-30enum_flags to_stringPedro Alves1-6/+63
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi1-2/+0
2023-01-20gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi1-2/+0
2023-01-20gdb: make user-created frames reinflatableSimon Marchi1-0/+80
2023-01-17Avoid submitting empty tasks in parallel_for_eachTom Tromey1-0/+39
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker129-129/+129
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi1-1/+1
2022-11-14gdb/unittests: PR28413, suppress warnings generated by GnulibTsukasa OI1-0/+11
2022-09-12[gdb] Fix abort in selftest run_on_main_thread with ^CTom de Vries1-2/+6
2022-08-05[gdb] Add unit test for gdb::sequential_for_eachTom de Vries1-43/+74
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries1-0/+28
2022-08-05Introduce gdb::make_function_viewPedro Alves1-1/+81
2022-07-25struct packed: Unit tests and more operatorsPedro Alves1-0/+132
2022-07-22[gdb] Add empty range unit test for gdb::parallel_for_eachTom de Vries1-0/+8
2022-04-21gdbsupport: add path_join functionSimon Marchi1-0/+73
2022-04-12Add batching parameter to parallel_for_eachTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-16/+16
2022-02-25gdb: add operator+= and operator+ overload for std::stringAndrew Burgess1-0/+57
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-20/+16
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-0/+62
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker125-125/+125
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-1/+1
2021-12-03gdbsupport: add array_view copy functionSimon Marchi1-0/+104
2021-11-22gdb: introduce target_waitkind_str, use it in target_waitstatus::to_stringSimon Marchi1-2/+5
2021-11-18gdb: fix array-view-selftests.c build with g++ 4.8Simon Marchi1-1/+1
2021-11-09gdb::array_view slicing/container selftest - test std::array tooPedro Alves1-0/+5