Re: [PATCH v3 5/6] stack: Fix stack unwind failure on mips

2024-04-17 Thread Ying Huang
Hi Mark, > It would be helpful to see if you could come up with a testcase > similar to the ones in tests/run-backtrace-core-.sh with > tests/tests/backtrace..{exec,core}.bz2 so it can be tested from > a non-MIPS setup (as opposed to the tests/run-backtrace-native.sh and > tests/run-backtrace-nati

Re: [PATCH v3 5/6] stack: Fix stack unwind failure on mips

2024-04-05 Thread Mark Wielaard
Hi Ying, On Tue, Mar 05, 2024 at 05:51:21PM +0800, Ying Huang wrote: > From: Ying Huang > > Add abi_cfi, set_initial_registers_tid, unwind on mips. Sorry for reviewing out of order. But this one looked easy enough. The new abi_cfi, unwind and set_initial_registers_tid implementations looks corr

[PATCH v3 5/6] stack: Fix stack unwind failure on mips

2024-03-05 Thread Ying Huang
From: Ying Huang Add abi_cfi, set_initial_registers_tid, unwind on mips. Signed-off-by: Ying Huang --- backends/Makefile.am| 3 +- backends/mips_cfi.c | 68 + backends/mips_init.c| 4 ++ backends/mips_initreg.c | 61 ++