LLDB
mainline
|
#include <TraceJSONStructs.h>
Public Attributes | |
int64_t | pid |
std::string | triple |
std::vector< JSONThread > | threads |
std::vector< JSONModule > | modules |
Definition at line 33 of file TraceJSONStructs.h.
std::vector<JSONModule> lldb_private::JSONProcess::modules |
Definition at line 37 of file TraceJSONStructs.h.
Referenced by llvm::json::fromJSON(), and llvm::json::toJSON().
int64_t lldb_private::JSONProcess::pid |
Definition at line 34 of file TraceJSONStructs.h.
Referenced by llvm::json::fromJSON(), and llvm::json::toJSON().
std::vector<JSONThread> lldb_private::JSONProcess::threads |
Definition at line 36 of file TraceJSONStructs.h.
Referenced by llvm::json::fromJSON(), and llvm::json::toJSON().
std::string lldb_private::JSONProcess::triple |
Definition at line 35 of file TraceJSONStructs.h.
Referenced by llvm::json::fromJSON(), and llvm::json::toJSON().