radare2/libr/debug
nmeum 79539dfbda
Fix armhf/armv7 musl compatibility again (#18792) ##build
In e92d170a3b, the include of asm/ptrace.h
has been silently disabled. Thereby basically reverting #13427. However,
without asm/ptrace.h included the build will fail on musl armhf/armv7
targets with the following compilation failure:

	p/native/linux/linux_coredump.c: In function 'linux_get_arm_vfp_data':
	p/native/linux/linux_coredump.c:950:27: error: 'ARM_VFPREGS_SIZE' undeclared (first use in this function)
	  950 |  char *vfp_data = calloc (ARM_VFPREGS_SIZE + 1, 1);
	      |                           ^~~~~~~~~~~~~~~~

This commit fixes this build failure by including asm/ptrace.h again.
2021-06-03 02:21:51 +02:00
..
p Fix armhf/armv7 musl compatibility again (#18792) ##build 2021-06-03 02:21:51 +02:00
arg.c Remove all uses of R_ANAL_CC_ 2020-12-16 00:48:54 +01:00
ddesc.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
debug.c Fix infinite loop in r2 -c 'ood;ood' - ##debug (#18714) 2021-05-20 02:43:24 +02:00
desil.c Boolify all the ESIL callbacks ##esil 2021-02-24 17:13:30 +01:00
dmap.c Fix issues spotted with gcc -Werror 2021-01-13 01:28:10 +01:00
dreg.c Fix #18510 - json assert in drtj 2021-03-29 19:44:56 +02:00
dsession.c Fix memleak in test_str & test_debug_session (#18164) 2021-01-04 03:54:43 +01:00
dsignal.c Use pj in debug ##refactor (#18270) 2021-01-24 16:07:30 +01:00
Makefile Avoid overwriting LDFLAGS (#18294) 2021-01-26 10:55:54 +01:00
meson.build Set RPATH/RUNPATH on r2 libs too if local (#17639) 2020-09-15 09:16:14 +02:00
pid.c Variadic argument fixes 2020-11-10 11:11:45 +08:00
plugin.c Use pj in debug ##refactor (#18270) 2021-01-24 16:07:30 +01:00
snap.c Dont run debugger tests in ASAN mode and fix crash in snap.c 2021-03-15 12:26:09 +01:00
trace.c Fix trace crash caused by a mismatch between the register profile and op anal ##rizin 2021-01-19 05:37:17 +01:00