Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386. | Felix Willgerodt | 1 | -1/+8 |
2021-09-03 | Add half support for AVX512 register view. | Felix Willgerodt | 1 | -0/+6 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+4 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -11/+11 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -2/+0 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-04-08 | gdb: Allow prologue detection via symbols for Intel compilers. | Felix Willgerodt | 1 | -4/+5 |
2021-03-15 | gdb/fortran: Fix quad floating-point type for Intel compilers. | Felix Willgerodt | 1 | -1/+4 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -135/+79 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -3/+3 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -2/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -7/+7 |
2020-12-04 | [gdb/tdep] Handle static field in i386_16_byte_align_p | Tom de Vries | 1 | -0/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1023/+1023 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -42/+20 |
2020-09-18 | gdb: Update i386_analyze_prologue to skip endbr32 | Victor Collod | 1 | -0/+19 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -6/+4 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -12/+12 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: add type::is_vector / type::set_is_vector | Simon Marchi | 1 | -3/+3 |
2020-09-11 | Add bfloat16 support for AVX512 register view. | Felix Willgerodt | 1 | -0/+9 |
2020-09-11 | i386-tdep: Fix naming in zmm and ymm type descriptions. | Felix Willgerodt | 1 | -14/+14 |
2020-09-03 | Support printing of 16 byte real/complex type for Flang compiler | Alok Kumar Sharma | 1 | -1/+3 |
2020-08-20 | Fix for incorrect breakpoint set in case of flang compiled binary | Alok Kumar Sharma | 1 | -3/+5 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -3/+3 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -3/+3 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -4/+4 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -13/+13 |
2020-04-30 | Use thiscall calling convention for class members | Hannes Domani | 1 | -7/+28 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -22/+6 |
2020-02-18 | Fix build with gcc-4.8.x | Bernd Edlinger | 1 | -1/+2 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -1/+1 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -2/+3 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
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/+3 |
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 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-17 | gdb: Remove a non-const reference parameter | Andrew Burgess | 1 | -14/+11 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -24/+0 |
2019-06-28 | Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541) | Sergio Durigan Junior | 1 | -0/+29 |
2019-05-18 | gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats | Andrew Burgess | 1 | -1/+3 |
2019-05-16 | Bool-ify stap-probe.c and stap-related code on i386-tdep.c | Sergio Durigan Junior | 1 | -31/+31 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |