aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+8
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-4/+4
* dtrace-probe: Handle error while parsing probe argument.Joel Brobecker2015-03-261-0/+22
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+6
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-1/+6
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-5/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+2
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+0
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Update comments to operator_checkYao Qi2014-07-301-6/+6
* vla: introduce new bound type abstraction adapt usesSanimir Agovic2014-04-111-1/+2
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-140/+137
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* change minsym representationTom Tromey2014-02-261-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-15/+7
* remove msymbol_objfileTom Tromey2013-08-051-5/+6
* PR c++/9065:Tom Tromey2013-04-151-0/+1
* PR symtab/8424:Tom Tromey2013-04-081-1/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-3/+4
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-5/+18
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-3/+11
* gdb/Jan Kratochvil2013-01-131-3/+10
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey2012-12-141-1/+1
* * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey2012-12-071-1/+44
* * expression.h (parse_expression_for_completion): RenameTom Tromey2012-12-071-7/+6
* * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey2012-12-031-6/+7
* gdb:Yao Qi2012-11-021-1/+0
* gdb/Yao Qi2012-08-131-1/+0
* gdb/Yao Qi2012-08-131-6/+0
* gdb/Yao Qi2012-08-021-10/+10
* PR exp/13206:Tom Tromey2012-07-191-0/+2
* * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey2012-07-191-4/+8
* * c-exp.y (DOTDOTDOT): New token.Tom Tromey2012-07-061-1/+2
* PR exp/9608:Tom Tromey2012-07-061-0/+33
* * c-exp.y (%union) <type_stack>: New field.Tom Tromey2012-07-061-9/+98
* * parser-defs.h (type_stack, type_stack_size, type_stack_depth):Tom Tromey2012-07-061-24/+24
* PR macros/7961:Tom Tromey2012-06-271-8/+11
* PR exp/9514:Tom Tromey2012-06-191-2/+67