| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 121 | -121/+121 |
* | gmp-utils: protect gdb_mpz exports against out-of-range values | Joel Brobecker | 2020-12-05 | 1 | -3/+68 |
* | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 2020-11-23 | 1 | -8/+8 |
* | Fix stack smashing error during gdb_mpq_write_fixed_point selftest | Joel Brobecker | 2020-11-24 | 1 | -1/+1 |
* | gdb: fix unittests/gmp-utils-selftests.c build on solaris | Simon Marchi | 2020-11-20 | 1 | -6/+6 |
* | gmp-utils: New API to simply use of GMP's integer/rational/float objects | Joel Brobecker | 2020-11-15 | 1 | -0/+460 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 2 | -3/+3 |
* | Add simple_search_memory unit tests | Tom Tromey | 2020-10-07 | 1 | -0/+99 |
* | Tweak gdbsupport/valid-expr.h for GCC 6, fix build | Pedro Alves | 2020-09-29 | 1 | -7/+17 |
* | Use a curses pad for source and disassembly windows | Tom Tromey | 2020-09-27 | 1 | -3/+3 |
* | Use arrays rather than pointers for global string constants | Tom Tromey | 2020-09-15 | 1 | -1/+1 |
* | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 2020-09-14 | 1 | -0/+586 |
* | command-def-selftests.c: detect missing or wrong prefix cmd in subcommands. | Philippe Waroquiers | 2020-05-15 | 1 | -2/+35 |
* | Add a selftest that detects a 'corrupted' command tree structure in GDB. | Philippe Waroquiers | 2020-05-15 | 1 | -3/+78 |
* | Fix Ada crash with .debug_names | Tom Tromey | 2020-04-23 | 1 | -3/+3 |
* | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 2020-04-13 | 1 | -1/+1 |
* | gdb: add back declarations for _initialize functions | Simon Marchi | 2020-01-13 | 31 | -0/+31 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2020-01-01 | 118 | -118/+118 |
* | Compare iterators, not values, in filtered_iterator::operator{==,!=} | Simon Marchi | 2019-12-04 | 1 | -0/+165 |
* | Fix another build failure in tui-selftests.c | Tom Tromey | 2019-12-04 | 1 | -1/+2 |
* | Fix build breakage with --disable-tui | Tom Tromey | 2019-12-02 | 1 | -0/+6 |
* | Fix latent bug in tui_copy_source_line | Tom Tromey | 2019-12-01 | 1 | -0/+48 |
* | Introduce run_on_main_thread | Tom Tromey | 2019-11-26 | 1 | -0/+80 |
* | Make functions static in unittests | Simon Marchi | 2019-11-26 | 39 | -103/+118 |
* | Handle %I64d in format_pieces | Tom Tromey | 2019-11-21 | 1 | -0/+11 |
* | gdb: fix build error in unittests/vec-utils-selftests.c | Simon Marchi | 2019-11-14 | 1 | -0/+9 |
* | gdb: Support printf 'z' size modifier | Andrew Burgess | 2019-11-12 | 1 | -0/+44 |
* | gdb_vecs.h: Avoid self move assign | Andrew Burgess | 2019-11-10 | 1 | -0/+66 |
* | [gdb] Fix more typos in comments (2) | Tom de Vries | 2019-10-26 | 1 | -1/+1 |
* | Introduce gdb-specific %p format suffixes | Pedro Alves | 2019-10-01 | 1 | -9/+26 |
* | Don't create empty literal pieces | Tom Tromey | 2019-10-01 | 1 | -2/+4 |
* | Add a selftest that checks documentation invariants. | Philippe Waroquiers | 2019-08-07 | 1 | -0/+107 |
* | Rename common to gdbsupport | Tom Tromey | 2019-07-09 | 27 | -51/+51 |
* | Delete parse_flags/parse_flags_qcs | Pedro Alves | 2019-06-13 | 1 | -133/+0 |
* | On MS-Windows, define _WIN32_WINNT in a single common place. | Eli Zaretskii | 2019-05-03 | 1 | -4/+0 |
* | Rename gdb exception types | Tom Tromey | 2019-04-08 | 2 | -3/+3 |
* | Rewrite TRY/CATCH | Tom Tromey | 2019-04-08 | 2 | -9/+6 |
* | Make exceptions use std::string and be self-managing | Tom Tromey | 2019-04-08 | 1 | -2/+2 |
* | gdb: unconditionally define _initialize_string_view_selftests | Sergei Trofimovich | 2019-03-18 | 1 | -2/+4 |
* | Fix GDB compilation on MinGW (PR gdb/24292) | Eli Zaretskii | 2019-03-02 | 1 | -2/+5 |
* | Add a new function child_path. | John Baldwin | 2019-02-12 | 1 | -0/+68 |
* | Normalize includes to use common/ | Tom Tromey | 2019-01-25 | 24 | -26/+26 |
* | Fix year range in unittests/.../char/empty.cc copyright header | Joel Brobecker | 2019-01-02 | 1 | -1/+1 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 111 | -111/+111 |
* | Introduce ui_file_style | Tom Tromey | 2018-12-28 | 1 | -0/+109 |
* | Fix compile error with clang 3.8 | Dave Murphy | 2018-12-21 | 1 | -1/+1 |
* | invoke_xmethod & array_view | Pedro Alves | 2018-11-21 | 1 | -0/+22 |
* | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 2018-11-21 | 1 | -0/+13 |
* | Move copy_bitwise unittests to own unittest file | Joel Brobecker | 2018-11-15 | 1 | -0/+159 |
* | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 2018-11-01 | 1 | -7/+8 |