binutils-gdb/libsframe
Indu Bhagat 6a99f006ec libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API
sframe_get_funcdesc_with_addr API is currently used internally by the
sframe_find_fre ().

In this test, we create three dummy SFrame FDEs with 4 FREs each.  Then,
we use few negative tests to lookup FREs with PCs not in the range of
PCs covered by the FDEs, ensuring graceful return from
sframe_get_funcdesc_with_addr in all cases.  Some positive tests are
also added that exercise further scenarios as well.

libsframe/
	* Makefile.in: Regenerated.
	* testsuite/libsframe.find/find.exp: Include new test.
	* testsuite/libsframe.find/findfunc-1.c: New Test.
	* testsuite/libsframe.find/local.mk: Include new test.
2023-05-17 23:14:52 -07:00
..
doc libsframe/doc: use "stack trace" instead of "unwind" for SFrame 2023-02-02 00:47:22 -08:00
testsuite libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API 2023-05-17 23:14:52 -07:00
aclocal.m4
config.h.in
configure libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
configure.ac libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
Makefile.am Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
Makefile.in libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API 2023-05-17 23:14:52 -07:00
sframe-dump.c Remove unnecessary memsets in sframe-dump.c 2023-03-22 09:39:41 +10:30
sframe-error.c Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-impl.h Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe.c libsframe: minor formatting fixes in sframe_encoder_write_fre 2023-04-19 14:38:18 -07:00