aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-20gdb: remove linespec_p typedefSimon Marchi1-12/+11
2021-04-17Add 'domain' parameter to expand_symtabs_matchingTom Tromey1-0/+1
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-0/+2
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey1-6/+2
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-07gdb/linespec: relax the position of the '-force-condition' flagTankut Baris Aktemur1-16/+29
2020-12-04Remove redundant typedefsTom Tromey1-2/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur1-3/+15
2020-10-23gdb: remove LA_ITERATE_OVER_SYMBOLS macroAndrew Burgess1-1/+1
2020-09-17Use htab_up in linespec.cTom Tromey1-21/+9
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-1/+1
2020-09-13Don't drop static function bp locations w/o debug infoPedro Alves1-47/+41
2020-08-28[gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries1-1/+5
2020-06-17gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess1-1/+1
2020-06-02gdb: Convert language la_iterate_over_symbols field to a methodAndrew Burgess1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-05-08Remove ALL_PSPACESTom Tromey1-71/+65
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-3/+4
2020-04-29[gdb] Fix range loop index in find_methodTom de Vries1-2/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-3/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-7/+6
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-11-08Constify command_line_inputTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Update comments that reference VEC or vec.hAndrew Burgess1-2/+3
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess1-1/+2
2019-06-16Remove unnecessary casts of NULLTom Tromey1-2/+1
2019-06-10[gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_stringTom de Vries1-1/+4
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-3/+3
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-6/+6
2019-04-08Rewrite TRY/CATCHTom Tromey1-18/+12
2019-03-24More block constificationTom Tromey1-2/+2
2019-03-23Use scoped_restore_current_language in two placesTom Tromey1-8/+2
2019-02-22Fix symtab/23853: symlinked default symtabKeith Seitz1-4/+2
2019-01-17Add compunits range adapter to objfileTom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-2/+2
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-3/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-43/+42