gdb/
* linespec.c (decode_line_internal): Fix comment correctness.
This commit is contained in:
parent
fb4914b0e6
commit
e871429d8d
@ -1,3 +1,7 @@
|
||||
2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* linespec.c (decode_line_internal): Fix comment correctness.
|
||||
|
||||
2012-02-09 Valery Khromov <valery.khromov@gmail.com>
|
||||
|
||||
PR gdb/12953
|
||||
|
@ -903,7 +903,7 @@ decode_line_internal (struct linespec_state *self, char **argptr)
|
||||
|
||||
/* Locate the end of the first half of the linespec.
|
||||
After the call, for instance, if the argptr string is "foo.c:123"
|
||||
p will point at "123". If there is only one part, like "foo", p
|
||||
p will point at ":123". If there is only one part, like "foo", p
|
||||
will point to "". If this is a C++ name, like "A::B::foo", p will
|
||||
point to "::B::foo". Argptr is not changed by this call. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user