Age | Commit message (Expand) | Author | Files | Lines |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -3/+3 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-06-29 | gdb: introduce frame_debug_printf | Simon Marchi | 1 | -45/+30 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -9/+9 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-10-05 | gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.c | Simon Marchi | 1 | -1/+1 |
2020-10-05 | Fix function argument and return value locations | Hannes Domani | 1 | -4/+17 |
2020-09-18 | Promote windows_core_xfer_shared_libraries and windows_core_pid_to_str | Jon Turney | 1 | -0/+5 |
2020-09-18 | Add amd64_windows_gregset_reg_offset | Jon Turney | 1 | -0/+70 |
2020-09-18 | Add sniffer for Cygwin x86_64 core dumps | Jon Turney | 1 | -0/+25 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -4/+4 |
2020-04-08 | gdb: stop using host-dependent signal numbers in windows-tdep.c | Simon Marchi | 1 | -2/+8 |
2020-03-16 | gdb: define builtin long type to be 64 bits on amd64 Cygwin | Simon Marchi | 1 | -6/+17 |
2020-03-16 | gdb: select "Cygwin" OS ABI for Cygwin binaries | Simon Marchi | 1 | -3/+6 |
2020-03-16 | gdb: add Windows OS ABI | Simon Marchi | 1 | -1/+4 |
2020-03-16 | gdb: recognize 64 bits Windows executables as Cygwin osabi | Simon Marchi | 1 | -0/+14 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -2/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+3 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -15/+11 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -11/+15 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Replace "the the" with "the" | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -6/+6 |
2018-06-29 | x86_64-windows GDB crash due to fs_base/gs_base registers | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -4/+4 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_read_part | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Use amd64_target_description to get tdesc_amd64 | Yao Qi | 1 | -1/+3 |
2017-07-13 | Fix x86-64 GNU/Linux crashes | Pedro Alves | 1 | -1/+1 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -0/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -3/+4 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -15/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-23 | infinite loop stopping at "pop" insn on x64-windows | Joel Brobecker | 1 | -0/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-03-18 | Fix amd64 windows unwinding issues within MS dlls. | Tristan Gingold | 1 | -36/+79 |