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:
2b69325
)
gdb: fix parenthesis position in comment
author
Simon Marchi
<simon.marchi@polymtl.ca>
Fri, 24 Feb 2023 17:31:39 +0000
(12:31 -0500)
committer
Simon Marchi
<simon.marchi@polymtl.ca>
Fri, 24 Feb 2023 17:31:39 +0000
(12:31 -0500)
Change-Id: I535b597ab4482378910570d8dd69c090419941eb
gdb/value.c
patch
|
blob
|
history
diff --git
a/gdb/value.c
b/gdb/value.c
index 9d5e694e574664faba443c0fbe5556a0958f9ff8..10a7ce033fdaf9adb217059c35d3dd28649e80aa 100644
(file)
--- a/
gdb/value.c
+++ b/
gdb/value.c
@@
-1857,7
+1857,7
@@
struct internalvar
};
/* Use std::map, a sorted container, to make the order of iteration (and
- therefore the output of "show convenience"
stable)
. */
+ therefore the output of "show convenience"
) stable
. */
static std::map<std::string, internalvar> internalvars;