summaryrefslogtreecommitdiff
path: root/src/os-hpux.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove PROTECTED visibilityDave Watson2017-12-281-1/+1
| | | | This only works on bfd ld, not lld or gold.
* dwarf: Make binary path calculation os-specific.Konstantin Belousov2017-01-191-0/+11
| | | | /proc/self/exe only works on Linux, move path computation to os-* files
* One time whitespace fixup.Arun Sharma2014-09-271-4/+4
| | | | | | for f in $(find src include -name '*.[ch]'); do expand -t 8 $f > $tmp; mv $tmp $f; done
* Have tdep_get_elf_image available in case of UNW_REMOTE_ONLYKen Werner2011-10-151-4/+0
| | | | | | Because it gets used by libunwind-ptrace. Signed-off-by: Ken Werner <ken.werner@linaro.org>
* Remove unintended semi-colon in os-hpux.c fun definitionJoel Brobecker2011-06-181-1/+1
| | | | Probably a copy/paste error... This showed up on ia64-hpux.
* Add path and pathlen arguments to tdep_get_elf_image()Arun Sharma2010-05-151-5/+13
| | | | Signed-off-by: Andris Zeila <andris.zeila@accenture.com>
* Include "libunwind_i.h" instead of "tdep.h" and "internal.h".hp.com!davidm2005-05-201-3/+2
| | | | (Logical change 1.294)
* Convert from debug() to Debug().hp.com!davidm2004-01-301-3/+2
| | | | (Logical change 1.162)
* (Logical change 1.87)mostang.com!davidm2003-04-241-0/+65
|
* Initial revisionmostang.com!davidm2003-04-241-0/+0