We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85df945 commit f9b6775Copy full SHA for f9b6775
gdb/inferior.h
@@ -345,7 +345,7 @@ extern void switch_to_inferior_no_thread (inferior *inf);
345
346
struct target_desc_info
347
{
348
- /* Returns true if INFO indicates the target description had been supplied by
+ /* Returns true if this target description information has been supplied by
349
the user. */
350
bool from_user_p ()
351
{ return !this->filename.empty (); }
0 commit comments