blob: 2c05bc234a7099834bbf7012226c23eaa004f850 [file] [log] [blame]
mostang.com!davidm9eb9f312003-04-01 07:19:34 +00001'\" t
David Mosberger-Tang75f34cc2007-08-22 12:49:08 -06002.\" Manual page created with latex2man on Thu Aug 16 09:44:44 MDT 2007
mostang.com!davidm9eb9f312003-04-01 07:19:34 +00003.\" NOTE: This file is generated, DO NOT EDIT.
4.de Vb
5.ft CW
6.nf
7..
8.de Ve
9.ft R
10
11.fi
12..
David Mosberger-Tang75f34cc2007-08-22 12:49:08 -060013.TH "UNW\\_FLUSH\\_CACHE" "3" "16 August 2007" "Programming Library " "Programming Library "
mostang.com!davidm9eb9f312003-04-01 07:19:34 +000014.SH NAME
15unw_flush_cache
16\-\- flush cached info
17.PP
18.SH SYNOPSIS
19
20.PP
21#include <libunwind.h>
22.br
23.PP
24void
25unw_flush_cache(unw_addr_space_t
26as,
27unw_word_t
28lo,
29unw_word_t
30hi);
31.br
32.PP
33.SH DESCRIPTION
34
35.PP
36The unw_flush_cache()
37routine flushes all cached info as it
38relates to address\-range lo
39to hi
40(non\-inclusive) in the
41target address\-space as\&.
42In addition, all info cached for
43address\-space as
44that is not tied to a particular code\-range is
45also flushed. For example, the address of the dynamic registration
46list is not tied to a code\-range and its cached value (if any) is
47flushed by a call to this routine. The address range specified by
48lo
49and hi
50should be understood as a hint:
51unw_flush_cache()
52may flush more information than requested,
53but \fInever\fP
54less. In other words, unw_flush_cache()
55may
56overflush, but not underflush.
57.PP
58As a special case, if arguments lo
59and hi
60are both 0, all
61information cached on behalf of address space as
62is flushed.
63.PP
64.SH RETURN VALUE
65
66.PP
67The unw_flush_cache()
68routine cannot fail and does not
69return a value.
70.PP
71.SH THREAD AND SIGNAL SAFETY
72
73.PP
74The unw_flush_cache()
75routine is thread\-safe as well as safe to
76use from a signal handler.
77.PP
78.SH SEE ALSO
79
80.PP
81libunwind(3),
82unw_set_caching_policy(3)
83.PP
84.SH AUTHOR
85
86.PP
87David Mosberger\-Tang
mostang.com!davidm9eb9f312003-04-01 07:19:34 +000088.br
David Mosberger-Tang75f34cc2007-08-22 12:49:08 -060089Email: \fBdmosberger@gmail.com\fP
90.br
91WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
mostang.com!davidm9eb9f312003-04-01 07:19:34 +000092.\" NOTE: This file is generated, DO NOT EDIT.