[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtra
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtrace()' |
Date: |
Sat, 8 Sep 2012 21:29:16 -0700 |
On Wed, Sep 5, 2012 at 4:50 AM, Tommi Rantala <address@hidden> wrote:
> +.PP
> +unw_backtrace()
> +is a convenient routine for obtaining the backtrace for
> +the calling program.
Could you also mention that on some architectures (eg: x86_64),
libunwind uses a higher performance method where only a minimal subset
of the machine context is used for unwinding? Also, in unusual cases
where the compiler spills the minimal subset above to another
register, we fall back to the normal unwinding method which uses the
full machine state.
> +.PP
> +David Mosberger\-Tang
> +.br
> +Email: address@hidden
Please list Lassi Tuura <address@hidden> as a co-author here.
-Arun
- [Libunwind-devel] [PATCH 02/19] Check __builtin___clear_cache() at configuration time, (continued)
- [Libunwind-devel] [PATCH 02/19] Check __builtin___clear_cache() at configuration time, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 03/19] HPPA: fix common_init() bitrot, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 01/19] Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 05/19] PPC: return failure from the unw_get_proc_info() stub, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 06/19] Remove free() NULL pointer checks in load_debug_frame() error path, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 08/19] Rename `backtrace' to `do_backtrace' in tests/Gtest-init.cxx, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 07/19] Eliminate one heap allocation in dwarf_find_debug_frame(), Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 09/19] Check correct variable for offset in tests/Gtest-init.cxx, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 11/19] Do not print garbage proc info in tests/Gtest-bt.c, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtrace()', Tommi Rantala, 2012/09/05
- Re: [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtrace()',
Arun Sharma <=
- [Libunwind-devel] [PATCH 12/19] Avoid LLVM -Wunused-value warning in src/dwarf/Gexpr.c, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 13/19] Remove AC_FUNC_MEMCMP check from configure.in, Tommi Rantala, 2012/09/05
- [Libunwind-devel] [PATCH 10/19] Change test-varargs to check libunwind backtracing, Tommi Rantala, 2012/09/05
[Libunwind-devel] [PATCH 16/19] ARM: invalidate proc info after non-dwarf unw_step(), Tommi Rantala, 2012/09/05