summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-3/+3
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-6/+6
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-37/+37
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* 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-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-9/+9
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-131-2/+0
* Revert the header-sorting patchTom Tromey2019-04-061-21/+20
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-20/+21
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Use upper case for more metasyntactic variables in gdbTom Tromey2019-01-041-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parse_format_stringTom Tromey2017-12-081-13/+4
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-1/+2
* Constify some commands in ax-gdb.cTom Tromey2017-09-271-9/+4
* Constify some linespec functionsTom Tromey2017-09-271-1/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-6/+44
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-0/+22
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-9/+3
* ax-gdb: Remove more unused argumentsSimon Marchi2017-07-141-4/+2
* ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi2017-07-141-41/+37
* ax-gdb: Remove two unused agent_expr *ax parametersSimon Marchi2017-07-141-8/+8
* ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parametersSimon Marchi2017-07-141-91/+73
* Add a constructor and destructor to linespec_resultTom Tromey2017-04-121-4/+1
* Introduce event_location_upTom Tromey2017-04-121-5/+3
* -Wwrite-strings: The RestPedro Alves2017-04-051-9/+12
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin2016-11-241-4/+4
* agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves2016-11-091-3/+3
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-081-91/+49
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-9/+6
* gdb.trace: Fix string collection for 64-bit platforms.Marcin Koƛcielnicki2016-01-211-12/+11
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Introduce ax_raw_byte and use itSimon Marchi2015-10-271-1/+1
* Explicit locations: use new location APIKeith Seitz2015-08-111-2/+6
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-6/+6