aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+2
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil1-2/+20
2015-03-23Update comment of linespec_lexer_lex_keyword.Keith Seitz1-2/+1
2015-03-23Expand keyword lexing intelligence in the linespec parser.Keith Seitz1-20/+35
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+6
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-5/+12
2015-03-06New common function "startswith"Gary Benson1-6/+5
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-12/+12
2014-12-20gdb/17394: cannot put breakpoint only in selected ASM file.Mihail-Marian Nistor1-24/+73
2014-12-05Revert: linespec.c (iterate_name_matcher): Fix arguments to symbol_name_cmp.Doug Evans1-6/+1
2014-12-02PR symtab/17602Doug Evans1-1/+6
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-2/+4
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-3/+4
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-5/+5
2014-05-05Fix a dangling cleanup in linspec_parse_basic.Keith Seitz1-0/+4
2014-02-26start change to progspace independenceTom Tromey1-5/+6
2014-02-26change minsym representationTom Tromey1-5/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-232013-12-17 Sterling Augustine <saugustine@google.com>Sterling Augustine1-1/+1
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-18/+24
2013-09-23(clh 9)Tom Tromey1-43/+37
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey1-1/+1
2013-08-12? .depsAli Anwar1-1/+17
2013-08-07also filter label symbolsTom Tromey1-1/+4
2013-08-01 Further workarounds for binutils/15021.Doug Evans1-32/+29
2013-05-30fix linespec bug noticed by the checkerTom Tromey1-1/+1
2013-05-14gdb/Jan Kratochvil1-0/+4
2013-04-08 PR symtab/8424:Tom Tromey1-1/+1
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-3/+4
2013-03-11 * linespec.c (find_linespec_symbols): Call find_function_symbolsDoug Evans1-58/+71
2013-03-06 * linespec.c (get_current_search_block): ARI fix, use (void)Pierre Muller1-1/+1
2013-03-05 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans1-31/+38
2013-03-04gdb/Jan Kratochvil1-1/+1
2013-03-04gdb/Jan Kratochvil1-46/+150
2013-02-03gdb/Jan Kratochvil1-7/+13
2013-01-23 * linespec.c (find_linespec_symbols): Make static.Doug Evans1-6/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-24gdb/Jan Kratochvil1-1/+1
2012-11-10 * breakpoint.c (clear_command): Add cleanup forKeith Seitz1-4/+1
2012-10-11 PR breakpoints/14643.Doug Evans1-2/+20
2012-09-25Small typo in comment inside create_sals_line_offsetJoel Brobecker1-1/+1
2012-09-18wrong language used when re-setting breakpointJoel Brobecker1-3/+4
2012-08-112012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-3/+0
2012-07-30 * linespec.c (linespec_lex_number): A number followedKeith Seitz1-2/+3
2012-07-26 * linespec.c (linespec_lexer_lex_number): The inputKeith Seitz1-2/+7
2012-07-252012-07-25 Hui Zhu <hui_zhu@mentor.com>Hui Zhu1-12/+18