Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | A smarter linespec completer | Pedro Alves | 1 | -30/+598 |
2017-07-17 | Linespec lexing and C++ operators | Pedro Alves | 1 | -6/+83 |
2017-07-17 | Explicit locations -label completer | Pedro Alves | 1 | -40/+159 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -6/+25 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -3/+2 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -2/+4 |
2017-04-12 | Change linespec_result::location to be an event_location_up | Tom Tromey | 1 | -5/+5 |
2017-04-12 | Add a constructor and destructor to linespec_result | Tom Tromey | 1 | -31/+4 |
2017-04-12 | Change find_pcs_for_symtab_line to return a std::vector | Tom Tromey | 1 | -6/+2 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -16/+11 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+2 |
2017-03-22 | Wrap locally used classes in anonymous namespace | Yao Qi | 1 | -0/+8 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -177/+136 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -4/+24 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -29/+24 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 1 | -6/+3 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -6/+0 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -2/+1 |
2016-05-10 | fix up two issues with the removal of unused variables | Trevor Saunders | 1 | -0/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-21 | Fix regression introduced in "break *<EXPR>" by explicit location patches. | Joel Brobecker | 1 | -3/+21 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -25/+57 |
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 | -18/+23 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+6 |
2015-09-21 | Add two missing consts | Simon Marchi | 1 | -1/+1 |
2015-09-15 | [ppc64le] Use skip_entrypoint for skip_trampoline_code | Jan Kratochvil | 1 | -0/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-13 | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 1 | -42/+45 |
2015-08-11 | Explicit locations: add UI features for CLI | Keith Seitz | 1 | -8/+17 |
2015-08-11 | Explicit locations: introduce explicit locations | Keith Seitz | 1 | -137/+167 |
2015-08-11 | Explicit locations: introduce probe locations | Keith Seitz | 1 | -0/+5 |
2015-08-11 | Explicit locations: introduce address locations | Keith Seitz | 1 | -115/+77 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -45/+97 |
2015-08-11 | Explicit locations: introduce new struct event_location-based API | Keith Seitz | 1 | -0/+48 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -2/+2 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-06-26 | Do not skip prologue for asm (.S) files | Jan Kratochvil | 1 | -2/+20 |
2015-03-23 | Update comment of linespec_lexer_lex_keyword. | Keith Seitz | 1 | -2/+1 |
2015-03-23 | Expand keyword lexing intelligence in the linespec parser. | Keith Seitz | 1 | -20/+35 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+6 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -5/+12 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -6/+5 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -12/+12 |
2014-12-20 | gdb/17394: cannot put breakpoint only in selected ASM file. | Mihail-Marian Nistor | 1 | -24/+73 |
2014-12-05 | Revert: linespec.c (iterate_name_matcher): Fix arguments to symbol_name_cmp. | Doug Evans | 1 | -6/+1 |