Age | Commit message (Expand) | Author | Files | Lines |
2023-09-19 | Use gdb::checked_static_cast for tracepoints | Tom Tromey | 1 | -11/+14 |
2023-06-20 | Use std::vector<bool> for agent_expr::reg_mask | Tom Tromey | 1 | -11/+5 |
2023-06-20 | Use gdb::byte_vector in agent_expr | Tom Tromey | 1 | -6/+7 |
2023-06-20 | Remove mem2hex | Tom Tromey | 1 | -28/+2 |
2023-05-30 | gdb: add interp::on_breakpoint_modified method | Simon Marchi | 1 | -2/+2 |
2023-05-30 | gdb: add interp::on_tsv_modified method | Simon Marchi | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_tsv_deleted method | Simon Marchi | 1 | -2/+2 |
2023-05-30 | gdb: add interp::on_tsv_created method | Simon Marchi | 1 | -2/+2 |
2023-05-30 | gdb: add interp::on_traceframe_changed method | Simon Marchi | 1 | -1/+2 |
2023-05-25 | gdb: remove breakpoint_pointer_iterator | Simon Marchi | 1 | -28/+28 |
2023-05-25 | gdb: remove bp_location_pointer_iterator | Simon Marchi | 1 | -32/+28 |
2023-05-25 | gdb: use intrusive_list for breakpoint locations | Simon Marchi | 1 | -3/+1 |
2023-05-25 | gdb: add breakpoint::first_loc methods | Simon Marchi | 1 | -1/+1 |
2023-05-25 | gdb: add breakpoint "has locations" methods | Simon Marchi | 1 | -1/+1 |
2023-05-23 | Introduce and use parser flags | Tom Tromey | 1 | -4/+6 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -3/+1 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -2/+2 |
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 | -5/+3 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -2/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -4/+4 |
2022-09-12 | Use checked_static_cast in more places | Tom Tromey | 1 | -4/+4 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -3/+3 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -2/+2 |
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-20 | Replace symbol_arch with symbol::arch | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -20/+17 |
2022-03-29 | Remove two unused hooks | Tom Tromey | 1 | -5/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -177/+177 |
2022-03-15 | Do not capture updated 'pc' in add_local_symbols | Tom Tromey | 1 | -2/+2 |
2022-03-06 | Use function view when iterating over block symbols | Tom Tromey | 1 | -42/+13 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -7/+7 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -6/+6 |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 1 | -8/+8 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -2/+2 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -9/+6 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -2/+2 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 1 | -1/+1 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -1/+1 |