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

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   30 class LLDB_API SBCommandInterpreter;
tools/lldb/tools/lldb-vscode/VSCodeForward.h
   25 class SBCommandInterpreter;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
   24     T *ptr;
   25     SwigMovePointer(T *p) : ptr(p) { }
   27     SwigMovePointer& operator=(SwigMovePointer& rhs) { T* oldptr = ptr; ptr = 0; delete oldptr; ptr = rhs.ptr; rhs.ptr = 0; return *this; }
   29   SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
   30   SwigValueWrapper(const SwigValueWrapper<T>& rhs);
   33   SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; }
   33   SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; }
   34   operator T&() const { return *pointer.ptr; }
   35   T *operator&() { return pointer.ptr; }
13667   lldb::SBCommandInterpreter *arg1 = 0 ;
13671   lldb::SBCommandInterpreter *result = 0 ;
13684     result = (lldb::SBCommandInterpreter *)new lldb::SBCommandInterpreter((lldb::SBCommandInterpreter const &)*arg1);
13696   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13735     result = (char *)lldb::SBCommandInterpreter::GetArgumentTypeAsCString(arg1);
13761     result = (char *)lldb::SBCommandInterpreter::GetArgumentDescriptionAsCString(arg1);
13790     result = (bool)lldb::SBCommandInterpreter::EventIsCommandInterpreterEvent((lldb::SBEvent const &)*arg1);
13802   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13828   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13854   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13889   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13915   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13949   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
13983   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14009   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14035   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14084   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14122   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14160   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14191     result = (char *)lldb::SBCommandInterpreter::GetBroadcasterClass();
14203   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14229   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14255   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14281   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14307   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14333   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14370   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14407   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14466   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14516   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14587   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14767   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14845   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
14922   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15011   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
15037   lldb::SBCommandInterpreter *arg1 = (lldb::SBCommandInterpreter *) 0 ;
21357   SwigValueWrapper< lldb::SBCommandInterpreter > result;
86768   SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitThreadShouldExit",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitThreadShouldExit)));
86769   SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitResetPrompt",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitResetPrompt)));
86770   SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitQuitCommandReceived",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitQuitCommandReceived)));
86771   SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitAsynchronousOutputData",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitAsynchronousOutputData)));
86772   SWIG_Python_SetConstant(d, "SBCommandInterpreter_eBroadcastBitAsynchronousErrorData",SWIG_From_int(static_cast< int >(lldb::SBCommandInterpreter::eBroadcastBitAsynchronousErrorData)));
tools/lldb/include/lldb/API/SBCommandInterpreter.h
   75   SBCommandInterpreter(const lldb::SBCommandInterpreter &rhs);
   79   const lldb::SBCommandInterpreter &
   80   operator=(const lldb::SBCommandInterpreter &rhs);
tools/lldb/include/lldb/API/SBDebugger.h
  113   lldb::SBCommandInterpreter GetCommandInterpreter();
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) {
  201   template <typename T> T *GetObjectForIndex(unsigned idx) {
  208   template <typename T> void AddObjectForIndex(unsigned idx, T *object) {
  249       typename std::conditional<std::is_fundamental<T>::value,
  285   template <typename T> void HandleReplayResult(const T &t) {
  287     if (std::is_fundamental<T>::value)
  290     m_index_to_object.AddObjectForIndex(result, new T(t));
  294   template <typename T> void HandleReplayResult(T *t) {
  296     if (std::is_fundamental<T>::value)
  375     static Result doit(Deserializer &deserializer,
  376                        Result (*f)(Deserialized..., Head, Tail...),
  379           template deserialized<Result, Deserialized..., Head>::doit(
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  404   DefaultReplayer(Result (*f)(Args...)) : Replayer(), f(f) {}
  408         DeserializationHelper<Args...>::template deserialized<Result>::doit(
  412   Result (*f)(Args...);
  501   static Class *doit(Args... args) { return new Class(args...); }
  501   static Class *doit(Args... args) { return new Class(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  535   template <typename T> unsigned GetIndexForObject(T *t) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  563   template <typename T> void Serialize(T *t) {
  564     if (std::is_fundamental<T>::value) {
  575   template <typename T> void Serialize(T &t) {
  576     if (std::is_fundamental<T>::value) {
  577       m_stream.write(reinterpret_cast<const char *>(&t), sizeof(T));
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  637               const RArgs &... args) {
  652             typename std::remove_reference<Result>::type>::type>::value) {
  683   template <typename Result> Result RecordResult(Result &&r) {
tools/lldb/source/API/SBCommandInterpreter.cpp
  166     SBCommandInterpreter sb_interpreter(&m_interpreter);
  182 SBCommandInterpreter::SBCommandInterpreter(const SBCommandInterpreter &rhs)
  190 const SBCommandInterpreter &SBCommandInterpreter::
  191 operator=(const SBCommandInterpreter &rhs) {
  639          SBCommandInterpreter::GetBroadcasterClass();
tools/lldb/source/API/SBDebugger.cpp
  216   SBCommandInterpreter interp = debugger.GetCommandInterpreter();
  460 SBCommandInterpreter SBDebugger::GetCommandInterpreter() {
  464   SBCommandInterpreter sb_interpreter;
  480     SBCommandInterpreter sb_interpreter(GetCommandInterpreter());
tools/lldb/tools/driver/Driver.cpp
  496   SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter();
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
  408   lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
tools/lldb/tools/lldb-vscode/LLDBUtils.cpp
   19   lldb::SBCommandInterpreter interp = g_vsc.debugger.GetCommandInterpreter();
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
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; };
 1979     { typedef _Tp     type; };
 1983     { typedef _Up     type; };
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>