Age | Commit message (Expand) | Author | Files | Lines |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -2/+2 |
2019-04-04 | Remove parser_state "initial_size" parameter | Tom Tromey | 1 | -4/+3 |
2019-04-04 | Make increase_expout_size static | Tom Tromey | 1 | -2/+7 |
2019-03-24 | More block constification | Tom Tromey | 1 | -2/+1 |
2019-03-23 | Have parser reset the innermost block tracker | Tom Tromey | 1 | -19/+12 |
2019-03-06 | gdb/fortran: Add Fortran 'kind' intrinsic and keyword | Andrew Burgess | 1 | -0/+1 |
2019-01-06 | Use std::vector in type stacks | Tom Tromey | 1 | -18/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -3/+3 |
2018-10-03 | Avoid undefined behavior in ada_operator_length | Tom Tromey | 1 | -1/+5 |
2018-08-28 | Implement struct type_stack with a vector | Simon Marchi | 1 | -69/+43 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -2/+1 |
2018-04-27 | Add inclusive range support for Rust | Tom Tromey | 1 | -0/+2 |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -26/+19 |
2018-02-21 | Remove a cleanup from parse_expression_for_completion | Tom Tromey | 1 | -16/+14 |
2018-01-21 | gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up | Andrew Burgess | 1 | -2/+7 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -1/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -40/+37 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -9/+2 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -74/+17 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-06 | Change funcall_chain to be a std::vector | Tom Tromey | 1 | -39/+7 |
2017-09-06 | Fix accessing TLS variables with no debug info | Jan Kratochvil | 1 | -2/+10 |
2017-09-04 | Make "p S::method() const::static_var" work too | Pedro Alves | 1 | -3/+30 |
2017-09-04 | Handle "p S::method()::static_var" in the C++ parser | Pedro Alves | 1 | -0/+6 |
2017-09-04 | Eliminate UNOP_MEMVAL_TLS | Pedro Alves | 1 | -10/+0 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -32/+49 |
2017-08-03 | Remove make_cleanup_restore_current_language | Tom Tromey | 1 | -11/+7 |
2017-03-20 | Support rvalue reference type in parser | Artemiy Volkov | 1 | -17/+22 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -1/+1 |
2017-03-14 | Make length_of_subexp static | Simon Marchi | 1 | -1/+1 |
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 | -1/+1 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -1/+1 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -30/+20 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+8 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -4/+4 |
2015-03-26 | dtrace-probe: Handle error while parsing probe argument. | Joel Brobecker | 1 | -0/+22 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+6 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -1/+6 |