Age | Commit message (Expand) | Author | Files | Lines |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -2/+2 |
2022-11-17 | Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.c | Carl Love | 1 | -61/+61 |
2022-11-16 | Bug fix in commit for printing the function return value for non-trivial values | Carl Love | 1 | -14/+16 |
2022-11-14 | PowerPC, fix support for printing the function return value for non-trivial v... | Carl Love | 1 | -4/+37 |
2022-11-11 | gdb: fix start breakpoint expression not working in some languages | Simon Marchi | 1 | -2/+7 |
2022-11-10 | gdb: make "start" breakpoint inferior-specific | Simon Marchi | 1 | -1/+7 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -3/+2 |
2022-10-10 | gdb/frame: Add reinflation method for frame_info_ptr | Bruno Larsen | 1 | -0/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -14/+14 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -2/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -2/+2 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -1/+1 |
2022-06-20 | Move finish_print out of value_print_options | Tom Tromey | 1 | -5/+10 |
2022-06-14 | Allow 'interrupt -a' in all-stop mode | Tom Tromey | 1 | -3/+0 |
2022-05-03 | gdb: add some additional thread status debug output | Andrew Burgess | 1 | -11/+8 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -2/+2 |
2022-04-20 | Replace symbol_objfile with symbol::objfile | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-04-07 | gdb: move struct reggroup into reggroups.h header | Andrew Burgess | 1 | -1/+1 |
2022-04-07 | gdb: remove reggroup_next and reggroup_prev | Andrew Burgess | 1 | -7/+7 |
2022-03-31 | gdb/infrun: add reason parameter to stop_all_threads | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -51/+51 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -14/+14 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -5/+5 |
2022-02-28 | Add more filename styling | Tom Tromey | 1 | -1/+2 |
2022-02-22 | Enable async mode in the target in attach_cmd. | John Baldwin | 1 | -0/+4 |
2022-02-15 | gdb: Respect the DW_CC_nocall attribute | Lancelot SIX | 1 | -0/+9 |
2022-02-15 | gdb: add a symbol* argument to get_return_value | Lancelot SIX | 1 | -6/+5 |
2022-02-11 | gdb: fix until behavior with trailing !is_stmt lines | Bruno Larsen | 1 | -0/+39 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -1/+1 |
2022-01-13 | gdb: add some extra debug information to attach_command | Andrew Burgess | 1 | -0/+12 |
2022-01-05 | Use filtered output in kill command | Tom Tromey | 1 | -4/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Consistently Use ui_file parameter to show callbacks | Tom Tromey | 1 | -3/+3 |
2021-12-07 | [gdb/symtab] Support -readnow during reread | Tom de Vries | 1 | -2/+2 |
2021-11-25 | gdb: introduce a new overload of target_can_async_p | Andrew Burgess | 1 | -1/+1 |
2021-11-08 | gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no... | Simon Marchi | 1 | -0/+4 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -2/+2 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -2/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -8/+6 |
2021-09-08 | gdb: make thread_suspend_state::stop_pc optional | Andrew Burgess | 1 | -1/+1 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -2/+2 |
2021-07-23 | gdb: make inferior::m_terminal an std::string | Simon Marchi | 1 | -4/+2 |
2021-07-23 | gdb: make inferior::m_cwd an std::string | Simon Marchi | 1 | -8/+6 |