public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdb: fix comment of get_displaced_stepping_state
@ 2020-10-20 20:11 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2020-10-20 20:11 UTC (permalink / raw)
  To: gdb-patches

The comment mentions PID instead of INF, fix that.

gdb/ChangeLog:

	* infrun.c (get_displaced_stepping_state): Fix comment.

Change-Id: Id9554807c50792db1fcdb7c14590397d1fa6f8f7
---
 gdb/ChangeLog | 4 ++++
 gdb/infrun.c  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 916342e79fc9..0089dc782929 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-20  Simon Marchi  <simon.marchi@polymtl.ca>
+
+	* infrun.c (get_displaced_stepping_state): Fix comment.
+
 2020-10-20  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help.
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 8ae39a2877b3..0a41bb31cc3b 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -1477,7 +1477,7 @@ step_over_info_valid_p (void)
 
 displaced_step_closure::~displaced_step_closure () = default;
 
-/* Get the displaced stepping state of process PID.  */
+/* Get the displaced stepping state of inferior INF.  */
 
 static displaced_step_inferior_state *
 get_displaced_stepping_state (inferior *inf)
-- 
2.28.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-20 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 20:11 [pushed] gdb: fix comment of get_displaced_stepping_state Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).