Unix and Linux Discussions Tagged with environment |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
3,747 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
6,637 |
Shell Programming and Scripting |
|
|
|
1 |
25,590 |
Solaris |
|
|
|
1 |
4,667 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
34,636 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,971 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
18,370 |
Solaris |
|
|
|
10 |
5,247 |
Shell Programming and Scripting |
|
|
|
2 |
3,957 |
Shell Programming and Scripting |
|
|
|
2 |
11,845 |
Windows & DOS: Issues & Discussions |
|
|
|
3 |
2,461 |
Shell Programming and Scripting |
|
|
|
17 |
6,264 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,561 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,611 |
Shell Programming and Scripting |
|
|
|
4 |
2,534 |
Shell Programming and Scripting |
|
|
|
3 |
1,837 |
Shell Programming and Scripting |
|
|
|
2 |
3,018 |
Shell Programming and Scripting |
|
|
|
4 |
8,258 |
Solaris |
|
|
|
1 |
4,881 |
Shell Programming and Scripting |
|
|
|
1 |
1,807 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
55,836 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,974 |
Shell Programming and Scripting |
|
|
|
7 |
6,895 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,577 |
Software Releases - RSS News |
|
|
|
0 |
1,759 |
Software Releases - RSS News |
|
|
|
0 |
1,531 |
Software Releases - RSS News |
|
|
|
0 |
1,503 |
UNIX and Linux RSS News |
|
|
|
0 |
1,866 |
UNIX and Linux RSS News |
|
|
|
6 |
26,996 |
Shell Programming and Scripting |
|
|
|
6 |
3,313 |
Shell Programming and Scripting |
|
|
|
0 |
1,348 |
Software Releases - RSS News |
|
|
|
0 |
1,829 |
Oracle Updates (RSS) |
|
|
|
2 |
1,687 |
Shell Programming and Scripting |
|
|
|
1 |
3,410 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
4,133 |
High Performance Computing |
|
|
|
0 |
2,875 |
UNIX and Linux RSS News |
|
|
|
0 |
2,082 |
UNIX and Linux RSS News |
|
|
|
3 |
19,103 |
IP Networking |
|
|
|
0 |
1,534 |
Software Releases - RSS News |
|
|
|
0 |
1,748 |
Oracle Updates (RSS) |
uwx_init(3X) uwx_init(3X)
NAME
uwx_init() - create and initialize an unwind environment
SYNOPSIS
DESCRIPTION
is part of the Unwind Express Library for Integrity systems; see uwx(3X). allocates and initializes a new unwind environment object for
use by the Unwind Express Library. The unwind environment is an opaque structure that is used by all other entry points in the Unwind
Express Library.
An unwind environment, once allocated, may be used for many stack unwind operations. Each call to prepares the unwind environment for a
new stack unwind operation.
When the application is finished using the unwind environment, it should call to dispose of the memory used.
RETURN VALUE
returns a pointer to the unwind environment object if successful; it returns a NULL pointer if the unwind environment could not be allo-
cated.
AUTHOR
The Unwind Express Library was developed by Hewlett-Packard.
SEE ALSO
uwx(3X), uwx_add_to_bsp(3X), uwx_find_source_info(3X), uwx_find_symbol(3X), uwx_free(3X), uwx_get_abi_context_code(3X), uwx_get_func-
start(3X), uwx_get_module_info(3X), uwx_get_nat(3X), uwx_get_reg(3X), uwx_get_source_info(3X), uwx_get_sym_info(3X), uwx_init_context(3X),
uwx_register_alloc_cb(3X), uwx_register_callbacks(3X), uwx_release_symbol_cache(3X), uwx_self_do_context_frame(3X), uwx_self_free_info(3X),
uwx_self_init_context(3X), uwx_self_init_info(3X), uwx_set_nofr(3X), uwx_set_remote(3X), uwx_step(3X), uwx_step_inline(3X).
Integrity Systems Only uwx_init(3X)