aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-09-03 10:07:46 +0200
committerJoel Brobecker <brobecker@adacore.com>2014-09-03 10:10:41 +0200
commitd14378154883eb1ae5373e7a73edcc9d97e62634 (patch)
treec9e1d61d41c0951015f1c15b3152852479b0f6c0 /gdb/dwarf2loc.h
parent7db018e4e0030026256f30bc1fb02c9f18c2d677 (diff)
downloadgdb-d14378154883eb1ae5373e7a73edcc9d97e62634.zip
gdb-d14378154883eb1ae5373e7a73edcc9d97e62634.tar.gz
gdb-d14378154883eb1ae5373e7a73edcc9d97e62634.tar.bz2
Fix dwarf2loc.h::dwarf2_evaluate_property function description.
gdb/ChangeLog: * dwarf2loc.h (dwarf2_evaluate_property): Minor function description fix.
Diffstat (limited to 'gdb/dwarf2loc.h')
-rw-r--r--gdb/dwarf2loc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h
index 04e2792..96925e4 100644
--- a/gdb/dwarf2loc.h
+++ b/gdb/dwarf2loc.h
@@ -90,8 +90,8 @@ struct value *dwarf2_evaluate_loc_desc (struct type *type,
size_t size,
struct dwarf2_per_cu_data *per_cu);
-/* Converts a dynamic property into a static one. ADDR is the address of
- the object currently being evaluated and might be nedded.
+/* Converts a dynamic property into a static one. ADDRESS is the address
+ of the object currently being evaluated and might be nedded.
Returns 1 if PROP could be converted and the static value is passed back
into VALUE, otherwise returns 0. */