Age | Commit message (Expand) | Author | Files | Lines |
2022-06-10 | PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF. | Carl Love | 1 | -4/+10 |
2022-04-11 | gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros | Simon Marchi | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-04-02 | gdb: rename floatformats_ia64_quad to floatformats_ieee_quad | Tiezhu Yang | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use correct stream for process record output | Tom Tromey | 1 | -2/+3 |
2021-11-18 | gdb: PowerPC fix gdb.base/break-interp.exp | Carl Love | 1 | -0/+22 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -9/+9 |
2021-10-14 | Powerpc: Add support for openat and fstatat syscalls | Carl Love | 1 | -2/+11 |
2021-08-18 | [gdb] [rs6000] Add ppc64_linux_gcc_target_options method. | Will Schmidt | 1 | -0/+10 |
2021-08-18 | [gdb] [rs6000] Add ppc64*_gnu_triplet_regexp methods. | Will Schmidt | 1 | -0/+29 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -2/+2 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -16/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -4/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -2/+2 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -317/+0 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
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 | -4/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-26 | [PowerPC] Add support for HTM registers | Edjunior Barbosa Machado | 1 | -1/+440 |
2018-10-26 | [PowerPC] Add support for EBB and PMU registers | Edjunior Barbosa Machado | 1 | -1/+61 |
2018-10-26 | [PowerPC] Add support for TAR | Edjunior Barbosa Machado | 1 | -1/+32 |
2018-10-26 | [PowerPC] Add support for PPR and DSCR | Edjunior Barbosa Machado | 1 | -0/+54 |
2018-10-26 | [PowerPC] Don't zero-initialize vector register buffers | Pedro Franco de Carvalho | 1 | -20/+2 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+3 |
2018-08-27 | Avoid -Wnarrowing warnings in struct tramp_frame instances | Tom Tromey | 1 | -10/+10 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -6/+6 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-06-20 | Rename regcache_cooked_read_ftype and make a function_view | Simon Marchi | 1 | -5/+6 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-22 | [PowerPC] Recognize isa205 in linux core files | Pedro Franco de Carvalho | 1 | -0/+7 |
2018-05-22 | [PowerPC] Fix VSX registers in linux core files | Pedro Franco de Carvalho | 1 | -3/+15 |