diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 14:56:09 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 16:32:00 -0500 |
commit | 287de65625a667b6403d0606fa75b67926ec7230 (patch) | |
tree | a4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/infrun.c | |
parent | 2562954ede66f32bff7d985e752b8052c2ae5775 (diff) | |
download | gdb-287de65625a667b6403d0606fa75b67926ec7230.zip gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.bz2 |
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places.
Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index ab77300..33aa0c8 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -693,7 +693,7 @@ holding the child stopped. Try \"set detach-on-fork\" or \ if (child_inf != nullptr) { /* If FOLLOW_CHILD, we leave CHILD_INF as the current inferior - (do not restore the parent as the current inferior). */ + (do not restore the parent as the current inferior). */ gdb::optional<scoped_restore_current_thread> maybe_restore; if (!follow_child) @@ -3089,7 +3089,7 @@ scoped_disable_commit_resumed::reset () if (m_prev_enable_commit_resumed) { /* This is the outermost instance, re-enable - COMMIT_RESUMED_STATE on the targets where it's possible. */ + COMMIT_RESUMED_STATE on the targets where it's possible. */ maybe_set_commit_resumed_all_targets (); } else @@ -5878,7 +5878,7 @@ handle_inferior_event (struct execution_control_state *ecs) if (should_resume) { /* Never call switch_back_to_stepped_thread if we are waiting for - vfork-done (waiting for an external vfork child to exec or + vfork-done (waiting for an external vfork child to exec or exit). We will resume only the vforking thread for the purpose of collecting the vfork-done event, and we will restart any step once the critical shared address space window is done. */ @@ -7518,7 +7518,7 @@ process_event_stop_test (struct execution_control_state *ecs) return; } else if (get_frame_id (get_current_frame ()) - == ecs->event_thread->control.step_frame_id) + == ecs->event_thread->control.step_frame_id) { /* We are not at the start of a statement, and we have not changed frame. |