summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb/linespec: relax the position of the '-force-condition' flagTankut Baris Aktemur2020-12-071-16/+29
* Remove redundant typedefsTom Tromey2020-12-041-2/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur2020-10-271-3/+15
* gdb: remove LA_ITERATE_OVER_SYMBOLS macroAndrew Burgess2020-10-231-1/+1
* Use htab_up in linespec.cTom Tromey2020-09-171-21/+9
* Use arrays rather than pointers for global string constantsTom Tromey2020-09-151-1/+1
* Don't drop static function bp locations w/o debug infoPedro Alves2020-09-131-47/+41
* [gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries2020-08-281-1/+5
* gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess2020-06-171-1/+1
* gdb: Convert language la_iterate_over_symbols field to a methodAndrew Burgess2020-06-021-1/+1
* 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