Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 1 | -4/+4 |
2018-04-23 | Remove a cleanup from scm-frame.c | Tom Tromey | 1 | -29/+25 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -3/+2 |
2018-03-30 | Remove usage of VEC(char_ptr) in gdbscm_parse_function_args | Simon Marchi | 1 | -9/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 35 | -35/+35 |
2017-12-05 | Remove some unused variables | Simon Marchi | 11 | -18/+5 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -2/+4 |
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 |