Age | Commit message (Expand) | Author | Files | Lines |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 107 | -107/+107 |
2018-11-30 | Use kinfo_getfile to implement fdwalk on FreeBSD. | John Baldwin | 1 | -0/+24 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 2 | -0/+180 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -0/+11 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -0/+42 |
2018-11-20 | Fix previous change in filestuff.c | Eli Zaretskii | 1 | -0/+4 |
2018-11-20 | Avoid "Invalid parameter passed to C runtime function" warning | Eli Zaretskii | 1 | -2/+4 |
2018-11-09 | Return scoped_fd from open_source_file and find_and_open_source | Tom Tromey | 1 | -0/+19 |
2018-11-01 | remove trailing spaces in print-utils.c ("int_string" function) | Joel Brobecker | 1 | -3/+3 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 2 | -0/+35 |
2018-10-31 | Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already defined | Sergio Durigan Junior | 1 | -2/+3 |
2018-10-29 | Remove relational operators from common/offset-type.h | Sergio Durigan Junior | 1 | -17/+1 |
2018-10-29 | Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request... | Simon Marchi | 1 | -8/+0 |
2018-10-29 | Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported." | Simon Marchi | 1 | -2/+0 |
2018-10-29 | GDB: Only build for "unix:" connections if AF_LOCAL is supported. | John Darrington | 1 | -0/+2 |
2018-10-27 | Do not reopen temporary files | Tom Tromey | 1 | -0/+13 |
2018-10-27 | Use mkostemp, not mkstemp | Tom Tromey | 1 | -0/+11 |
2018-10-27 | Move mkdir_recursive to common/filestuff.c | Tom Tromey | 2 | -0/+55 |
2018-10-27 | Move make_temp_filename to common/pathstuff.c | Tom Tromey | 2 | -0/+18 |
2018-10-27 | Unify shell-finding logic | Tom Tromey | 2 | -0/+17 |
2018-10-23 | GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested. | John Darrington | 1 | -0/+8 |
2018-10-04 | Avoid shadowing in fdwalk | Tom Tromey | 1 | -1/+0 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -1/+0 |
2018-10-03 | Use unsigned as base type for some enums | Tom Tromey | 1 | -0/+6 |
2018-10-01 | Move duplicated code to common/gdb_proc_service.h | Gary Benson | 1 | -0/+173 |
2018-10-01 | Don't check HAVE_UNISTD_H | Tom Tromey | 1 | -5/+0 |
2018-09-24 | Add "const" to a few locals in gdb | Tom Tromey | 1 | -2/+2 |
2018-09-23 | Mark more file descriptors close-on-exec | Tom Tromey | 1 | -1/+2 |
2018-09-17 | Update get_standard_cache_dir for macOS | Tom Tromey | 2 | -4/+16 |
2018-09-12 | Move 'is_regular_file' from common-utils.c to filestuff.c | Sergio Durigan Junior | 4 | -37/+36 |
2018-08-28 | Get rid of -Wodr warning (PR build/23399) | Simon Marchi | 2 | -5/+12 |
2018-08-27 | Avoid -Wnarrowing warnings in struct tramp_frame instances | Tom Tromey | 1 | -1/+4 |
2018-08-13 | Define _FORTIFY_SOURCE in common-defs.h | Tom Tromey | 1 | -0/+12 |
2018-08-09 | Fix some gettext ARI warnings | Simon Marchi | 1 | -3/+3 |
2018-08-07 | Add DWARF index cache | Simon Marchi | 2 | -0/+34 |
2018-08-07 | Introduce mmap_file function | Simon Marchi | 2 | -4/+70 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -0/+19 |
2018-07-24 | Fix indentation in scoped_mmap.h | Simon Marchi | 1 | -19/+20 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-07-11 | Implement IPv6 support for GDB/gdbserver | Sergio Durigan Junior | 2 | -0/+231 |
2018-07-04 | darwin: Don't use sbrk | Simon Marchi | 1 | -0/+9 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 3 | -17/+1 |
2018-07-03 | Remove ptid_match | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove ptid_tid_p | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove ptid_lwp_p | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 2 | -12/+0 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 2 | -12/+0 |