Function lldb_sys::SBTargetBreakpointCreateByNames3
[−]
[src]
pub unsafe extern "C" fn SBTargetBreakpointCreateByNames3(
instance: SBTargetRef,
symbol_name: *mut *const c_char,
num_names: uint32_t,
name_type_mask: uint32_t,
symbol_language: LanguageType,
offset: lldb_addr_t,
module_list: SBFileSpecListRef,
comp_unit_list: SBFileSpecListRef
) -> SBBreakpointRef