summaryrefslogtreecommitdiff
path: root/src/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-29/+29
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-192-3/+0
* Have dwarf_step return 0 or 1 for success, according to whether theDoug Moore2017-05-191-2/+1
* Use the register_state version of ret_addr_column, rather than theDoug Moore2017-05-191-2/+2
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-161-29/+29
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-121-5/+5
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-124-0/+84
* unw_init_local_signalDoug Moore2017-04-031-3/+15
* x84_64: It's only 'mcontext_t'.Bert Wesarg2017-01-241-1/+1
* use target dependent names for stack registersSaleem Abdulrasool2017-01-181-2/+2
* x86_64: Use sigprocmask from signal framesDave Watson2017-01-134-32/+24
* dwarf: Correct handling of DW_CFA_GNU_args_sizeDave Watson2017-01-131-0/+9
* x86_64: Add stack alignment prologue tdep_trace fastpathDave Watson2017-01-132-1/+40
* Fixup invalid return code checks of unw_is_signal_frame()Chris Redmon2017-01-131-1/+1
* [PATCH] x86_64: fix mincore_validateGiuseppe Ottaviano2016-02-291-2/+22
* Add an option to have start_ip_offset be relative to start_ipKeno Fischer2015-09-151-1/+3
* Remove unnecessary calls to labs()Paul Pluzhnikov2014-10-241-3/+3
* One time whitespace fixup.Arun Sharma2014-09-2719-286/+286
* Stop unwinding on undefined return addressArun Sharma2014-09-071-6/+7
* Remove unnecessary calls to labs()Paul Pluzhnikov2014-08-151-3/+3
* Adjust use_prev_instr for syscall and frame-chain frames.Konstantin Belousov2014-08-152-0/+2
* x86_64: Handle edge conditions with zero length framesKevin Modzelewski2014-05-181-1/+1
* Fix x86-64 debug build -Wformat warningTommi Rantala2012-10-051-1/+1
* Prefer NULL over zeroTommi Rantala2012-09-283-5/+5
* Apply `define_lock()'Tommi Rantala2012-09-282-2/+2
* Constify `dwarf_to_unw_regnum_map'Tommi Rantala2012-09-281-1/+1
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+0
* Remove unused src/x86_64/Lis_signal_frame.cTommi Rantala2012-09-281-5/+0
* Invert tdep_init() flag logicTommi Rantala2012-09-283-5/+5
* x86_64: stop unwinding when %rbp location is NULLKonstantin Belousov2012-09-211-0/+6
* PATCH: fix build with --enable-msabi-supportariel.burton@roguewave.com2012-09-152-0/+2
* Fix memory leaks in unw_create_addr_space() wrong-endian error pathsTommi Rantala2012-08-211-6/+9
* Revert "x86_64: unbreak test-ptrace"Arun Sharma2012-05-181-0/+1
* x86_64: unbreak test-ptraceArun Sharma2012-05-161-1/+0
* freebsd: Fix boundary conditions for non-dwarf walker on x86_64.Konstantin Belousov2012-05-141-1/+5
* freebsd: Account for the possible ERESTART handling of the syscalls.Konstantin Belousov2012-05-141-2/+3
* dwarf: ip == 0 should't terminate unwindArun Sharma2012-03-251-1/+0
* Fix a race conditionArun Sharma2011-12-161-2/+2
* Correct the inverted checkArun Sharma2011-12-021-1/+1
* Fix a compiler warningArun Sharma2011-12-011-0/+2
* Address x86_64 crashes when using sigaltstackArun Sharma2011-11-273-28/+19
* Fix TLS destructor ordering problemsArun Sharma2011-10-291-5/+29
* pthread_once() workaround for FreeBSD and SolarisArun Sharma2011-10-291-12/+25
* Fix incorrect calls to memset.Arun2011-10-021-1/+1
* Handle register nums > 16 on x86_64Arun Sharma2011-06-181-2/+20
* Use single level hash table for fast trace.Lassi Tuura2011-05-061-60/+30
* Inline access to initial register values as it's known to be safe.Lassi Tuura2011-05-061-8/+4
* Performance optimisations for fast trace.Lassi Tuura2011-04-177-55/+73
* Implement a cheaper getcontext()Arun Sharma2011-04-051-0/+29
* Use __thread instead of pthread_getspecific()Arun Sharma2011-04-051-1/+4