Age | Commit message (Expand) | Author | Files | Lines |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 1 | -5/+5 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-23 | gdb: on x86-64 non-trivial C++ objects are returned in memory | Andrew Burgess | 1 | -3/+13 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -17/+19 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -2/+2 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -3/+3 |
2021-10-07 | gdb: add accessors for field (and call site) location | Simon Marchi | 1 | -5/+6 |
2021-09-03 | gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386. | Felix Willgerodt | 1 | -6/+6 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+3 |
2021-06-07 | gdb: handle case where type alignment is unknown | Andrew Burgess | 1 | -1/+4 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -8/+8 |
2021-04-08 | gdb: Allow prologue detection via symbols for Intel compilers. | Felix Willgerodt | 1 | -4/+5 |
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 | -10/+13 |
2020-11-02 | Add x86_64 ravenscar support | Tom Tromey | 1 | -0/+3 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -18/+18 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -50/+25 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -14/+14 |
2020-08-20 | Fix for incorrect breakpoint set in case of flang compiled binary | Alok Kumar Sharma | 1 | -3/+4 |
2020-08-06 | amd64_analyze_prologue: fix incorrect comment | Victor Collod | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -3/+3 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -8/+8 |
2020-05-06 | gdb: handle endbr64 instruction in amd64_analyze_prologue | Simon Marchi | 1 | -0/+19 |
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 | -4/+4 |
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-10-16 | [gdb/tdep] Fix inferior call arg passing for amd64 | Tom de Vries | 1 | -47/+67 |
2019-10-16 | [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_arguments | Tom de Vries | 1 | -0/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -23/+0 |
2019-04-24 | Fix passing of struct with bitfields on x86-64 | Tom Tromey | 1 | -4/+6 |
2019-04-15 | Fix AMD64 return value ABI in expression evaluation | Leszek Swirski | 1 | -11/+33 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -20/+16 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -16/+20 |
2019-03-12 | Support the fs_base and gs_base registers on i386. | John Baldwin | 1 | -9/+1 |
2019-01-25 | Normalize includes to use common/ | 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/+7 |
2018-10-21 | Allocate buffer with proper size in amd64_pseudo_register_{read_value,write} | Simon Marchi | 1 | -13/+18 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-06-29 | x86_64-windows GDB crash due to fs_base/gs_base registers | Pedro Alves | 1 | -7/+10 |