summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
* Initial publication of breakpoint reset project.users/keiths/intelligent-breakpoint_re_setKeith Seitz2015-10-011-143/+382
* Add some more casts (1/2)Simon Marchi2015-09-251-18/+23
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+6
* Add two missing constsSimon Marchi2015-09-211-1/+1
* [ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil2015-09-151-0/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-42/+45
* Explicit locations: add UI features for CLIKeith Seitz2015-08-111-8/+17
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-137/+167
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-0/+5
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-115/+77
* Explicit locations: use new location APIKeith Seitz2015-08-111-45/+97
* Explicit locations: introduce new struct event_location-based APIKeith Seitz2015-08-111-0/+48
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Do not skip prologue for asm (.S) filesJan Kratochvil2015-06-261-2/+20
* Update comment of linespec_lexer_lex_keyword.Keith Seitz2015-03-231-2/+1
* Expand keyword lexing intelligence in the linespec parser.Keith Seitz2015-03-231-20/+35
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+6
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-5/+12
* New common function "startswith"Gary Benson2015-03-061-6/+5
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-12/+12
* gdb/17394: cannot put breakpoint only in selected ASM file.Mihail-Marian Nistor2014-12-201-24/+73
* Revert: linespec.c (iterate_name_matcher): Fix arguments to symbol_name_cmp.Doug Evans2014-12-051-6/+1
* PR symtab/17602Doug Evans2014-12-021-1/+6
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-2/+4
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-3/+4
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* constify struct block in some placesTom Tromey2014-06-181-5/+5
* Fix a dangling cleanup in linspec_parse_basic.Keith Seitz2014-05-051-0/+4
* start change to progspace independenceTom Tromey2014-02-261-5/+6
* change minsym representationTom Tromey2014-02-261-5/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* 2013-12-17 Sterling Augustine <saugustine@google.com>Sterling Augustine2013-12-231-1/+1
* 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
* ? .depsAli Anwar2013-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