Age | Commit message (Expand) | Author | Files | Lines |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 111 | -111/+111 |
2018-12-28 | Introduce ui_file_style | Tom Tromey | 1 | -0/+109 |
2018-12-21 | Fix compile error with clang 3.8 | Dave Murphy | 1 | -1/+1 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -0/+22 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -0/+13 |
2018-11-15 | Move copy_bitwise unittests to own unittest file | Joel Brobecker | 1 | -0/+159 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 1 | -7/+8 |
2018-10-27 | Do not reopen temporary files | Tom Tromey | 1 | -0/+17 |
2018-10-27 | Use mkostemp, not mkstemp | Tom Tromey | 2 | -3/+5 |
2018-10-27 | Move mkdir_recursive to common/filestuff.c | Tom Tromey | 1 | -0/+89 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+4 |
2018-10-01 | Don't check HAVE_UNISTD_H | Tom Tromey | 2 | -10/+3 |
2018-08-08 | Check result of "write" | Tom Tromey | 1 | -1/+1 |
2018-08-07 | Introduce mmap_file function | Simon Marchi | 1 | -0/+54 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+1 |
2018-07-12 | Add a self-test for cli-utils.c | Philippe Waroquiers | 1 | -0/+253 |
2018-07-11 | Implement IPv6 support for GDB/gdbserver | Sergio Durigan Junior | 1 | -0/+249 |
2018-06-01 | Move gdb/common/diagnostics.h to include/diagnostics.h | H.J. Lu | 1 | -1/+1 |
2018-05-18 | format_pieces-selftests.c: Silence ARI warnings | Simon Marchi | 1 | -2/+2 |
2018-05-17 | Make format_pieces recognize the \e escape sequence | Simon Marchi | 1 | -0/+76 |
2018-05-08 | Define GNULIB_NAMESPACE in unittests/string_view-selftests.c | Simon Marchi | 1 | -0/+2 |
2018-04-09 | Adapt and integrate string_view tests | Simon Marchi | 25 | -152/+375 |
2018-04-09 | Copy string_view tests from libstdc++ | Simon Marchi | 72 | -0/+5270 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 2 | -6/+18 |
2018-03-22 | Make parse_static_tracepoint_marker_definition work with multiple static trac... | Simon Marchi | 1 | -0/+70 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -0/+135 |
2018-03-15 | Add selftest for substitute_path_component | Simon Marchi | 1 | -0/+59 |
2018-03-08 | Add xml_escape_text_append and use it | Simon Marchi | 1 | -0/+14 |
2018-02-26 | Sign-extend non-bit-fields in unpack_bits_as_long | Tom Tromey | 1 | -0/+61 |
2018-02-09 | common: add scoped_mmap | Markus Metzger | 1 | -0/+92 |
2018-02-09 | common: add scoped_fd | Markus Metzger | 1 | -0/+90 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 27 | -27/+27 |
2017-12-15 | Skip parse_memory_map_tests if XML is disabled | Yao Qi | 1 | -0/+6 |
2017-11-24 | remote: C++ify thread_item and threads_listing_context | Simon Marchi | 1 | -0/+59 |
2017-11-14 | Fix mem region parsing regression and add test | Simon Marchi | 1 | -0/+81 |
2017-11-08 | lookup_name_info::make_ignore_params | Pedro Alves | 1 | -0/+111 |
2017-10-30 | Introduce string_appendf/string_vappendf | Pedro Alves | 1 | -0/+49 |
2017-10-30 | Merge/shared string_printf and string_vprintf unit tests | Pedro Alves | 1 | -15/+29 |
2017-10-27 | common-utils-selftests.c: Add ATTRIBUTE_PRINTF | Simon Marchi | 1 | -1/+1 |
2017-10-16 | Get rid of VEC(mem_range_s) | Simon Marchi | 1 | -0/+115 |
2017-09-29 | Introduce string_vprintf | Tom Tromey | 1 | -0/+23 |
2017-09-28 | Move utils-selftests.c -> gdb/unittests/ | Pedro Alves | 1 | -0/+50 |
2017-09-16 | Make xml_escape_text return an std::string | Simon Marchi | 1 | -4/+2 |
2017-09-16 | Add unit test for xml_escape_text | Simon Marchi | 1 | -0/+46 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 6 | -6/+10 |
2017-09-04 | Explicitly include <array> for std::array<>. | John Baldwin | 1 | -0/+1 |
2017-09-04 | Introduce gdb::array_view | Pedro Alves | 1 | -0/+494 |
2017-08-31 | Implement the ability to set/unset environment variables to GDBserver when st... | Sergio Durigan Junior | 1 | -49/+195 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 5 | -5/+5 |
2017-06-22 | environ-selftests: Ignore -Wself-move warning | Pedro Alves | 1 | -0/+8 |