Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-03-15 | PR 18303, Tolerate malformed input for lookup_symbol-called functions | Don Breazeal | 1 | -1/+6 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -5/+5 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -0/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -3/+3 |
2015-05-26 | PR c++/18141, c++/18417. | Doug Evans | 1 | -2/+4 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -12/+22 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -24/+24 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -5/+5 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -2/+2 |
2014-11-06 | New macro ALL_BLOCK_SYMBOLS_WITH_NAME. | Doug Evans | 1 | -3/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -2/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-29 | Introduce common/gdb_setjmp.h | Gary Benson | 1 | -12/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-23 | Fix build on systems without sigaltstack. | Gary Benson | 1 | -0/+4 |
2014-06-19 | Demangler crash handler | Gary Benson | 1 | -1/+145 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 1 | -24/+1 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 1 | -1/+24 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-13 | PR c++/7539 | Keith Seitz | 1 | -2/+10 |
2013-08-20 | * blockframe.c: Remove #include "psymtab.h". | Doug Evans | 1 | -2/+0 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -1/+9 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-12 | * cp-support.c (inspect_type, | Tom Tromey | 1 | -18/+89 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+0 |
2012-05-10 | * tracepoint.c (scope_info): Update. | Tom Tromey | 1 | -5/+3 |
2012-04-05 | linespec rewrite: | Keith Seitz | 1 | -117/+0 |
2012-03-15 | * NEWS: Mention "info vtbl", not "info vtable". | Tom Tromey | 1 | -2/+2 |
2012-03-15 | * gnu-v3-abi.c (struct value_and_voffset): New. | Tom Tromey | 1 | -0/+18 |