summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08C++-ify parse_format_stringTom Tromey
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-09-27Constify some commands in ax-gdb.cTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-07-14ax-gdb: Remove more unused argumentsSimon Marchi
2017-07-14ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi
2017-07-14ax-gdb: Remove two unused agent_expr *ax parametersSimon Marchi
2017-07-14ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parametersSimon Marchi
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-01-21gdb.trace: Fix string collection for 64-bit platforms.Marcin Koƛcielnicki
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-27Introduce ax_raw_byte and use itSimon Marchi
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-07-08PR18617 - Incorrect expression bytecode generated for narrowing conversionsRobert O'Callahan
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-18constify struct block in some placesTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-03-21 * tracepoint.h (decode_agent_options): Add 'trace_string'Tom Tromey
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz
2013-03-07 * ax-gdb.c (gen_printf): Make FORMAT const.Keith Seitz
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar
2012-07-19 PR exp/13206:Tom Tromey
2012-07-19 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey