Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/API/SBTarget.h
Show First 20 Lines • Show All 882 Lines • ▼ Show 20 Lines | #endif | ||||
bool | bool | ||||
GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level); | GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level); | ||||
lldb::SBValue | lldb::SBValue | ||||
EvaluateExpression (const char *expr, const SBExpressionOptions &options); | EvaluateExpression (const char *expr, const SBExpressionOptions &options); | ||||
lldb::addr_t | lldb::addr_t | ||||
GetStackRedZoneSize(); | GetStackRedZoneSize(); | ||||
lldb::SBLaunchInfo | |||||
GetLaunchInfo () const; | |||||
void | |||||
SetLaunchInfo (const lldb::SBLaunchInfo &launch_info); | |||||
protected: | protected: | ||||
friend class SBAddress; | friend class SBAddress; | ||||
friend class SBBlock; | friend class SBBlock; | ||||
friend class SBDebugger; | friend class SBDebugger; | ||||
friend class SBExecutionContext; | friend class SBExecutionContext; | ||||
friend class SBFunction; | friend class SBFunction; | ||||
friend class SBInstruction; | friend class SBInstruction; | ||||
friend class SBModule; | friend class SBModule; | ||||
Show All 20 Lines | private: | ||||
// For Target only | // For Target only | ||||
//------------------------------------------------------------------ | //------------------------------------------------------------------ | ||||
lldb::TargetSP m_opaque_sp; | lldb::TargetSP m_opaque_sp; | ||||
}; | }; | ||||
} // namespace lldb | } // namespace lldb | ||||
#endif // LLDB_SBTarget_h_ | #endif // LLDB_SBTarget_h_ | ||||
clayborg: Remove this. |
Remove this.