reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
60621   lldb::RunMode arg2 ;
60680   lldb::RunMode arg2 ;
60793   lldb::RunMode arg2 ;
60853   lldb::RunMode arg3 ;
60938   lldb::RunMode arg5 ;
tools/lldb/include/lldb/API/SBThread.h
   93   void StepOver(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
   95   void StepOver(lldb::RunMode stop_other_threads, SBError &error);
   97   void StepInto(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
  100                 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
  103                 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
tools/lldb/include/lldb/Target/Thread.h
  253   static const char *RunModeAsCString(lldb::RunMode mode);
  662       const SymbolContext &addr_context, lldb::RunMode stop_other_threads,
  671       const SymbolContext &addr_context, lldb::RunMode stop_other_threads,
  725       lldb::RunMode stop_other_threads, Status &status,
  735       lldb::RunMode stop_other_threads, Status &status,
tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
   25                         lldb::RunMode stop_others,
   32                         lldb::RunMode stop_others,
   77       const SymbolContext &addr_context, lldb::RunMode stop_others,
   82       lldb::RunMode stop_others, Status &status,
tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
   24                           lldb::RunMode stop_others,
tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
   25                       lldb::RunMode stop_others,
   67   lldb::RunMode m_stop_others;
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
   31 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) {
   47 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) {
   52 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head,
   53                              const Tail &... tail) {
   59 template <typename... Ts> inline std::string stringify_args(const Ts &... ts) {
  245   typedef typename std::conditional<std::is_trivially_copyable<T>::value, ValueTag, NotImplementedTag>::type type;
  277   template <typename T> T Deserialize() {
  281     return Read<T>(typename serializer_tag<T>::type());
  310   template <typename T> T Read(NotImplementedTag) {
  315   template <typename T> T Read(ValueTag) {
  317     T t;
  318     std::memcpy(reinterpret_cast<char *>(&t), m_buffer.data(), sizeof(T));
  319     m_buffer = m_buffer.drop_front(sizeof(T));
  323   template <typename T> T Read(PointerTag) {
  329   template <typename T> T Read(ReferenceTag) {
  340   template <typename T> T Read(FundamentalPointerTag) {
  349   template <typename T> T Read(FundamentalReferenceTag) {
  376                        Result (*f)(Deserialized..., Head, Tail...),
  376                        Result (*f)(Deserialized..., Head, Tail...),
  376                        Result (*f)(Deserialized..., Head, Tail...),
  377                        Deserialized... d) {
  378       return DeserializationHelper<Tail...>::
  379           template deserialized<Result, Deserialized..., Head>::doit(
  379           template deserialized<Result, Deserialized..., Head>::doit(
  380               deserializer, f, d..., deserializer.Deserialize<Head>());
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  388                        Deserialized... d) {
  419   DefaultReplayer(void (*f)(Args...)) : Replayer(), f(f) {}
  422     DeserializationHelper<Args...>::template deserialized<void>::doit(
  427   void (*f)(Args...);
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  637               const RArgs &... args) {
  662   void Record(Serializer &serializer, Registry &registry, void (*f)(Args...),
  663               const Args &... args) {
tools/lldb/source/API/SBThread.cpp
  587 void SBThread::StepOver(lldb::RunMode stop_other_threads) {
  595 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) {
  628 void SBThread::StepInto(lldb::RunMode stop_other_threads) {
  636                         lldb::RunMode stop_other_threads) {
  645                         SBError &error, lldb::RunMode stop_other_threads) {
tools/lldb/source/Commands/CommandObjectThread.cpp
  511   RunMode m_run_mode;
  624     const lldb::RunMode stop_other_threads = m_options.m_run_mode;
 1028         lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum(
tools/lldb/source/Target/Thread.cpp
 1360     const SymbolContext &addr_context, lldb::RunMode stop_other_threads,
 1375     const SymbolContext &addr_context, lldb::RunMode stop_other_threads,
 1388     lldb::RunMode stop_other_threads, Status &status,
 1409     lldb::RunMode stop_other_threads, Status &status,
 1880 const char *Thread::RunModeAsCString(lldb::RunMode mode) {
 2113     const lldb::RunMode run_mode = eOnlyThisThread;
 2147     const lldb::RunMode run_mode = eOnlyThisThread;
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
   36     const SymbolContext &addr_context, lldb::RunMode stop_others,
   53     lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info,
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  449         RunMode run_mode =
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   33     const SymbolContext &addr_context, lldb::RunMode stop_others,
  280                       const RunMode stop_other_threads = RunMode::eAllThreads;
  280                       const RunMode stop_other_threads = RunMode::eAllThreads;
tools/lldb/source/Target/ThreadPlanStepRange.cpp
   35                                          lldb::RunMode stop_others,
usr/include/c++/7.4.0/bits/alloc_traits.h
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
  475 	{ __a.construct(__p, std::forward<_Args>(__args)...); }
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/bits/shared_ptr.h
  343 		   _Args&&... __args)
  344 	: __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
  688     allocate_shared(const _Alloc& __a, _Args&&... __args)
  691 			     std::forward<_Args>(__args)...);
  703     make_shared(_Args&&... __args)
  707 				       std::forward<_Args>(__args)...);
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1317 		     _Args&&... __args)
 1328 			      std::forward<_Args>(__args)...);
usr/include/c++/7.4.0/ext/new_allocator.h
  135 	construct(_Up* __p, _Args&&... __args)
  136 	{ ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  567     : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  595 		   is_null_pointer<_Tp>>::type
 1554     { typedef _Tp     type; };
 1558     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };