Rather than forwarding the LLDB entrypoints into asan_abi stable ABI, leave them unimplemented for now. Doing so allows the shim and asan_abi to be solely constrained to the entrypoints expected by the instrumentation. We will take up a model for other stable ABIs (tsan, ubsan, common, etc.) at a later date after choosing an inter-sanitizer stable abi pattern after discussion and RFC. This commit modifies https://reviews.llvm.org/D159545 by simply eliminating them from the shim entirely. rdar://115974403
23 lines
548 B
Plaintext
23 lines
548 B
Plaintext
__asan_default_options
|
|
__asan_default_suppressions
|
|
__asan_get_free_stack
|
|
__asan_get_shadow_mapping
|
|
__asan_handle_vfork
|
|
__asan_locate_address
|
|
__asan_on_error
|
|
__asan_print_accumulated_stats
|
|
__asan_set_death_callback
|
|
__asan_update_allocation_context
|
|
__asan_describe_address
|
|
__asan_get_alloc_stack
|
|
__asan_get_report_access_size
|
|
__asan_get_report_access_type
|
|
__asan_get_report_address
|
|
__asan_get_report_bp
|
|
__asan_get_report_description
|
|
__asan_get_report_pc
|
|
__asan_get_report_sp
|
|
__asan_report_error
|
|
__asan_report_present
|
|
__asan_set_error_report_callback
|