aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-7/+7
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-7/+7
2019-11-05Remove la_get_string memberTom Tromey1-1/+0
2019-10-15gdb: Update comments that reference VEC or vec.hAndrew Burgess1-1/+1
2019-05-08Convert objc-lang.c to type-safe registry APITom Tromey1-13/+3
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+1
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-1/+2
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-2/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-1/+1
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-5/+5
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-5/+5
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-65/+72
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-7/+6
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-05-23Remove symfile_complaintsTom Tromey1-6/+3
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