Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-20 | infcall: handle pass-by-reference arguments appropriately | Tankut Baris Aktemur | 1 | -3/+124 |
2019-12-20 | infcall, c++: allow more info to be computed for pass-by-reference values | Tankut Baris Aktemur | 1 | -1/+2 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-23 | infcall: refactor 'call_function_by_hand_dummy' | Tankut Baris Aktemur | 1 | -25/+39 |
2019-10-23 | infcall: remove unused parameter in 'value_arg_coerce' | Tankut Baris Aktemur | 1 | -5/+3 |
2019-10-23 | infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot | Tankut Baris Aktemur | 1 | -20/+21 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -1/+1 |
2019-04-27 | Implement show | set may-call-functions [on|off] | Philippe Waroquiers | 1 | -0/+26 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -3/+3 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-06 | Fortran function calls with arguments | Richard Bunt | 1 | -2/+5 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -60/+41 |
2019-01-23 | Remove cleanup_delete_std_terminate_breakpoint | Tom Tromey | 1 | -11/+2 |
2019-01-02 | Fix leak of struct call_thread_fsm in call_function_by_hand_dummy. | Philippe Waroquiers | 1 | -2/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -14/+15 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+1 |
2018-11-16 | Use enum for return method for dummy calls | Alan Hayward | 1 | -18/+11 |
2018-09-17 | Remove two infrun cleanups | Tom Tromey | 1 | -25/+14 |
2018-09-14 | Remove an unnecessary block in call_function_by_hand_dummy | Tom Tromey | 1 | -39/+35 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -6/+4 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -33/+33 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -3/+4 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -2/+2 |
2018-04-26 | Calling ifunc functions when target has no debug info but resolver has | Pedro Alves | 1 | -32/+34 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-03-08 | Change enable_thread_stack_temporaries to an RAII class | Tom Tromey | 1 | -5/+2 |
2018-02-21 | Remove a cleanup from call_function_by_hand_dummy | Tom Tromey | 1 | -13/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-04 | Introduce gdb_breakpoint_up | Tom Tromey | 1 | -2/+3 |
2017-10-19 | Remove cleanup from call_function_by_hand_dummy | Tom Tromey | 1 | -8/+6 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -4/+45 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -6/+5 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+2 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -1/+1 |