Home
last modified time | relevance | path

Searched refs:ignored_exceptions (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h85 const RNBContext::IgnoredExceptions &ignored_exceptions,
93 const RNBContext::IgnoredExceptions &ignored_exceptions,
119 const RNBContext::IgnoredExceptions &ignored_exceptions,
H A DMachTask.h72 const RNBContext::IgnoredExceptions &ignored_exceptions, DNBError &err);
H A DMachTask.mm606 const RNBContext::IgnoredExceptions &ignored_exceptions,
636 if (!ignored_exceptions.empty()) {
637 for (exception_mask_t mask : ignored_exceptions)
H A DMachProcess.mm2630 const RNBContext::IgnoredExceptions &ignored_exceptions,
2649 if (!m_task.StartExceptionThread(ignored_exceptions, err)) {
3154 const RNBContext::IgnoredExceptions &ignored_exceptions,
3181 ignored_exceptions, launch_err) != 0)
3195 ignored_exceptions, launch_err) != 0)
3207 disable_aslr, ignored_exceptions, launch_err) != 0)
3241 m_task.StartExceptionThread(ignored_exceptions, launch_err);
3611 &ignored_exceptions,
3628 m_task.StartExceptionThread(ignored_exceptions, launch_err);
3830 const RNBContext::IgnoredExceptions &ignored_exceptions,
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.h55 &ignored_exceptions,
60 &ignored_exceptions,
H A DDNB.cpp416 &ignored_exceptions, char *err_str, in DNBProcessAttachByName() argument
438 ignored_exceptions, err_str, err_len); in DNBProcessAttachByName()
444 &ignored_exceptions, in DNBProcessAttach() argument
493 processSP->AttachForDebug(attach_pid, ignored_exceptions, err_str, in DNBProcessAttach()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp175 std::string ignored_exceptions in GetExtraStartupCommands() local
177 if (ignored_exceptions.empty()) in GetExtraStartupCommands()
181 packet.append(ignored_exceptions); in GetExtraStartupCommands()