Age | Commit message (Expand) | Author | Files | Lines |
2023-04-10 | Handle unwinding from SEGV on Windows | Tom Tromey | 1 | -4/+5 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -5/+5 |
2023-01-03 | Fix inferior calls with variably-sized return type | Tom Tromey | 1 | -11/+8 |
2023-01-03 | Convert selected architectures to gdbarch_return_value_as_value | Tom Tromey | 1 | -2/+9 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -6/+6 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -13/+13 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -1/+1 |
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 |