Deleted Added
full compact
uwx_step.h (129059) uwx_step.h (160157)
1/*
1/*
2Copyright (c) 2003 Hewlett-Packard Development Company, L.P.
2Copyright (c) 2003-2006 Hewlett-Packard Development Company, L.P.
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the
9Software is furnished to do so, subject to the following
10conditions:

--- 9 unchanged lines hidden (view full) ---

20WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22OTHER DEALINGS IN THE SOFTWARE.
23*/
24
25#define UVECSIZE 20 /* Size of uvec supplied by unwind engine */
26 /* for callback's use. */
27
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the
9Software is furnished to do so, subject to the following
10conditions:

--- 9 unchanged lines hidden (view full) ---

20WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22OTHER DEALINGS IN THE SOFTWARE.
23*/
24
25#define UVECSIZE 20 /* Size of uvec supplied by unwind engine */
26 /* for callback's use. */
27
28extern int uwx_lookupip_hook(int request, uint64_t ip, intptr_t tok,
29 uint64_t **vecp, size_t uvecsize);
30extern int uwx_restore_markers(struct uwx_env *env);
28extern int uwx_restore_markers(struct uwx_env *env);