Age | Commit message (Expand) | Author | Files | Lines |
2013-05-30 | fix linespec bug noticed by the checker | Tom Tromey | 1 | -1/+1 |
2013-05-14 | gdb/ | Jan Kratochvil | 1 | -0/+4 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -1/+1 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -3/+4 |
2013-03-11 | * linespec.c (find_linespec_symbols): Call find_function_symbols | Doug Evans | 1 | -58/+71 |
2013-03-06 | * linespec.c (get_current_search_block): ARI fix, use (void) | Pierre Muller | 1 | -1/+1 |
2013-03-05 | * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents | Doug Evans | 1 | -31/+38 |
2013-03-04 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-03-04 | gdb/ | Jan Kratochvil | 1 | -46/+150 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -7/+13 |
2013-01-23 | * linespec.c (find_linespec_symbols): Make static. | Doug Evans | 1 | -6/+6 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-24 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-11-10 | * breakpoint.c (clear_command): Add cleanup for | Keith Seitz | 1 | -4/+1 |
2012-10-11 | PR breakpoints/14643. | Doug Evans | 1 | -2/+20 |
2012-09-25 | Small typo in comment inside create_sals_line_offset | Joel Brobecker | 1 | -1/+1 |
2012-09-18 | wrong language used when re-setting breakpoint | Joel Brobecker | 1 | -3/+4 |
2012-08-11 | 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+0 |
2012-07-30 | * linespec.c (linespec_lex_number): A number followed | Keith Seitz | 1 | -2/+3 |
2012-07-26 | * linespec.c (linespec_lexer_lex_number): The input | Keith Seitz | 1 | -2/+7 |
2012-07-25 | 2012-07-25 Hui Zhu <hui_zhu@mentor.com> | Hui Zhu | 1 | -12/+18 |
2012-07-23 | * linespec.c (convert_linespec_to_sal): Don't add | Keith Seitz | 1 | -5/+5 |
2012-07-23 | * linespec.c (decode_objc): Record the function name | Keith Seitz | 1 | -0/+1 |
2012-07-18 | * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL | Keith Seitz | 1 | -20/+23 |
2012-07-18 | * linespec.c (struct linespec): Constify expression, | Keith Seitz | 1 | -13/+9 |
2012-07-18 | * linespec.c (linespec_parse_line_offset): Make parameter | Keith Seitz | 1 | -1/+1 |
2012-06-29 | * linespec.c: #include "stack.h". | Doug Evans | 1 | -0/+48 |
2012-06-04 | * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro. | Doug Evans | 1 | -17/+14 |
2012-05-31 | * linespec.c (decode_objc): Add cleanup to free | Keith Seitz | 1 | -0/+2 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+0 |
2012-04-18 | * linespec.c (convert_linespec_to_sals): Don't use | Tom Tromey | 1 | -7/+7 |
2012-04-05 | linespec rewrite: | Keith Seitz | 1 | -1466/+1801 |
2012-03-16 | gdb: | Gary Benson | 1 | -6/+50 |
2012-03-01 | * linespec.c (decode_line_2): Sort the list of methods | Keith Seitz | 1 | -0/+5 |
2012-02-10 | * linespec.c (decode_line_internal): Skip symtabs_from_filename | Tom Tromey | 1 | -2/+4 |
2012-02-10 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-02-08 | Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp | Joel Brobecker | 1 | -5/+5 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -3/+2 |
2012-02-01 | 2012-02-01 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -8/+8 |
2012-01-27 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-01-26 | Remove language param from name_matcher in struct quick_symbol_functions | Joel Brobecker | 1 | -2/+1 |
2012-01-26 | Ada: allow unqualified function names in linespecs | Joel Brobecker | 1 | -3/+21 |
2012-01-17 | * linespec.c (decode_line_internal): Don't call symtabs_from_filename | Doug Evans | 1 | -19/+31 |
2012-01-04 | do not call decode_compound with Ada expressions. | Joel Brobecker | 1 | -21/+32 |
2012-01-04 | linespec: keep function descriptors during minimal symbol search | Joel Brobecker | 1 | -1/+11 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-12-27 | Ignore data minimal symbols for breakpoint linespecs | Joel Brobecker | 1 | -0/+17 |
2011-12-21 | Add handling for unqualified Ada operators in linespecs | Joel Brobecker | 1 | -0/+18 |
2011-12-16 | * linespec.c (collect_symbols): Call maybe_add_address after | Tom Tromey | 1 | -19/+8 |
2011-12-16 | * linespec.c (struct collect_info) <objfile>: Remove field. | Tom Tromey | 1 | -27/+115 |