Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-10-10 | gdb: add infcall specific debugging | Andrew Burgess | 1 | -0/+68 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -10/+10 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -6/+6 |
2022-09-11 | [gdb/symtab] Fix handling of DW_TAG_unspecified_type | Tom de Vries | 1 | -1/+1 |
2022-07-18 | Remove ui_register_input_event_handler | Tom Tromey | 1 | -3/+3 |
2022-06-24 | gdb: make use of RAII in run_inferior_call | Andrew Burgess | 1 | -14/+11 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -15/+15 |
2022-02-15 | gdb: Respect the DW_CC_nocall attribute | Lancelot SIX | 1 | -0/+5 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 1 | -21/+28 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -3/+3 |
2021-06-25 | gdb: fix invalid arg coercion when calling static member functions | Andrew Burgess | 1 | -2/+2 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -5/+4 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -14/+14 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -2/+2 |
2020-09-16 | gdb: Convert language_data::c_style_arrays to a method | Andrew Burgess | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_GNU_IFUNC | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_PROTOTYPED | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -4/+4 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -5/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -12/+12 |
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 |