[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: |
Tommi Rantala |
Subject: |
Re: [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtrace()' |
Date: |
Mon, 10 Sep 2012 16:15:53 +0300 |
2012/9/9 Arun Sharma <address@hidden>:
> 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?
Good idea, I'll write something about this.
>> +.PP
>> +David Mosberger\-Tang
>> +.br
>> +Email: address@hidden
>
> Please list Lassi Tuura <address@hidden> as a co-author here.
Lassi, do you want to be personally attributed, or shall all the
credit go to your employer similar to the copyright notices in the
source files?
Tommi
- [Libunwind-devel] [PATCH 03/19] HPPA: fix common_init() bitrot, (continued)
- [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
- [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
[Libunwind-devel] [PATCH 15/19] Implement _UCD_access_reg() for ARM, Tommi Rantala, 2012/09/05