Age | Commit message (Expand) | Author | Files | Lines |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -4/+4 |
2023-05-19 | gdb: Remove redundant frame switching | Richard Bunt | 1 | -6/+0 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -13/+6 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_contents_eq into a method | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn allocate_optimized_out_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -6/+6 |
2023-01-20 | gdb: make frame_info_ptr auto-reinflatable | Simon Marchi | 1 | -6/+0 |
2023-01-20 | gdb: make frame_info_ptr grab frame level and id on construction | Simon Marchi | 1 | -10/+0 |
2023-01-03 | Add new overload of gdbarch_return_value | Tom Tromey | 1 | -3/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 1 | -1/+1 |
2022-12-15 | Remove subset_compare | Tom Tromey | 1 | -3/+3 |
2022-11-10 | gdb: add missing prepare_reinflate call in print_frame_info | Simon Marchi | 1 | -0/+2 |
2022-11-10 | gdb: remove manual frame_info reinflation code in backtrace_command_1 | Simon Marchi | 1 | -14/+1 |
2022-11-10 | gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co... | Simon Marchi | 1 | -0/+4 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-10 | gdb/frame: Add reinflation method for frame_info_ptr | Bruno Larsen | 1 | -0/+11 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -52/+52 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -3/+3 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-06-07 | Constify solib_name_from_address | Tom Tromey | 1 | -2/+3 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-03-31 | Remove dbx mode | Tom Tromey | 1 | -23/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -54/+54 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -25/+25 |
2022-03-16 | gdb/mi: consistently notify user when GDB/MI client uses -thread-select | Jan Vrany | 1 | -8/+0 |
2022-03-06 | Use function view when iterating over block symbols | Tom Tromey | 1 | -29/+21 |
2022-02-15 | gdb: Respect the DW_CC_nocall attribute | Lancelot SIX | 1 | -3/+15 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -5/+5 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -10/+10 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -14/+11 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -3/+3 |
2021-10-09 | [gdb] Make execute_command_to_string return string on throw | Tom de Vries | 1 | -2/+2 |