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