aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi1-0/+8
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-177/+136
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-4/+24
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-29/+24
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-6/+3
2016-10-06Remove Java supportTom Tromey1-6/+0
2016-07-14Remove unused variablesTom Tromey1-2/+1
2016-05-10fix up two issues with the removal of unused variablesTrevor Saunders1-0/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-3/+21
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-25/+57
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-18/+23
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+6
2015-09-21Add two missing constsSimon Marchi1-1/+1
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil1-0/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-42/+45
2015-08-11Explicit locations: add UI features for CLIKeith Seitz1-8/+17
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz1-137/+167
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-0/+5
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-115/+77
2015-08-11Explicit locations: use new location APIKeith Seitz1-45/+97
2015-08-11Explicit locations: introduce new struct event_location-based APIKeith Seitz1-0/+48
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