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

2023-05-17 Thread Ying Huang
Hi, 在 2023/5/12 00:07, Mark Wielaard 写道: >> libebl_backends_a_SOURCES = $(i386_SRCS) $(sh_SRCS) $(x86_64_SRCS) \ >> $(ia64_SRCS) $(alpha_SRCS) $(arm_SRCS) \ >> diff --git a/backends/mips_cfi.c b/backends/mips_cfi.c >> new file mode 100644 >> index ..77132cc1 >> --

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

2023-05-11 Thread Mark Wielaard
Hi, On Tue, 2023-04-11 at 16:12 +0800, Ying Huang wrote: > From: Ying Huang > > add abi_cfi, set_initial_registers_tid, unwind on mips. > "./src/stack -p PID" can show stack information > --- > backends/Makefile.am| 3 +- > backends/mips_cfi.c | 68 + >

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

2023-04-11 Thread Ying Huang
From: Ying Huang add abi_cfi, set_initial_registers_tid, unwind on mips. "./src/stack -p PID" can show stack information --- backends/Makefile.am| 3 +- backends/mips_cfi.c | 68 + backends/mips_init.c| 4 ++ backends/mips_initreg.c | 70