Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -3/+2 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -2/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-02-19 | Convert contained_in to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_containing_function to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_linkage_function to method | Tom Tromey | 1 | -2/+2 |
2023-02-19 | Convert block_inlined_p to method | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -4/+4 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -4/+4 |
2022-04-27 | gdb: remove BLOCK_CONTIGUOUS_P macro | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_NRANGES macro | Simon Marchi | 1 | -12/+11 |
2022-04-27 | gdb: remove BLOCK_RANGE_{START,END} macros | Simon Marchi | 1 | -8/+8 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -3/+3 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -7/+7 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
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 | -6/+6 |
2020-10-30 | Make scoped_restore_current_thread's cdtors exception free (RFC) | Pedro Alves | 1 | -5/+1 |
2020-07-28 | Demangle function names when disassembling | Andrew Burgess | 1 | -10/+26 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -2/+2 |
2020-04-23 | [gdb/symtab] Fix disassembly of non-contiguous functions | Tom de Vries | 1 | -13/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-26 | Convert symtab.h function signatures to use bool instead of int | Christian Biesinger | 1 | -3/+3 |
2019-08-09 | Fix access to uninitialized variable in fill_in_stop_func | Pedro Franco de Carvalho | 1 | -0/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -12/+10 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -10/+12 |
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 | -13/+13 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-23 | Introduce find_function_entry_range_from_pc and use it in infrun.c | Kevin Buettner | 1 | -0/+37 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-08-23 | Add support for non-contiguous blocks to find_pc_partial_function | Kevin Buettner | 1 | -19/+80 |
2018-06-29 | "break LINENO/*ADDRESS", inline functions and "info break" output | Pedro Alves | 1 | -0/+13 |
2018-04-26 | Eliminate find_pc_partial_function_gnu_ifunc | Pedro Alves | 1 | -29/+7 |
2018-04-26 | Calling ifunc functions when target has no debug info but resolver has | Pedro Alves | 1 | -0/+39 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |