Age | Commit message (Expand) | Author | Files | Lines |
2023-02-13 | Turn value_type into method | Tom Tromey | 2 | -4/+4 |
2023-02-08 | Simplify interp::exec / interp_exec - let exceptions propagate | Pedro Alves | 2 | -9/+3 |
2023-01-25 | Clean up unusual code in mi-cmd-stack.c | Tom Tromey | 1 | -7/+9 |
2023-01-20 | gdb: make frame_info_ptr auto-reinflatable | Simon Marchi | 1 | -1/+0 |
2023-01-20 | gdb: make frame_info_ptr grab frame level and id on construction | Simon Marchi | 1 | -1/+0 |
2023-01-06 | gdb/mi: add no-history stop reason | Bruno Larsen | 2 | -0/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 27 | -27/+27 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 2 | -5/+5 |
2022-12-19 | Remove MI version 1 | Tom Tromey | 5 | -50/+3 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -1/+1 |
2022-11-30 | Use ui_file_up in mi_interp | Tom Tromey | 2 | -8/+6 |
2022-11-28 | Don't let tee_file own a stream | Tom Tromey | 2 | -10/+7 |
2022-11-10 | gdb/debuginfod: Improve progress updates | Aaron Merey | 2 | -10/+50 |
2022-10-25 | gdb: remove spurious spaces after frame_info_ptr | Simon Marchi | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 3 | -6/+4 |
2022-10-10 | gdb/frame: Add reinflation method for frame_info_ptr | Bruno Larsen | 1 | -0/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 2 | -16/+16 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 2 | -3/+3 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -14/+6 |
2022-10-02 | gdb/mi: new options for -data-disassemble command | Andrew Burgess | 1 | -7/+68 |
2022-10-02 | gdb/mi: some int to bool conversion | Andrew Burgess | 1 | -12/+12 |
2022-10-02 | gdb: disassembler opcode display formatting | Andrew Burgess | 1 | -3/+3 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-09-12 | Use checked_static_cast in more places | Tom Tromey | 1 | -5/+2 |
2022-08-31 | Remove a call to clear_interpreter_hooks | Tom Tromey | 1 | -4/+0 |
2022-08-31 | Remove two unused members from mi_interp | Tom Tromey | 2 | -7/+2 |
2022-08-31 | Use ui_out_redirect_pop in more places | Tom Tromey | 1 | -21/+8 |
2022-08-10 | gdb/mi: fix breakpoint script field output | Simon Marchi | 6 | -4/+42 |
2022-07-18 | Remove cli_out_new | Tom Tromey | 1 | -1/+1 |
2022-07-11 | Always emit =thread-exited notifications, even if silent | Pedro Alves | 1 | -3/+0 |
2022-06-22 | Move mi_interpreter to mi-interp.h | Tom Tromey | 3 | -51/+51 |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 1 | -13/+12 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -6/+6 |
2022-05-20 | Rename base_breakpoint -> code_breakpoint | Pedro Alves | 1 | -2/+2 |
2022-04-29 | Remove vtable_breakpoint_ops | Tom Tromey | 1 | -2/+2 |
2022-04-29 | Convert dprintf to vtable ops | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Convert ordinary breakpoints to vtable ops | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Convert tracepoints to vtable ops | Tom Tromey | 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_symtab with symbol::symtab | Tom Tromey | 1 | -4/+4 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-07 | gdb: remove symtab::objfile | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 4 | -83/+83 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 2 | -9/+9 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 4 | -28/+28 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -1/+1 |
2022-03-29 | gdb/mi: fix use after free of frame_info causing spurious notifications | Andrew Burgess | 1 | -10/+34 |
2022-03-18 | gdb/python: remove gdb._mi_commands dict | Simon Marchi | 2 | -0/+21 |
2022-03-16 | gdb/mi: consistently notify user when GDB/MI client uses -thread-select | Jan Vrany | 4 | -47/+51 |