aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-23 * linespec.c (convert_linespec_to_sal): Don't addKeith Seitz1-5/+5
2012-07-23 * linespec.c (decode_objc): Record the function nameKeith Seitz1-0/+1
2012-07-18 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICALKeith Seitz1-20/+23
2012-07-18 * linespec.c (struct linespec): Constify expression,Keith Seitz1-13/+9
2012-07-18 * linespec.c (linespec_parse_line_offset): Make parameterKeith Seitz1-1/+1
2012-06-29 * linespec.c: #include "stack.h".Doug Evans1-0/+48
2012-06-04 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.Doug Evans1-17/+14
2012-05-31 * linespec.c (decode_objc): Add cleanup to freeKeith Seitz1-0/+2
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-3/+0
2012-04-18 * linespec.c (convert_linespec_to_sals): Don't useTom Tromey1-7/+7
2012-04-05linespec rewrite:Keith Seitz1-1466/+1801
2012-03-16gdb:Gary Benson1-6/+50
2012-03-01 * linespec.c (decode_line_2): Sort the list of methodsKeith Seitz1-0/+5
2012-02-10 * linespec.c (decode_line_internal): Skip symtabs_from_filenameTom Tromey1-2/+4
2012-02-10gdb/Jan Kratochvil1-1/+1
2012-02-08Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker1-5/+5
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-3/+2
2012-02-012012-02-01 Gary Benson <gbenson@redhat.com>Gary Benson1-8/+8
2012-01-27gdb/Jan Kratochvil1-1/+1
2012-01-26Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker1-2/+1
2012-01-26Ada: allow unqualified function names in linespecsJoel Brobecker1-3/+21
2012-01-17 * linespec.c (decode_line_internal): Don't call symtabs_from_filenameDoug Evans1-19/+31
2012-01-04do not call decode_compound with Ada expressions.Joel Brobecker1-21/+32
2012-01-04linespec: keep function descriptors during minimal symbol searchJoel Brobecker1-1/+11
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-27Ignore data minimal symbols for breakpoint linespecsJoel Brobecker1-0/+17
2011-12-21Add handling for unqualified Ada operators in linespecsJoel Brobecker1-0/+18
2011-12-16 * linespec.c (collect_symbols): Call maybe_add_address afterTom Tromey1-19/+8
2011-12-16 * linespec.c (struct collect_info) <objfile>: Remove field.Tom Tromey1-27/+115
2011-12-14Make decode_line_internal static.Joel Brobecker1-1/+1
2011-12-092011-12-09 Andrew Pinski <apinski@cavium.com>Andrew Pinski1-1/+3
2011-12-06 * linespec.c (decode_dollar): Avoid "may be used uninitialized" warning.Doug Evans1-0/+4
2011-12-06the "ambiguous linespec" seriesTom Tromey1-935/+1596
2011-11-11 PR gdb/12843Keith Seitz1-0/+11
2011-08-26 * linespec.c (symtab_from_filename): Check for the end of string.Aleksandar Ristovski1-0/+2
2011-08-18 PR c++/12266Keith Seitz1-8/+35
2011-07-05 * symtab.c (operator_chars): Now static.Tom Tromey1-4/+0
2011-07-04 * breakpoint.c: Fix typos in comments.Thiago Jung Bauermann1-1/+1
2011-07-04gdb/Jan Kratochvil1-0/+3
2011-07-01gdb/Jan Kratochvil1-1/+4
2011-07-01gdb/Jan Kratochvil1-101/+50
2011-07-01gdb/Jan Kratochvil1-25/+46
2011-05-31 PR c++/12750Keith Seitz1-51/+82