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

Declarations

tools/lldb/tools/lldb-vscode/VSCodeForward.h
   22 class SBAttachInfo;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 5488   lldb::SBAttachInfo *result = 0 ;
 5493     result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
 5509   lldb::SBAttachInfo *result = 0 ;
 5519     result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo(arg1);
 5540   lldb::SBAttachInfo *result = 0 ;
 5555     result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2);
 5582   lldb::SBAttachInfo *result = 0 ;
 5602     result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2,arg3);
 5616   lldb::SBAttachInfo *arg1 = 0 ;
 5620   lldb::SBAttachInfo *result = 0 ;
 5633     result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((lldb::SBAttachInfo const &)*arg1);
 5725   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 5751   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 5785   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 5822   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 5912   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 5938   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 5972   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6073   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6099   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6133   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6159   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6193   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6219   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6256   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6282   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6308   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6334   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6360   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6394   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6428   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6454   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6480   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6506   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6532   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6566   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6600   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6626   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6660   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6686   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6712   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
 6749   lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
53508   lldb::SBAttachInfo *arg2 = 0 ;
tools/lldb/include/lldb/API/SBAttachInfo.h
   61   SBAttachInfo(const SBAttachInfo &rhs);
   65   SBAttachInfo &operator=(const SBAttachInfo &rhs);
   65   SBAttachInfo &operator=(const SBAttachInfo &rhs);
tools/lldb/include/lldb/API/SBTarget.h
  201   SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
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,
  253   typedef 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)
  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...); }
  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));
  637               const RArgs &... args) {
  683   template <typename Result> Result RecordResult(Result &&r) {
tools/lldb/source/API/SBAttachInfo.cpp
   50 SBAttachInfo::SBAttachInfo(const SBAttachInfo &rhs)
   61 SBAttachInfo &SBAttachInfo::operator=(const SBAttachInfo &rhs) {
   61 SBAttachInfo &SBAttachInfo::operator=(const SBAttachInfo &rhs) {
  266 void RegisterMethods<SBAttachInfo>(Registry &R) {
tools/lldb/source/API/SBReproducer.cpp
   36   RegisterMethods<SBAttachInfo>(R);
tools/lldb/source/API/SBTarget.cpp
  442 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) {
tools/lldb/tools/lldb-vscode/VSCode.h
   71   lldb::SBAttachInfo attach_info;
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;
 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>