Age | Commit message (Expand) | Author | Files | Lines |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -143/+143 |
2022-02-22 | Don't enable async mode at the end of target ::resume methods. | John Baldwin | 1 | -10/+0 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-23 | gdb: make use of SCOPE_EXIT to manage thread executing state | Andrew Burgess | 1 | -3/+5 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+7 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -17/+19 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -2/+1 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -2/+2 |
2021-05-27 | gdb: remove iterate_over_bp_locations function | Simon Marchi | 1 | -16/+10 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -31/+38 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -3/+3 |
2021-04-22 | gdb: use function_view for iterate_over_bp_locations' callback | Simon Marchi | 1 | -1/+1 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -4/+6 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -2/+2 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-02-04 | gdb: make record-full clear async handler in wait | Simon Marchi | 1 | -1/+2 |
2021-02-04 | gdb: make async event handlers clear themselves | Simon Marchi | 1 | -0/+1 |
2021-01-13 | gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.c | Simon Marchi | 1 | -10/+0 |
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 | -97/+97 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -1/+1 |
2020-10-12 | build_section_table cannot fail | Tom Tromey | 1 | -7/+1 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -19/+14 |
2020-10-02 | gdb: give names to async event/signal handlers | Simon Marchi | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -3/+3 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -1/+1 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -25/+6 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -0/+1 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -2/+9 |
2020-01-10 | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 1 | -2/+2 |
2020-01-10 | Don't rely on inferior_ptid in record_full_wait | Pedro Alves | 1 | -1/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -6/+5 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -3/+3 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -1/+1 |
2019-01-01 | Fix leak in record-full.c | Philippe Waroquiers | 1 | -8/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -3/+2 |