summaryrefslogtreecommitdiff
path: root/src/mi
Commit message (Expand)AuthorAgeFilesLines
* Fix a few warningsAdeel2022-10-141-1/+1
* Expose get_proc_info_in_range APIAdeel2022-07-082-0/+116
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-101-2/+26
* Expose function-pointer-to-name APIBjörn Svensson2021-11-261-5/+6
* Fix placement of alignas() specifierSteve MacLean2020-06-181-1/+1
* Use C11 atomicsSteve MacLean2020-05-215-31/+9
* Use C11 alignas(x)Steve MacLean2020-05-211-1/+2
* Fix compilation with -fno-common.Yichao Yu2020-03-311-0/+1
* arm: clear ip thumb/arm mode bit before move to previous instruction (#131)Sim Sun2020-03-261-1/+9
* Allow to build without weak `backtrace` symbol. (#142)Bert Wesarg2019-12-041-0/+2
* Little FreeBSD build fix (#135)David CARLIER2019-10-311-2/+2
* Adopt two changes by Sergey Korolev to use mmap and a shell sort, ratherDoug Moore2018-09-281-1/+1
* Fix after "dwarf: do not allocate in load_debug_frame (#72)".Dave Watson2018-06-201-7/+10
* ALIAS unwind_get_accessorsDave Watson2017-12-284-4/+7
* Remove PROTECTED visibilityDave Watson2017-12-2813-13/+13
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-152-1/+7
* Support dynamic unwind info on ARMYichao Yu2017-08-151-0/+1
* ia64: : disable dwarf-specific code (#35)Sergei Trofimovich2017-07-182-0/+6
* dwarf: Configurable cache sizeDave Watson2017-01-132-0/+69
* Add an option to have start_ip_offset be relative to start_ipKeno Fischer2015-09-151-0/+1
* One time whitespace fixup.Arun Sharma2014-09-2723-157/+157
* Correct name returned by get_proc_name() for some frames.Konstantin Belousov2014-08-151-3/+11
* Reduce the number of ifdefs in machine independent codev1.1-rc1Arun Sharma2012-09-291-5/+1
* Apply `define_lock()'Tommi Rantala2012-09-281-1/+1
* Plug in `ALIAS' attributeTommi Rantala2012-09-281-1/+1
* Define and use `WEAK'Tommi Rantala2012-09-281-1/+1
* Apply UNW_ALIGN more in src/mi/mempool.cTommi Rantala2012-09-281-2/+2
* Invert tdep_init() flag logicTommi Rantala2012-09-282-2/+2
* Simplify `sos_alloc()' implementationTommi Rantala2012-09-282-26/+26
* Align `sos_memory' to MAX_ALIGNTommi Rantala2012-09-281-1/+2
* Workaround non-power-of-two i386 sizeof(long double) in src/mi/mempool.cTommi Rantala2012-09-281-1/+5
* Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGNTommi Rantala2012-09-281-1/+8
* Rename and share `ALIGN' macro from _UCD_internal.hTommi Rantala2012-09-051-5/+5
* Performance optimisations for fast trace.Lassi Tuura2011-04-171-3/+3
* Implement a cheaper getcontext()Arun Sharma2011-04-051-1/+1
* Drop a call frame in tdep_trace and avoid a call to unw_step.Lassi Tuura2011-04-011-12/+5
* Export unw_backtrace() and alias backtrace() to it.Lassi Tuura2011-04-011-1/+4
* Mark slow_backtrace() ALWAYS_INLINEArun Sharma2011-03-311-1/+2
* Fix up compilation and test failuresArun Sharma2011-03-241-14/+33
* Integrate fast trace into backtrace().Lassi Tuura2011-03-241-11/+19
* Remove unneeded includes of sys/types.hKonstantin Belousov2010-03-0813-105/+1
* Include sys/types.h when needed.Konstantin Belousov2010-03-0613-1/+105
* Add initial ARM and MIPS support. To support this, also enable theDaniel Jacobowitz2008-02-044-3/+17
* 2007-12-14 Mark Wielaard <mwielaard@redhat.com>David Mosberger-Tang2008-01-071-0/+7
* Fix forgotten copyright year update.David Mosberger-Tang2006-07-262-2/+2
* Fix missed "tdep.h" -> "libunwind_i.h" conversions.David Mosberger-Tang2006-07-263-3/+3
* Restore mi/Ldyn-remote.c.David Mosberger-Tang2006-07-261-0/+5
* Merge ../libunwind-v0.98David Mosberger-Tang2006-07-2510-5/+40
|\
| * Bring git v0.98.5 tree in sync with released v0.98.5.David Mosberger-Tang2006-07-2510-0/+154
* | Drop include of "mempool.h", which causes problems in the kernel, due tohp.com!davidm2005-05-201-2/+0