Age | Commit message (Expand) | Author | Files | Lines |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 5 | -0/+211 |
2018-02-26 | Move arch/tdesc.h to common/tdesc.h | Alan Hayward | 1 | -0/+95 |
2018-02-19 | Add common/ dir in build directories | Alan Hayward | 1 | -2/+2 |
2018-02-09 | common: add scoped_mmap | Markus Metzger | 1 | -0/+76 |
2018-02-09 | common: add scoped_fd | Markus Metzger | 1 | -0/+60 |
2018-01-15 | gdb/common/signals-state-save-restore.c: Fix typos | Pedro Alves | 1 | -2/+1 |
2018-01-05 | Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7) | Pedro Alves | 2 | -6/+31 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 93 | -93/+93 |
2017-12-30 | Only ignore -Wenum-compare-switch if it exists | Simon Marchi | 1 | -3/+6 |
2017-12-29 | Ignore warning about using different types of enums in switch | Simon Marchi | 1 | -0/+5 |
2017-12-08 | Add gdb::hash_enum | Pedro Alves | 1 | -0/+45 |
2017-12-08 | C++-ify parse_format_string | Tom Tromey | 2 | -66/+38 |
2017-12-07 | Add virtual destructor to selftest | Simon Marchi | 1 | -0/+1 |
2017-12-05 | Redefine gdb_static_assert as static_assert | Simon Marchi | 1 | -2/+1 |
2017-12-02 | Fix typo in poison.h | Simon Marchi | 1 | -1/+1 |
2017-11-30 | Remove ioctl-based procfs support on Solaris | Rainer Orth | 1 | -1/+1 |
2017-11-26 | Add include guards to common/format.h | Tom Tromey | 1 | -0/+5 |
2017-11-24 | Poison XNEW and friends for types that should use new/delete | Simon Marchi | 3 | -8/+145 |
2017-11-24 | remote: C++ify thread_item and threads_listing_context | Simon Marchi | 2 | -0/+19 |
2017-11-17 | Remove DEF_VEC_I (int) | Simon Marchi | 1 | -2/+0 |
2017-11-17 | Make open_fds an std::vector | Simon Marchi | 1 | -19/+11 |
2017-11-06 | Don't check termio.h and sgtty.h in common/common.m4 either | Pedro Alves | 1 | -1/+1 |
2017-11-06 | Assume termios is available, remove support for termio and sgtty | Pedro Alves | 2 | -93/+8 |
2017-10-30 | Introduce in_inclusive_range, fix -Wtautological-compare warnings | Simon Marchi | 1 | -0/+9 |
2017-10-30 | Introduce string_appendf/string_vappendf | Pedro Alves | 2 | -0/+43 |
2017-10-24 | Target FP printing: Simplify and fix ui_printf | Ulrich Weigand | 2 | -3/+8 |
2017-10-10 | Eliminate catch_exceptions/catch_exceptions_with_msg | Pedro Alves | 1 | -4/+2 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -4/+4 |
2017-10-09 | Remove free_splay_tree cleanup | Tom Tromey | 1 | -0/+42 |
2017-10-04 | Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH) | Pedro Alves | 1 | -14/+27 |
2017-10-04 | Extend "set cwd" to work on gdbserver | Sergio Durigan Junior | 1 | -0/+4 |
2017-10-04 | Implement "set cwd" command on GDB | Sergio Durigan Junior | 1 | -0/+4 |
2017-10-04 | Introduce gdb_tilde_expand | Sergio Durigan Junior | 2 | -0/+109 |
2017-09-29 | Introduce string_vprintf | Tom Tromey | 2 | -0/+25 |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 2 | -3/+3 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -3/+1 |
2017-09-16 | Make xml_escape_text return an std::string | Simon Marchi | 3 | -43/+14 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 2 | -14/+80 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 2 | -5/+13 |
2017-09-04 | Introduce gdb::array_view | Pedro Alves | 1 | -0/+179 |
2017-08-31 | Implement the ability to set/unset environment variables to GDBserver when st... | Sergio Durigan Junior | 4 | -15/+133 |
2017-08-18 | GDBserver self tests | Yao Qi | 2 | -0/+118 |
2017-08-10 | Allow gdb::unique_xmalloc_ptr<T[]> | Pedro Alves | 1 | -0/+7 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 2 | -3/+16 |
2017-07-03 | buffer.h: Fix spelling mistakes | Simon Marchi | 1 | -1/+1 |
2017-06-26 | vec: Silence -Wunused-function warnings on clang | Simon Marchi | 2 | -2/+40 |
2017-06-26 | ada-lex: Ignore warnings about register keyword | Simon Marchi | 1 | -0/+3 |
2017-06-22 | Update comment on gdb_environ::unset | Sergio Durigan Junior | 1 | -1/+1 |
2017-06-22 | environ-selftests: Ignore -Wself-move warning | Pedro Alves | 1 | -0/+40 |
2017-06-22 | Add STRINGIFY to gdb/common/preprocessor.h | Pedro Alves | 2 | -3/+7 |