summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Remove ALL_PSPACESTom Tromey2020-05-081-71/+65
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-3/+4
* [gdb] Fix range loop index in find_methodTom de Vries2020-04-291-2/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-3/+3
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-7/+6
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* Constify command_line_inputTom Tromey2019-11-081-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Update comments that reference VEC or vec.hAndrew Burgess2019-10-151-2/+3
* 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