This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] rudimentary infrun debugging


Eli Zaretskii wrote:
Date: Fri, 5 Nov 2004 17:29:38 -0800
From: Randolph Chung <randolph@tausq.org>
Cc: gdb-patches@sources.redhat.com

+@item set debug infrun
+@cindex inferior debugging info
+Turns on or off display of @value{GDBN} debugging info for running the inferior.
+The default is off.


Could you please add a sentence or two describing what info is
printed?  (Some of the other "set debug ..." commands have such a
description, which you could use as an example.)  I think "debugging
info for running the inferior" is not very descriptive, and will leave
the reader wondering in what situation it is useful.

FYI, it's something like:


@file{infrun.c} contains GDB's runtime state machine used for implementing operations such as single-stepping the inferior.

Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]