summaryrefslogtreecommitdiffstats
path: root/libdwfl/linux-pid-attach.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include sys/uio.h if we don't need itUlf Hermann2018-07-191-1/+1
* Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-2/+84
|\
| * libdwfl: Use process_vm_readv when available.Mark Wielaard2018-03-281-1/+83
| * Include sys/ptrace.h as early as possible.Mark Wielaard2018-02-151-1/+1
| * Avoid double-including config.hUlf Hermann2017-05-021-0/+4
| * Clean up linux-specific system includesUlf Hermann2017-04-261-2/+3
* | Open files in O_BINARYUlf Hermann2017-05-081-3/+3
* | Avoid double-including config.hUlf Hermann2017-04-261-0/+4
* | Clean up linux-specific system includesUlf Hermann2017-04-211-2/+3
|/
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-4/+0
* libdwfl: clean up non-Linux GNU platforms codeSteven Chamberlain2016-03-021-63/+0
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-141-6/+37
* Make the attach code build again on non-Linux hosts.Kurt Roeckx2014-06-251-0/+17
* libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard2014-06-111-4/+21
* Unwinding is only supported on LinuxKurt Roeckx2014-04-231-0/+85
* libdwfl: dwfl_linux_proc_find_elf use elf_from_remote_memory for (deleted).Mark Wielaard2014-03-101-29/+36
* libdwfl: linux-pid-attach.c (dwfl_linux_proc_attach): Use and check strtolMark Wielaard2014-01-021-2/+9
* libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach.Mark Wielaard2013-12-311-20/+24
* libdwfl: linux-pid-attach.c: Report actual PID (Tgid) to dwfl_attach_state.Mark Wielaard2013-12-251-0/+24
* libdwfl: Add dwfl_getthread_frames.Mark Wielaard2013-12-231-0/+15
* libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call.Mark Wielaard2013-12-171-0/+3
* unwinder: ppc and ppc64Jan Kratochvil2013-12-151-0/+8
* Compatibility with older kernels such as RHEL-6.Jan Kratochvil2013-11-191-4/+12
* Code cleanup: Remove const in prototypeJan Kratochvil2013-11-141-4/+2
* Fix dwfl_attach_state machine->elfJan Kratochvil2013-11-141-1/+1
* Unwinder for x86*.Jan Kratochvil2013-11-071-0/+282