Home
last modified time | relevance | path

Searched refs:stop_at_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h91 uint32_t launch_flags, bool stop_at_entry,
H A DSBTarget.h194 bool stop_at_entry, lldb::SBError &error);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp131 uint32_t launch_flags, bool stop_at_entry, in RemoteLaunch() argument
134 working_directory, launch_flags, stop_at_entry, error); in RemoteLaunch()
141 if (stop_at_entry) in RemoteLaunch()
H A DSBTarget.cpp311 bool stop_at_entry, lldb::SBError &error) { in Launch() argument
314 stop_at_entry, error); in Launch()
323 if (stop_at_entry) in Launch()