Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename gdb exception types | Tom Tromey | 2 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 2 | -9/+6 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+2 |
2019-03-18 | gdb: unconditionally define _initialize_string_view_selftests | Sergei Trofimovich | 1 | -2/+4 |
2019-03-02 | Fix GDB compilation on MinGW (PR gdb/24292) | Eli Zaretskii | 1 | -2/+5 |
2019-02-12 | Add a new function child_path. | John Baldwin | 1 | -0/+68 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 24 | -26/+26 |
2019-01-02 | Fix year range in unittests/.../char/empty.cc copyright header | Joel Brobecker | 1 | -1/+1 |
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 |