History log of /external/libunwind/src/ptrace/_UPT_internal.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a9b5b10f23fe0f55e39fece22d5d4bfdf7f3bdfe 19-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Set `_UPT_reg_offset' read only

We do not modify `_UPT_reg_offset', so let's set it `const'. Given that
the array is exported, it's technically possible that some library user
is actually modifying the content, but does not seem really all that
likely.
/external/libunwind/src/ptrace/_UPT_internal.h
6525714c270c6521389b657793bd7147eeffa4f0 13-Mar-2012 Arun Sharma <asharma@fb.com> Move some dwarf functionality from ptrace to dwarf

Move ptrace-independent code from src/ptrace/_UPT_find_proc_info.c
to src/dwarf/{G,L}find_unwind_table.c. Name this moved function
dwarf_find_unwind_table().

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/libunwind/src/ptrace/_UPT_internal.h
25ee9f81727616f3269032c52483e4421d451291 13-Mar-2012 Arun Sharma <asharma@fb.com> Introduce struct elf_dyn_info

This is a common part of struct UPT_info
and struct UCD_info (to be introduced later).
Make _UPTi_find_unwind_table function operate only on this part
of struct UPT_info.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/libunwind/src/ptrace/_UPT_internal.h
197571915c70b9ccd0978c13f12acb2a5f3058d4 11-Oct-2011 Ken Werner <ken.werner@linaro.org> Change _UPTi_find_unwind_table to return an integer.

This keeps the definition on IA64 and all the other architectures in sync with
the declaration of _UPTi_find_unwind_table. This also mimics the behaviour of
what's done for local unwinding and allows the function to provide more than
one way to undwind.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
/external/libunwind/src/ptrace/_UPT_internal.h
962366dace4fed902ad5e89df1b34c13c3224b8b 23-Sep-2011 Arun Sharma <asharma@fb.com> Fixup compile errors on ia64.

Suggested-by: Harald Servat <harald.servat@bsc.es>
/external/libunwind/src/ptrace/_UPT_internal.h
d83846f120596ea60f74816947deceb93d0a8944 20-Jul-2011 Ken Werner <ken.werner@linaro.org> ARM: Initial support for remote unwinding using libunwind-ptrace

Change _UPTi_find_unwind_table to also look for the ARM specific unwind
information. Adjust the ARM unwind code to read memory using the accessor
routines.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
/external/libunwind/src/ptrace/_UPT_internal.h
b317cb48296ca3837b403782c317f6214a54a7fa 20-Jul-2011 Ken Werner <ken.werner@linaro.org> Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame.

This changes the behavior of libunwind-ptrace to what we do for local
unwinding.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
/external/libunwind/src/ptrace/_UPT_internal.h
e003e44a372df5c632137251449b0594f0ca4bc5 16-Jun-2011 Joel Brobecker <brobecker@adacore.com> Check for <sys/ptrace.h> before including it

On ia64-hpux version 11.31, <sys/ptrace.h> has been removed.
This patch adds a configure check for this header file, and only
includes <sys/ptrace.h> if it exists.
/external/libunwind/src/ptrace/_UPT_internal.h
8ee7b1762ed76957a86d6c84a1d34ee49eda37a3 15-May-2010 Arun Sharma <arun@sharma-home.net> Add ip argument to _UPTi_find_unwind_table.

Signed-off-by: Andris Zeila <andris.zeila@accenture.com>
/external/libunwind/src/ptrace/_UPT_internal.h
d11456ffbf6dd6f556eb3bc64e8a368e7e3381c5 06-Mar-2010 Konstantin Belousov <kostik@pooma.home> Code to read/write fpregs on FreeBSD
/external/libunwind/src/ptrace/_UPT_internal.h
905034ce728e84b2a1652ac4b44a2d8a5147a0d1 05-Mar-2010 Konstantin Belousov <kostik@pooma.home> Initial attempt at the build infrastructure for FreeBSD.
/external/libunwind/src/ptrace/_UPT_internal.h
07b01ad205162a93dab42722caaa4dbb7ba43b3f 20-May-2005 hp.com!davidm <hp.com!davidm> Include "libunwind_i.h" instead of "tdep.h" and "internal.h".

(Logical change 1.294)
/external/libunwind/src/ptrace/_UPT_internal.h
16583d8ff6a1b968ce23633f8eb196716ac69fa8 30-Jan-2004 hp.com!davidm <hp.com!davidm> Rename: src/_UPT_internal.h -> src/ptrace/_UPT_internal.h

(Logical change 1.162)
/external/libunwind/src/ptrace/_UPT_internal.h
b88369b8314dc8e8fe617184b07527fb34b66f22 30-Jan-2004 hp.com!davidm <hp.com!davidm> Initial revision
/external/libunwind/src/ptrace/_UPT_internal.h