aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@linaro.org>2019-11-27 17:25:05 -0300
committerLuis Machado <luis.machado@linaro.org>2019-12-02 11:22:09 -0300
commit7532a164d5391fe4832da9f7e492dd0dd6da6dce (patch)
treeb73ae8b97410f74ece98f42a6a2e3616c47a636a
parent6dc4379b0d6bff0d6117b3b7432b80daf7f2b462 (diff)
downloadgdb-7532a164d5391fe4832da9f7e492dd0dd6da6dce.zip
gdb-7532a164d5391fe4832da9f7e492dd0dd6da6dce.tar.gz
gdb-7532a164d5391fe4832da9f7e492dd0dd6da6dce.tar.bz2
Remove stale FIXME comment
While debugging something, i noticed this odd FIXME comment. It seems stale and therefore here's a patch removing it. gdb/ChangeLog: 2019-12-02 Luis Machado <luis.machado@linaro.org> * infrun.c (follow_fork_inferior): Remove outdated FIXME comment. Change-Id: I2436ca4ae4a6741012cafe8123325f738b692c9c
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infrun.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1465c75..b8cb710 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-02 Luis Machado <luis.machado@linaro.org>
+
+ * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
+
2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
* dwarf2read.c (read_tag_string_type): Read the fields required to
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 3718674..6a346d6 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -432,7 +432,6 @@ follow_fork_inferior (int follow_child, int detach_fork)
Can not resume the parent process over vfork in the foreground while\n\
holding the child stopped. Try \"set detach-on-fork\" or \
\"set schedule-multiple\".\n"));
- /* FIXME output string > 80 columns. */
return 1;
}