Age | Commit message (Expand) | Author | Files | Lines |
2019-05-22 | Constify target_ops::follow_exec | Tom Tromey | 1 | -1/+1 |
2019-04-18 | [gdb] Handle vfork in thread with follow-fork-mode child | Tom de Vries | 1 | -17/+14 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -7/+7 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -21/+14 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+2 |
2019-04-01 | Fix internal error and improve 'set debug infrun 1'/target wait kind trace | Philippe Waroquiers | 1 | -62/+16 |
2019-03-28 | Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.exp | Philippe Waroquiers | 1 | -0/+4 |
2019-03-20 | Merge handle_inferior_event and handle_inferior_event_1 | Tom Tromey | 1 | -17/+6 |
2019-03-19 | Don't show "display"s twice in MI | Tom Tromey | 1 | -2/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -60/+63 |
2019-03-07 | Fix normal_stop latent bug | Pedro Alves | 1 | -1/+2 |
2019-03-06 | Change displaced_step_clear_cleanup to a forward_scope_exit | Tom Tromey | 1 | -19/+11 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -6/+1 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -12/+8 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -27/+15 |
2019-01-23 | Update an obsolete cleanup comment | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Remove remaining cleanup from fetch_inferior_event | Tom Tromey | 1 | -100/+102 |
2019-01-23 | Remove cleanup from stop_all_threads | Tom Tromey | 1 | -12/+1 |
2019-01-23 | Remove make_bpstat_clear_actions_cleanup | Tom Tromey | 1 | -3/+3 |
2019-01-23 | Remove delete_just_stopped_threads_infrun_breakpoints_cleanup | Tom Tromey | 1 | -16/+5 |
2019-01-02 | Place displaced step data directly in inferior structure | Simon Marchi | 1 | -122/+20 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-12 | gdb/infcall: Make infcall_suspend_state into a class | Andrew Burgess | 1 | -53/+81 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -131/+91 |
2018-11-22 | Fix follow_exec latent problem | Pedro Alves | 1 | -5/+1 |
2018-11-19 | Remove displaced_step_inferior_state::next | Simon Marchi | 1 | -3/+0 |
2018-11-19 | Use std::forward_list for displaced_step_inferior_states | Simon Marchi | 1 | -45/+35 |
2018-10-23 | Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368) | Simon Marchi | 1 | -4/+6 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -10/+8 |
2018-09-17 | Make save_infcall_*_state return unique pointers | Tom Tromey | 1 | -7/+6 |
2018-09-17 | Remove release_stop_context_cleanup | Tom Tromey | 1 | -41/+33 |
2018-09-17 | Remove two infrun cleanups | Tom Tromey | 1 | -26/+0 |
2018-09-17 | Use new and delete for struct infcall_control_state | Tom Tromey | 1 | -7/+6 |
2018-09-17 | Remove cleanup from infrun.c | Tom Tromey | 1 | -18/+11 |
2018-09-17 | Use new and delete for struct infcall_suspend_state | Tom Tromey | 1 | -5/+5 |
2018-08-23 | Introduce find_function_entry_range_from_pc and use it in infrun.c | Kevin Buettner | 1 | -3/+4 |
2018-08-09 | gdb: Make infrun.c:resume function static | Andrew Burgess | 1 | -7/+5 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -12/+12 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -6/+6 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -14/+14 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -9/+9 |
2018-07-03 | Remove exit_inferior_num_silent | Tom Tromey | 1 | -1/+1 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -46/+69 |
2018-06-28 | Fix follow-exec regression / crash | Pedro Alves | 1 | -2/+2 |