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

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   25 class LLDB_API SBBreakpointLocation;
tools/lldb/tools/lldb-vscode/VSCodeForward.h
   24 class SBBreakpointLocation;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 4073 SWIGINTERN PyObject *lldb_SBBreakpointLocation___str__(lldb::SBBreakpointLocation *self){
 7899   lldb::SBBreakpointLocation result;
 7969   lldb::SBBreakpointLocation result;
 8004   lldb::SBBreakpointLocation result;
 9366   lldb::SBBreakpointLocation result;
 9771   lldb::SBBreakpointLocation *result = 0 ;
 9776     result = (lldb::SBBreakpointLocation *)new lldb::SBBreakpointLocation();
 9788   lldb::SBBreakpointLocation *arg1 = 0 ;
 9792   lldb::SBBreakpointLocation *result = 0 ;
 9805     result = (lldb::SBBreakpointLocation *)new lldb::SBBreakpointLocation((lldb::SBBreakpointLocation const &)*arg1);
 9850   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
 9875   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
 9901   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
 9927   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
 9953   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
 9979   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10005   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10039   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10065   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10091   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10117   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10151   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10188   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10214   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10240   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10274   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10311   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10414   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10452   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10489   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10527   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10566   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10592   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10626   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10652   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10689   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10715   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10752   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10778   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10804   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10851   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
10877   lldb::SBBreakpointLocation *arg1 = (lldb::SBBreakpointLocation *) 0 ;
79560     lldb::SBBreakpointLocation sb_bp_loc(bp_loc_sp);
tools/lldb/include/lldb/API/SBBreakpoint.h
   45   lldb::SBBreakpointLocation FindLocationByAddress(lldb::addr_t vm_addr);
   49   lldb::SBBreakpointLocation FindLocationByID(lldb::break_id_t bp_loc_id);
   51   lldb::SBBreakpointLocation GetLocationAtIndex(uint32_t index);
  129   static lldb::SBBreakpointLocation
tools/lldb/include/lldb/API/SBBreakpointLocation.h
   21   SBBreakpointLocation(const lldb::SBBreakpointLocation &rhs);
   25   const lldb::SBBreakpointLocation &
   26   operator=(const lldb::SBBreakpointLocation &rhs);
tools/lldb/include/lldb/API/SBDefines.h
   99                                         lldb::SBBreakpointLocation &location);
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/scripts/Python/python-swigsafecast.swig
    9 SBTypeToSWIGWrapper (SBClass& sb_object)
   16 SBTypeToSWIGWrapper (const SBClass& sb_object)
  102 SBTypeToSWIGWrapper (lldb::SBBreakpointLocation* breakpoint_location_sb)
tools/lldb/source/API/SBBreakpoint.cpp
  122 SBBreakpointLocation SBBreakpoint::FindLocationByAddress(addr_t vm_addr) {
  126   SBBreakpointLocation sb_bp_location;
  165 SBBreakpointLocation SBBreakpoint::FindLocationByID(break_id_t bp_loc_id) {
  169   SBBreakpointLocation sb_bp_location;
  181 SBBreakpointLocation SBBreakpoint::GetLocationAtIndex(uint32_t index) {
  185   SBBreakpointLocation sb_bp_location;
  747 SBBreakpointLocation
  754   SBBreakpointLocation sb_breakpoint_loc;
tools/lldb/source/API/SBBreakpointLocation.cpp
   45 SBBreakpointLocation::SBBreakpointLocation(const SBBreakpointLocation &rhs)
   51 const SBBreakpointLocation &SBBreakpointLocation::
   52 operator=(const SBBreakpointLocation &rhs) {
  475 void RegisterMethods<SBBreakpointLocation>(Registry &R) {
tools/lldb/source/API/SBBreakpointOptionCommon.cpp
   65         SBBreakpointLocation sb_location;
tools/lldb/source/API/SBReproducer.cpp
   40   RegisterMethods<SBBreakpointLocation>(R);
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  284 llvm::json::Value CreateBreakpoint(lldb::SBBreakpointLocation &bp_loc) {
  312     auto bp_loc = bp.GetLocationAtIndex(i);
tools/lldb/tools/lldb-vscode/JSONUtils.h
  208 llvm::json::Value CreateBreakpoint(lldb::SBBreakpointLocation &bp_loc);
tools/lldb/tools/lldb-vscode/LLDBUtils.cpp
   92 int64_t MakeVSCodeBreakpointID(lldb::SBBreakpointLocation &bp_loc) {
tools/lldb/tools/lldb-vscode/LLDBUtils.h
  122 int64_t MakeVSCodeBreakpointID(lldb::SBBreakpointLocation &bp_loc);
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  390               auto bp_loc =
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>