Age | Commit message (Expand) | Author | Files | Lines |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -72/+0 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-05-08 | Convert linux-tdep.c to type-safe registry API | Tom Tromey | 1 | -31/+8 |
2019-04-25 | Implement dump of mappings with ELF headers by gcore | Sergio Durigan Junior | 1 | -13/+60 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -0/+22 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -7/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -4/+2 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -2/+2 |
2018-11-06 | [gdb] Fix gdb crash when reading core file | Tom de Vries | 1 | -6/+6 |
2018-10-26 | Zero-initialize linux note sections | Pedro Franco de Carvalho | 1 | -6/+8 |
2018-10-04 | Avoid shadowing in linux-tdep.c | Tom Tromey | 1 | -1/+2 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+4 |
2018-09-15 | Change get_inferior_args to return const char * | Tom Tromey | 1 | -1/+1 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -5/+10 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -3/+3 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -9/+10 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -9/+9 |
2018-04-16 | linux_spu_make_corefile_notes: return note_data instead of nullptr | Simon Marchi | 1 | -1/+1 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -28/+20 |
2018-03-22 | Make "info proc cmdline" show args on GNU/Linux | Andreas Arnez | 1 | -4/+16 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-03-07 | Return gdb::optional<std::string> from target_fileio_readlink | Tom Tromey | 1 | -14/+8 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-04 | Implement 'set dump-excluded-mappings' command | Sergio Lopez | 1 | -1/+29 |
2017-11-04 | Remove cleanups from linux-tdep.c | Tom Tromey | 1 | -44/+20 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-16 | Return unique_xmalloc_ptr from target_fileio_read_stralloc | Tom Tromey | 1 | -72/+45 |
2017-10-11 | GDB: Remove Linux core PRPSINFO note writer override | Maciej W. Rozycki | 1 | -16/+7 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -3/+4 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -6/+6 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -2/+2 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -6/+7 |
2017-07-07 | Add a new gdbarch method to fetch signal information from core files. | John Baldwin | 1 | -0/+21 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -6/+1 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -41/+44 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-22 | Fix PR gdb/20505 - Make vDSO detection work with core files | Pedro Alves | 1 | -5/+30 |
2016-05-24 | [Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/maps | Pedro Alves | 1 | -23/+54 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -1/+1 |