aboutsummaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-30Remove per-language op_name functionsTom Tromey1-1/+1
2020-11-10Use "const" more in ax-gdb.cTom Tromey1-10/+10
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-43/+43
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-9/+8
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-3/+3
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-3/+3
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-6/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-37/+37
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-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-9/+9
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-13Make check_for_argument skip whitespace after arg itselfPedro Alves1-2/+0
2019-04-06Revert the header-sorting patchTom Tromey1-21/+20
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-20/+21
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-1/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08C++-ify parse_format_stringTom Tromey1-13/+4
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-1/+2
2017-09-27Constify some commands in ax-gdb.cTom Tromey1-9/+4
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-6/+44
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves1-0/+22
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-9/+3
2017-07-14ax-gdb: Remove more unused argumentsSimon Marchi1-4/+2
2017-07-14ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi1-41/+37
2017-07-14ax-gdb: Remove two unused agent_expr *ax parametersSimon Marchi1-8/+8
2017-07-14ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parametersSimon Marchi1-91/+73
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey1-4/+1
2017-04-12Introduce event_location_upTom Tromey1-5/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-9/+12
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-0/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin1-4/+4
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves1-3/+3
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-91/+49