summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess2019-07-091-1/+2
* Remove unnecessary casts of NULLTom Tromey2019-06-161-2/+1
* [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_stringTom de Vries2019-06-101-1/+4
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-3/+3
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-6/+6
* Rewrite TRY/CATCHTom Tromey2019-04-081-18/+12
* More block constificationTom Tromey2019-03-241-2/+2
* Use scoped_restore_current_language in two placesTom Tromey2019-03-231-8/+2
* Fix symtab/23853: symlinked default symtabKeith Seitz2019-02-221-4/+2
* Add compunits range adapter to objfileTom Tromey2019-01-171-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-3/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-43/+42
* gdb: Remove support for old mangling schemesSimon Marchi2019-01-091-11/+0
* Fix leak in linespec.cPhilippe Waroquiers2019-01-091-0/+1
* Remove cleanups from linespec.cTom Tromey2019-01-021-86/+55
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix leak in linespec parserSimon Marchi2018-11-301-23/+15
* Simple -Wshadow=local fixesTom Tromey2018-10-041-13/+13
* Add new search_symbols_multiple APIKeith Seitz2018-08-291-1/+46
* Use block_symbol in linespec APIsKeith Seitz2018-08-291-80/+93
* Remove VEC definitions from linespec.cKeith Seitz2018-08-291-7/+0
* Change decode_compound_collector to use std::vectorKeith Seitz2018-08-291-64/+21
* Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz2018-08-291-80/+54
* Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz2018-08-291-27/+27
* Change `function_symbols' to std::vectorKeith Seitz2018-08-291-77/+91
* Change `file_symtabs' to std::vectorKeith Seitz2018-08-291-66/+52
* Avoid -Wnarrowing warnings from quote_char()Tom Tromey2018-08-271-1/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-291-0/+2
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-1/+1
* Remove "struct" keyword in range-based for loopsSimon Marchi2018-05-291-2/+2
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-4/+20
* Factor out minsym_found/find_function_start_sal overloadPedro Alves2018-04-261-19/+1
* Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves2018-04-261-15/+45
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-261-3/+23
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-0/+3
* Remove typep and VEC(typep) from linespec.cTom Tromey2018-04-051-25/+10
* More use of std::vector in linespec.cTom Tromey2018-04-051-32/+20
* Remove a string copy from event_location_to_salsTom Tromey2018-04-051-7/+1