summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* PR18617 - Incorrect expression bytecode generated for narrowing conversionsRobert O'Callahan2015-07-081-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* 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
* * tracepoint.h (decode_agent_options): Add 'trace_string'Tom Tromey2013-03-211-56/+36
* * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey2013-03-201-7/+7
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-1/+1
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-8/+10
* * ax-gdb.c (gen_printf): Make FORMAT const.Keith Seitz2013-03-071-1/+1
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-3/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar2012-09-251-6/+7
* 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-0/+42
* 2012-07-05 Hui Zhu <hui_zhu@mentor.com>Hui Zhu2012-07-051-45/+72
* Add target-side support for dynamic printf.Stan Shebs2012-07-021-0/+143
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0