summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-18/+24
* (clh 9)Tom Tromey2013-09-231-43/+37
* move gdbarch object from objfile to per-BFDTom Tromey2013-08-201-1/+1
* ? .depsalianwar2013-08-121-1/+17
* also filter label symbolsTom Tromey2013-08-071-1/+4
* Further workarounds for binutils/15021.Doug Evans2013-08-011-32/+29
* fix linespec bug noticed by the checkerTom Tromey2013-05-301-1/+1
* gdb/Jan Kratochvil2013-05-141-0/+4
* PR symtab/8424:Tom Tromey2013-04-081-1/+1
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-3/+4
* * linespec.c (find_linespec_symbols): Call find_function_symbolsDoug Evans2013-03-111-58/+71
* * linespec.c (get_current_search_block): ARI fix, use (void)Pierre Muller2013-03-061-1/+1
* * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans2013-03-051-31/+38
* gdb/Jan Kratochvil2013-03-041-1/+1
* gdb/Jan Kratochvil2013-03-041-46/+150
* gdb/Jan Kratochvil2013-02-031-7/+13
* * linespec.c (find_linespec_symbols): Make static.Doug Evans2013-01-231-6/+6
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Jan Kratochvil2012-12-241-1/+1
* * breakpoint.c (clear_command): Add cleanup forKeith Seitz2012-11-101-4/+1
* PR breakpoints/14643.Doug Evans2012-10-111-2/+20
* Small typo in comment inside create_sals_line_offsetJoel Brobecker2012-09-251-1/+1
* wrong language used when re-setting breakpointJoel Brobecker2012-09-181-3/+4
* 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-08-111-3/+0
* * linespec.c (linespec_lex_number): A number followedKeith Seitz2012-07-301-2/+3
* * linespec.c (linespec_lexer_lex_number): The inputKeith Seitz2012-07-261-2/+7
* 2012-07-25 Hui Zhu <hui_zhu@mentor.com>Hui Zhu2012-07-251-12/+18
* * linespec.c (convert_linespec_to_sal): Don't addKeith Seitz2012-07-231-5/+5
* * linespec.c (decode_objc): Record the function nameKeith Seitz2012-07-231-0/+1
* * linespec.c (add_sal_to_sals): Add LITERAL_CANONICALKeith Seitz2012-07-181-20/+23
* * linespec.c (struct linespec): Constify expression,Keith Seitz2012-07-181-13/+9
* * linespec.c (linespec_parse_line_offset): Make parameterKeith Seitz2012-07-181-1/+1
* * linespec.c: #include "stack.h".Doug Evans2012-06-291-0/+48
* * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.Doug Evans2012-06-041-17/+14
* * linespec.c (decode_objc): Add cleanup to freeKeith Seitz2012-05-311-0/+2
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-05-181-3/+0
* * linespec.c (convert_linespec_to_sals): Don't useTom Tromey2012-04-181-7/+7
* linespec rewrite:Keith Seitz2012-04-051-1466/+1801
* gdb:gary2012-03-161-6/+50
* * linespec.c (decode_line_2): Sort the list of methodsKeith Seitz2012-03-011-0/+5
* * linespec.c (decode_line_internal): Skip symtabs_from_filenameTom Tromey2012-02-101-2/+4
* gdb/Jan Kratochvil2012-02-101-1/+1
* Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker2012-02-081-5/+5
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-3/+2
* 2012-02-01 Gary Benson <gbenson@redhat.com>gary2012-02-011-8/+8
* gdb/Jan Kratochvil2012-01-271-1/+1
* Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker2012-01-261-2/+1
* Ada: allow unqualified function names in linespecsJoel Brobecker2012-01-261-3/+21
* * linespec.c (decode_line_internal): Don't call symtabs_from_filenameDoug Evans2012-01-171-19/+31
* do not call decode_compound with Ada expressions.Joel Brobecker2012-01-041-21/+32