Age | Commit message (Expand) | Author | Files | Lines |
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 | -4/+4 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-25 | gdb: remove breakpoint_pointer_iterator | Simon Marchi | 1 | -2/+2 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_zero into static "constructor" | 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-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -4/+4 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-18 | gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements | Simon Marchi | 1 | -1/+1 |
2022-01-05 | Use filtered output in some dumping commands | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-24 | Remove gdb_print_host_address | Tom Tromey | 1 | -8/+4 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-05-27 | gdb: remove iterate_over_breakpoints function | Simon Marchi | 1 | -4/+3 |
2021-05-09 | gdb: replace fprint_frame_id | Andrew Burgess | 1 | -2/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-25 | gdb: add inferior parameter to inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 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-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 1 | -7/+8 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -7/+5 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -5/+7 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-19 | gdb: Add default frame methods to gdbarch | Andrew Burgess | 1 | -0/+12 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -15/+15 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-27 | Constify maintenance_print_dummy_frames | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+5 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-05-13 | register_dummy_frame_dtor: Permit multiple dtors | Jan Kratochvil | 1 | -14/+46 |
2015-05-13 | Call dummy_frame_dtor_ftype also from remove_dummy_frame | Jan Kratochvil | 1 | -3/+6 |
2015-05-13 | dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanup | Jan Kratochvil | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | add dummy frame destructor | Jan Kratochvil | 1 | -0/+41 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |