Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -2/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -4/+4 |
2017-11-06 | Target FP: Handle interfaces to scripting languages | Ulrich Weigand | 2 | -8/+35 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-10-04 | Move code out of 'between TRY and CATCH' | Pedro Alves | 1 | -1/+2 |
2017-10-03 | Remove set_batch_flag_and_make_cleanup_restore_page_info | Tom Tromey | 1 | -4/+1 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -1/+1 |
2017-09-22 | Fix sometimes-uninitialized warning in gdbscm_value_address | Simon Marchi | 1 | -7/+2 |
2017-09-11 | Remove cleanups from find_frame_funname | Tom Tromey | 1 | -7/+3 |
2017-09-09 | Remove make_cleanup_ui_out_redirect_pop | Tom Tromey | 1 | -9/+13 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+1 |
2017-09-04 | Kill init_sal | Pedro Alves | 2 | -5/+3 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+2 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -5/+3 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -24/+14 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -1/+1 |
2017-04-12 | Change breakpoint event locations to event_location_up | Tom Tromey | 1 | -2/+2 |
2017-04-12 | Use scoped_restore in more places | Tom Tromey | 2 | -20/+7 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -7/+4 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -6/+3 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 3 | -4/+5 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 2 | -2/+2 |
2017-03-16 | Copy lazy string handling fixes from Python. | Doug Evans | 2 | -41/+143 |
2017-03-16 | New function tyscm_scm_to_type. | Doug Evans | 2 | -0/+15 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 6 | -129/+46 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -57/+20 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -1/+1 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -4/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 35 | -35/+35 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 2 | -3/+3 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -10/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 2 | -7/+6 |
2016-11-08 | Use ui_file_as_string in execute_command_to_string | Pedro Alves | 1 | -12/+6 |
2016-11-08 | Use ui_file_as_string in gdb/guile/ | Pedro Alves | 5 | -52/+26 |
2016-11-07 | Fix ext lang calls to value_struct_elt. | Doug Evans | 1 | -1/+2 |
2016-10-21 | Use scoped_restore for ui_file | Tom Tromey | 1 | -6/+4 |
2016-10-06 | gdb: Remove some C compiler support leftovers | Pedro Alves | 2 | -9/+1 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 2 | -2/+2 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 2 | -10/+10 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-12 | Eliminate clear_quit_flag | Pedro Alves | 1 | -1/+0 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 1 | -1/+3 |
2016-02-09 | Use string_to_event_location_basic in guile. | Keith Seitz | 1 | -2/+2 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 35 | -35/+35 |
2015-11-17 | guile disassembly hardcode TARGET_XFER_E_IO | Pedro Alves | 1 | -4/+3 |