As previously discussed with @jj10306, we didn't really have a name for
the post-mortem (or offline) trace session representation, which is in
fact a folder with a bunch of files. We decided to call this folder
"trace bundle", and the main JSON file in it "trace bundle description
file". This naming is pretty decent, so I'm refactoring all the existing
code to account for that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm - thanks for doing this renaming 🙂
lldb/include/lldb/Core/PluginManager.h | ||
---|---|---|
346 | nit: FromBundle makes more sense than ForBundle imo |
lldb/include/lldb/Core/PluginManager.h | ||
---|---|---|
346 | makes sense! will do |
nit: FromBundle makes more sense than ForBundle imo