]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/linespec.c
Add casts to memory allocation related calls
[thirdparty/binutils-gdb.git] / gdb / linespec.c
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-21  Simon MarchiAdd two missing consts
2015-09-15  Jan Kratochvil[ppc64le] Use skip_entrypoint for skip_trampoline_code
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-13  Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12  Keith SeitzExplicit locations: add UI features for CLI
2015-08-12  Keith SeitzExplicit locations: introduce explicit locations
2015-08-12  Keith SeitzExplicit locations: introduce probe locations
2015-08-12  Keith SeitzExplicit locations: introduce address locations
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-08-12  Keith SeitzExplicit locations: introduce new struct event_location...
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-26  Jan KratochvilDo not skip prologue for asm (.S) files
2015-03-23  Keith SeitzUpdate comment of linespec_lexer_lex_keyword.
2015-03-23  Keith SeitzExpand keyword lexing intelligence in the linespec...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06  Gary BensonNew common function "startswith"
2015-01-31  Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-12-20  Mihail-Marian Nistorgdb/17394: cannot put breakpoint only in selected ASM...
2014-12-05  Doug EvansRevert: linespec.c (iterate_name_matcher): Fix argument...
2014-12-03  Doug EvansPR symtab/17602
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-06-18  Tom Tromeyconstify struct block in some places
2014-05-05  Keith SeitzFix a dangling cleanup in linspec_parse_basic.
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeychange minsym representation
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-23  Sterling Augustine2013-12-17 Sterling Augustine <saugustine@google...
2013-10-02  Keith SeitzConstification of parse_linespec and fallout:
2013-09-23  Tom Tromey(clh 9)
2013-08-20  Tom Tromeymove gdbarch object from objfile to per-BFD
2013-08-12  Ali Anwar? .deps
2013-08-07  Tom Tromeyalso filter label symbols
2013-08-01  Doug Evans Further workarounds for binutils/15021.
2013-05-30  Tom Tromeyfix linespec bug noticed by the checker
2013-05-14  Jan Kratochvilgdb/
2013-04-08  Tom Tromey PR symtab/8424:
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-11  Doug Evans * linespec.c (find_linespec_symbols): Call find_functi...
2013-03-06  Pierre Muller * linespec.c (get_current_search_block): ARI fix,...
2013-03-05  Doug Evans * ada-lang.c (ada_lookup_symbol_list_worker): New...
2013-03-04  Jan Kratochvilgdb/
2013-03-04  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-01-23  Doug Evans * linespec.c (find_linespec_symbols): Make static.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-24  Jan Kratochvilgdb/
2012-11-10  Keith Seitz * breakpoint.c (clear_command): Add cleanup for
2012-10-11  Doug Evans PR breakpoints/14643.
2012-09-25  Joel BrobeckerSmall typo in comment inside create_sals_line_offset
2012-09-18  Joel Brobeckerwrong language used when re-setting breakpoint
2012-08-11  Sergio Durigan Junior2012-08-10 Sergio Durigan Junior <sergiodj@redhat...
2012-07-30  Keith Seitz * linespec.c (linespec_lex_number): A number followed
2012-07-26  Keith Seitz * linespec.c (linespec_lexer_lex_number): The input
2012-07-25  Hui Zhu2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2012-07-23  Keith Seitz * linespec.c (convert_linespec_to_sal): Don't add
2012-07-23  Keith Seitz * linespec.c (decode_objc): Record the function name
2012-07-18  Keith Seitz * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2012-07-18  Keith Seitz * linespec.c (struct linespec): Constify expression,
2012-07-18  Keith Seitz * linespec.c (linespec_parse_line_offset): Make parameter
2012-06-29  Doug Evans * linespec.c: #include "stack.h".
2012-06-04  Doug Evans * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
2012-05-31  Keith Seitz * linespec.c (decode_objc): Add cleanup to free
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-04-18  Tom Tromey * linespec.c (convert_linespec_to_sals): Don't use
2012-04-05  Keith Seitzlinespec rewrite:
2012-03-16  Gary Bensongdb:
2012-03-01  Keith Seitz * linespec.c (decode_line_2): Sort the list of methods
2012-02-10  Tom Tromey * linespec.c (decode_line_internal): Skip symtabs_from...
2012-02-10  Jan Kratochvilgdb/
2012-02-08  Joel BrobeckerRename la_get_symbol_name_match_p into la_get_symbol_na...
2012-02-07  Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-02-01  Gary Benson2012-02-01 Gary Benson <gbenson@redhat.com>
2012-01-27  Jan Kratochvilgdb/
2012-01-26  Joel BrobeckerRemove language param from name_matcher in struct quick...
2012-01-26  Joel BrobeckerAda: allow unqualified function names in linespecs
2012-01-17  Doug Evans * linespec.c (decode_line_internal): Don't call symtab...
2012-01-04  Joel Brobeckerdo not call decode_compound with Ada expressions.
2012-01-04  Joel Brobeckerlinespec: keep function descriptors during minimal...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-27  Joel BrobeckerIgnore data minimal symbols for breakpoint linespecs
2011-12-21  Joel BrobeckerAdd handling for unqualified Ada operators in linespecs
2011-12-16  Tom Tromey * linespec.c (collect_symbols): Call maybe_add_address...
2011-12-16  Tom Tromey * linespec.c (struct collect_info) <objfile>: Remove...
2011-12-14  Joel BrobeckerMake decode_line_internal static.
2011-12-09  Andrew Pinski2011-12-09 Andrew Pinski <apinski@cavium.com>
2011-12-06  Doug Evans * linespec.c (decode_dollar): Avoid "may be used unini...
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-11-11  Keith Seitz PR gdb/12843
2011-08-26  Aleksandar Ristovski * linespec.c (symtab_from_filename): Check for the...
2011-08-18  Keith Seitz PR c++/12266
2011-07-05  Tom Tromey * symtab.c (operator_chars): Now static.
2011-07-04  Thiago Jung Bauermann * breakpoint.c: Fix typos in comments.
2011-07-04  Jan Kratochvilgdb/
next