Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | Add obstack_strdup overload taking a std::string | Tom Tromey | 1 | -7/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-04-25 | c++/24367: Infinite recursion of typedef substitution | Keith Seitz | 1 | -3/+13 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -15/+11 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -11/+15 |
2019-03-24 | More block constification | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -3/+3 |
2019-01-09 | Remove ALL_COMPUNITS | Tom Tromey | 1 | -16/+21 |
2019-01-09 | Remove ALL_OBJFILE_COMPUNITS | Tom Tromey | 1 | -1/+0 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -6/+6 |
2019-01-03 | gdb: Remove a cleanup from find_overload_match | Andrew Burgess | 1 | -5/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Eliminate make_symbol_overload_list-related globals & cleanup | Pedro Alves | 1 | -79/+63 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -2/+1 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -1/+1 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -2/+1 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -4/+49 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -10/+153 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -5/+5 |
2017-11-24 | Make strcmp_iw NOT ignore whitespace in the middle of tokens | Pedro Alves | 1 | -10/+168 |
2017-11-08 | lookup_name_info::make_ignore_params | Pedro Alves | 1 | -5/+182 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -1/+37 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-11-04 | Remove directive-searched cleanups | Tom Tromey | 1 | -17/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -5/+1 |
2017-10-09 | Make cp_remove_params return a gdb::unique_xmalloc_ptr | Pedro Alves | 1 | -12/+7 |
2017-09-29 | Remove cleanups from cp-support.c | Tom Tromey | 1 | -15/+10 |
2017-09-27 | Constify first_component_command | Tom Tromey | 1 | -2/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-09 | Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char> | Pedro Alves | 1 | -34/+31 |
2017-08-09 | Fix memory leak in cp-support.c | Yao Qi | 1 | -4/+9 |
2017-07-20 | Fix cp_find_first_component_aux bug | Pedro Alves | 1 | -0/+2 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -7/+2 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+1 |
2017-03-20 | Implement demangling for rvalue reference type names | Artemiy Volkov | 1 | -0/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -22/+16 |
2017-01-10 | Add constructor and destructor to demangle_parse_info | Tom Tromey | 1 | -39/+13 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -35/+25 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+9 |
2016-04-12 | Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmp | Pedro Alves | 1 | -1/+1 |
2016-04-12 | Use target_terminal_ours_for_output in cp-support.c | Pedro Alves | 1 | -1/+3 |