Fix the documentation of valprint.c:value_print.
* valprint.c (value_print): Update the function description to mention that the syntax of the output follows the current_language, not necessarily C.
This commit is contained in:
parent
567995e103
commit
7348c5e1e3
@ -1,3 +1,10 @@
|
|||||||
|
2010-01-09 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
Fix the documentation of valprint.c:value_print.
|
||||||
|
* valprint.c (value_print): Update the function description to
|
||||||
|
mention that the syntax of the output follows the current_language,
|
||||||
|
not necessarily C.
|
||||||
|
|
||||||
2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Fix displacement of separate debug info files.
|
Fix displacement of separate debug info files.
|
||||||
|
@ -366,10 +366,11 @@ common_val_print (struct value *val, struct ui_file *stream, int recurse,
|
|||||||
stream, recurse, options, language);
|
stream, recurse, options, language);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print the value VAL in C-ish syntax on stream STREAM according to
|
/* Print on stream STREAM the value VAL according to OPTIONS. The value
|
||||||
OPTIONS.
|
is printed using the current_language syntax.
|
||||||
If the object printed is a string pointer, returns
|
|
||||||
the number of string bytes printed. */
|
If the object printed is a string pointer, return the number of string
|
||||||
|
bytes printed. */
|
||||||
|
|
||||||
int
|
int
|
||||||
value_print (struct value *val, struct ui_file *stream,
|
value_print (struct value *val, struct ui_file *stream,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user