aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi1-11/+0
2019-01-09Fix leak in linespec.cPhilippe Waroquiers1-0/+1
2019-01-02Remove cleanups from linespec.cTom Tromey1-86/+55
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Fix leak in linespec parserSimon Marchi1-23/+15
2018-10-04Simple -Wshadow=local fixesTom Tromey1-13/+13
2018-08-29Add new search_symbols_multiple APIKeith Seitz1-1/+46
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-80/+93
2018-08-29Remove VEC definitions from linespec.cKeith Seitz1-7/+0
2018-08-29Change decode_compound_collector to use std::vectorKeith Seitz1-64/+21
2018-08-29Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz1-80/+54
2018-08-29Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz1-27/+27
2018-08-29Change `function_symbols' to std::vectorKeith Seitz1-77/+91
2018-08-29Change `file_symtabs' to std::vectorKeith Seitz1-66/+52
2018-08-27Avoid -Wnarrowing warnings from quote_char()Tom Tromey1-1/+1
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-1/+1
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-0/+2
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-1/+1
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi1-2/+2
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-4/+20
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves1-19/+1
2018-04-26Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves1-15/+45
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves1-3/+23
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-0/+3
2018-04-05Remove typep and VEC(typep) from linespec.cTom Tromey1-25/+10
2018-04-05More use of std::vector in linespec.cTom Tromey1-32/+20
2018-04-05Remove a string copy from event_location_to_salsTom Tromey1-7/+1