Age | Commit message (Expand) | Author | Files | Lines |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -6/+6 |
2018-02-14 | Move some declarations to source.h | Tom Tromey | 1 | -0/+1 |
2018-01-31 | (Ada) Add gdb-mi support for stopping at start of exception handler. | Xavier Roirand | 3 | -2/+73 |
2018-01-31 | (Ada) C++fy conditional string when catching exception. | Xavier Roirand | 1 | -12/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 27 | -27/+27 |
2017-12-05 | Remove some unused variables | Simon Marchi | 3 | -7/+0 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -1/+2 |
2017-11-24 | Change value_contents_eq return bool | Yao Qi | 1 | -2/+2 |
2017-11-24 | Change register_changed_p returns bool | Yao Qi | 1 | -20/+12 |
2017-11-23 | Fix memory leak in list_available_thread_groups | Simon Marchi | 1 | -16/+6 |
2017-11-23 | Change int -> bool where applicable throughout varobj | Simon Marchi | 1 | -7/+7 |
2017-11-22 | C++ify osdata | Simon Marchi | 1 | -78/+35 |
2017-11-22 | Replace VEC (varobj_update_result) with std::vector | Simon Marchi | 1 | -29/+20 |
2017-11-22 | Make varobj::children an std::vector | Simon Marchi | 1 | -8/+5 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_path and friends | Tom Tromey | 1 | -3/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-10-19 | Remove cleanups from prepare_execute_command | Tom Tromey | 1 | -4/+1 |
2017-10-16 | Get rid of VEC(mem_range_s) | Simon Marchi | 1 | -13/+7 |
2017-10-14 | Use std::vector for traceframe_info::tvars | Simon Marchi | 1 | -4/+1 |
2017-10-10 | Eliminate catch_exceptions/catch_exceptions_with_msg | Pedro Alves | 4 | -64/+73 |
2017-10-09 | Remove free_splay_tree cleanup | Tom Tromey | 1 | -16/+8 |
2017-10-09 | Remove "do_nothing" | Tom Tromey | 1 | -6/+1 |
2017-10-04 | Fix -list-thread-groups --available logic and add test | Simon Marchi | 1 | -1/+1 |
2017-10-03 | Remove unused declarations | Tom Tromey | 1 | -1/+0 |
2017-09-29 | Remove free_memory_read_result_vector | Tom Tromey | 1 | -29/+11 |
2017-09-29 | Change captured_mi_execute_command to use scoped_restore | Tom Tromey | 1 | -6/+3 |
2017-09-29 | Use a std::vector for ada_exceptions_list | Tom Tromey | 1 | -12/+5 |
2017-09-29 | Use std::set in mi-main.c | Tom Tromey | 1 | -59/+18 |
2017-09-29 | Use std::string in mi-main.c | Tom Tromey | 1 | -31/+10 |
2017-09-29 | Use gdb::byte_vector in mi_cmd_data_write_memory_bytes | Tom Tromey | 1 | -13/+7 |
2017-09-29 | Remove unused declaration | Tom Tromey | 1 | -1/+0 |
2017-09-29 | Don't copy a string in mi_cmd_disassemble | Tom Tromey | 1 | -5/+1 |
2017-09-29 | Remove cleanups from mi-cmd-var.c | Tom Tromey | 1 | -28/+10 |
2017-09-29 | Remove cleanups from mi_cmd_break_insert_1 | Tom Tromey | 1 | -30/+20 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -1/+1 |
2017-09-25 | Remove make_cleanup_regcache_xfree | Tom Tromey | 1 | -9/+8 |
2017-09-22 | Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" | Sergio Durigan Junior | 1 | -3/+4 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -101/+42 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -2/+1 |
2017-09-16 | mi_load_progress: Restore current_uiout using a scoped_restore | Simon Marchi | 1 | -5/+2 |
2017-09-16 | mi_load_progress: Use unique_ptr to manage ui_out lifetime | Simon Marchi | 1 | -10/+10 |
2017-09-11 | Change setup_breakpoint_reporting to return a scoped_restore | Tom Tromey | 3 | -17/+10 |
2017-09-11 | Make extract_arg return a std::string | Tom Tromey | 1 | -9/+3 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -6/+6 |
2017-09-09 | Use ui_out_emit_list and ui_out_emit_tuple with gdb::optional | Tom Tromey | 1 | -11/+13 |
2017-09-09 | Remove make_cleanup_ui_out_redirect_pop | Tom Tromey | 1 | -3/+2 |
2017-09-09 | Use ui_out_emit_list in more places | Tom Tromey | 1 | -44/+38 |
2017-09-09 | Use ui_out_emit_tuple in more places | Tom Tromey | 2 | -20/+7 |