Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | C++-ify parse_format_string | Tom Tromey | 1 | -13/+4 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -1/+2 |
2017-09-27 | Constify some commands in ax-gdb.c | Tom Tromey | 1 | -9/+4 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -1/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Stop assuming no-debug-info variables have type int | Pedro Alves | 1 | -6/+44 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -0/+22 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -9/+3 |
2017-07-14 | ax-gdb: Remove more unused arguments | Simon Marchi | 1 | -4/+2 |
2017-07-14 | ax-gdb: Remove unnecessary gdbarch parameters | Simon Marchi | 1 | -41/+37 |
2017-07-14 | ax-gdb: Remove two unused agent_expr *ax parameters | Simon Marchi | 1 | -8/+8 |
2017-07-14 | ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parameters | Simon Marchi | 1 | -91/+73 |
2017-04-12 | Add a constructor and destructor to linespec_result | Tom Tromey | 1 | -4/+1 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -5/+3 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -9/+12 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-24 | Do not use std::move when assigning an anonymous object to a unique_ptr. | John Baldwin | 1 | -4/+4 |
2016-11-09 | agent_expr_up: gdb::unique_ptr -> std::unique_ptr | Pedro Alves | 1 | -3/+3 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -91/+49 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -9/+6 |
2016-01-21 | gdb.trace: Fix string collection for 64-bit platforms. | Marcin KoĆcielnicki | 1 | -12/+11 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | Introduce ax_raw_byte and use it | Simon Marchi | 1 | -1/+1 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -2/+6 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -6/+6 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-07-08 | PR18617 - Incorrect expression bytecode generated for narrowing conversions | Robert O'Callahan | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-03-21 | * tracepoint.h (decode_agent_options): Add 'trace_string' | Tom Tromey | 1 | -56/+36 |
2013-03-20 | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 1 | -7/+7 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -1/+1 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -8/+10 |
2013-03-07 | * ax-gdb.c (gen_printf): Make FORMAT const. | Keith Seitz | 1 | -1/+1 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -3/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-09-25 | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 1 | -6/+7 |
2012-07-19 | PR exp/13206: | Tom Tromey | 1 | -0/+2 |
2012-07-19 | * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE. | Tom Tromey | 1 | -0/+42 |