projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85df945
)
gdb: adjust comment on target_desc_info::from_user_p
author
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 6 Feb 2023 19:12:27 +0000
(14:12 -0500)
committer
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 6 Feb 2023 19:12:27 +0000
(14:12 -0500)
Remove the stale reference to INFO, which is now "this target
description info" now.
Change-Id: I35dbdb089048ed7cfffe730d3134ee391b176abf
gdb/inferior.h
patch
|
blob
|
history
diff --git
a/gdb/inferior.h
b/gdb/inferior.h
index bac483f0f78d2e76d4b9ba314fc05411619751d5..72034cc4ffbc77909aa6e48d7c71aed6017daaff 100644
(file)
--- a/
gdb/inferior.h
+++ b/
gdb/inferior.h
@@
-345,7
+345,7
@@
extern void switch_to_inferior_no_thread (inferior *inf);
struct target_desc_info
{
- /* Returns true if
INFO indicates the target description had
been supplied by
+ /* Returns true if
this target description information has
been supplied by
the user. */
bool from_user_p ()
{ return !this->filename.empty (); }