Searched refs:bundle_dir (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectTrace.cpp | 92 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()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTrace.cpp | 67 SBFileSpec SBTrace::SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, in SaveToDisk() argument 69 LLDB_INSTRUMENT_VA(this, error, bundle_dir, compact); in SaveToDisk() 77 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.h | 39 llvm::StringRef bundle_dir) in TraceIntelPTBundleLoader() argument 41 m_bundle_dir(bundle_dir) {} in TraceIntelPTBundleLoader()
|
| H A D | TraceIntelPT.h | 74 llvm::StringRef bundle_dir, Debugger &debugger);
|
| H A D | TraceIntelPT.cpp | 112 const json::Value &bundle_description, StringRef bundle_dir, in CreateInstanceForTraceBundle() argument 114 return TraceIntelPTBundleLoader(debugger, bundle_description, bundle_dir) in CreateInstanceForTraceBundle()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBTrace.i | 22 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir, bool compact = false);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTrace.h | 62 SBFileSpec SaveToDisk(SBError &error, const SBFileSpec &bundle_dir,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Trace.cpp | 121 StringRef bundle_dir) { in FindPluginForPostMortemProcess() argument 129 return create_callback(trace_bundle_description, bundle_dir, debugger); in FindPluginForPostMortemProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 375 char bundle_dir[PATH_MAX]; in GetSharedModule() local 378 bundle_directory.GetPath(bundle_dir, sizeof(bundle_dir)); in GetSharedModule()
|