Home
last modified time | relevance | path

Searched refs:bundle_dir (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTrace.cpp92 CommandArgumentData bundle_dir{eArgTypeDirectoryName, eArgRepeatPlain}; in CommandObjectTraceSave() local
93 m_arguments.push_back({bundle_dir}); in CommandObjectTraceSave()
114 FileSpec bundle_dir(command[0].ref()); in DoExecute() local
115 FileSystem::Instance().Resolve(bundle_dir); in DoExecute()
122 trace_sp->SaveToDisk(bundle_dir, m_options.m_compact)) { in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTrace.cpp46 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() argument
48 LLDB_INSTRUMENT_VA(this, error, bundle_dir, compact); in SaveToDisk()
56 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h38 llvm::StringRef bundle_dir) in TraceIntelPTBundleLoader() argument
40 m_bundle_dir(bundle_dir) {} in TraceIntelPTBundleLoader()
H A DTraceIntelPT.h57 llvm::StringRef bundle_dir,
H A DTraceIntelPT.cpp66 const json::Value &bundle_description, StringRef bundle_dir, in CreateInstanceForTraceBundle() argument
69 bundle_dir) in CreateInstanceForTraceBundle()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTrace.i20 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, bool compact = false);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTrace.h47 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir,
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp119 StringRef bundle_dir) { in FindPluginForPostMortemProcess() argument
127 return create_callback(trace_bundle_description, bundle_dir, debugger); in FindPluginForPostMortemProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp374 char bundle_dir[PATH_MAX]; in GetSharedModule() local
377 bundle_directory.GetPath(bundle_dir, sizeof(bundle_dir)); in GetSharedModule()