summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArun Sharma <aruns@sharma.corp.google.com>2006-07-26 21:25:37 -0600
committerDavid Mosberger-Tang <davidm@koala.localdomain>2006-07-26 21:25:37 -0600
commit60b7af702ac56265798ec7202e05f0439c992360 (patch)
tree7b30030c1b44aff384660efed3732e1021d2c32c /src
parent3dfde7a3f089cf5c36ff7ed14d8d31034b5eafb8 (diff)
downloadlibunwind-60b7af702ac56265798ec7202e05f0439c992360.tar.gz
(dwarf_find_save_locs): Add a comment.
Now that dwarf_find_save_locs() not just finds the save-locations but also updates the cursor-state, document this fact (the function really is misnamed now).
Diffstat (limited to 'src')
-rw-r--r--src/dwarf/Gparser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwarf/Gparser.c b/src/dwarf/Gparser.c
index 9224f593..09e0a843 100644
--- a/src/dwarf/Gparser.c
+++ b/src/dwarf/Gparser.c
@@ -754,6 +754,8 @@ uncached_dwarf_find_save_locs (struct dwarf_cursor *c)
return 0;
}
+/* The function finds the saved locations and applies the register
+ state as well. */
HIDDEN int
dwarf_find_save_locs (struct dwarf_cursor *c)
{