Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/Target/Target.h
Show First 20 Lines • Show All 1,016 Lines • ▼ Show 20 Lines | public: | ||||
lldb::ThreadSP CalculateThread() override; | lldb::ThreadSP CalculateThread() override; | ||||
lldb::StackFrameSP CalculateStackFrame() override; | lldb::StackFrameSP CalculateStackFrame() override; | ||||
void CalculateExecutionContext(ExecutionContext &exe_ctx) override; | void CalculateExecutionContext(ExecutionContext &exe_ctx) override; | ||||
PathMappingList &GetImageSearchPathList(); | PathMappingList &GetImageSearchPathList(); | ||||
TypeSystem *GetScratchTypeSystemForLanguage(Status *error, | llvm::Expected<TypeSystem &> | ||||
lldb::LanguageType language, | GetScratchTypeSystemForLanguage(lldb::LanguageType language, | ||||
bool create_on_demand = true); | bool create_on_demand = true); | ||||
PersistentExpressionState * | PersistentExpressionState * | ||||
GetPersistentExpressionStateForLanguage(lldb::LanguageType language); | GetPersistentExpressionStateForLanguage(lldb::LanguageType language); | ||||
// Creates a UserExpression for the given language, the rest of the | // Creates a UserExpression for the given language, the rest of the | ||||
// parameters have the same meaning as for the UserExpression constructor. | // parameters have the same meaning as for the UserExpression constructor. | ||||
// Returns a new-ed object which the caller owns. | // Returns a new-ed object which the caller owns. | ||||
▲ Show 20 Lines • Show All 337 Lines • Show Last 20 Lines |