aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-05More use of std::vector in linespec.cTom Tromey1-32/+12
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+1
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-31/+13
2017-09-09Remove unnecessary function prototypes.John Baldwin1-6/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-6/+8
2017-08-22Rename some command functionsSimon Marchi1-4/+4
2017-07-20Make language_def O(1)Pedro Alves1-2/+1
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-1/+1
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-5/+2
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+10
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+6
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+4
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+3
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-34/+34
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-16Remove dead code from objc-lang.c (spurious "fprintf (stderr...")Sergio Durigan Junior1-5/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-4/+4
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-10/+11
2014-02-26change minsym representationTom Tromey1-8/+8
2014-02-26introduce minimal_symbol_upper_boundTom Tromey1-9/+7
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-12Fix GDB crash with upstream GCC due to qsort(NULL, ...)Andreas Arnez1-0/+5
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+1
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-0/+2
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-4/+5
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-22/+12
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+0
2013-01-07 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):Tom Tromey1-146/+3
2013-01-07 PR cli/7719:Tom Tromey1-14/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-1/+1
2012-08-17 PR c++/13356Keith Seitz1-1/+0