StackFrame.Builder |
StackFrame.Builder.addAllArguments(Iterable<? extends Variable> values) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.addAllLocals(Iterable<? extends Variable> values) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.addArguments(int index,
Variable value) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.addArguments(int index,
Variable.Builder builderForValue) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.addArguments(Variable value) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.addArguments(Variable.Builder builderForValue) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.addLocals(int index,
Variable value) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.addLocals(int index,
Variable.Builder builderForValue) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.addLocals(Variable value) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.addLocals(Variable.Builder builderForValue) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StackFrame.Builder |
Breakpoint.Builder.addStackFramesBuilder() |
The stack at breakpoint time, where stack_frames[0] represents the most
recently entered function.
|
StackFrame.Builder |
Breakpoint.Builder.addStackFramesBuilder(int index) |
The stack at breakpoint time, where stack_frames[0] represents the most
recently entered function.
|
StackFrame.Builder |
StackFrame.Builder.clear() |
|
StackFrame.Builder |
StackFrame.Builder.clearArguments() |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
StackFrame.Builder |
StackFrame.Builder.clearFunction() |
Demangled function name at the call site.
|
StackFrame.Builder |
StackFrame.Builder.clearLocals() |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.clearLocation() |
Source location of the call site.
|
StackFrame.Builder |
StackFrame.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
StackFrame.Builder |
StackFrame.Builder.clone() |
|
StackFrame.Builder |
Breakpoint.Builder.getStackFramesBuilder(int index) |
The stack at breakpoint time, where stack_frames[0] represents the most
recently entered function.
|
StackFrame.Builder |
StackFrame.Builder.mergeFrom(StackFrame other) |
|
StackFrame.Builder |
StackFrame.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
StackFrame.Builder |
StackFrame.Builder.mergeFrom(com.google.protobuf.Message other) |
|
StackFrame.Builder |
StackFrame.Builder.mergeLocation(SourceLocation value) |
Source location of the call site.
|
StackFrame.Builder |
StackFrame.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static StackFrame.Builder |
StackFrame.newBuilder() |
|
static StackFrame.Builder |
StackFrame.newBuilder(StackFrame prototype) |
|
StackFrame.Builder |
StackFrame.newBuilderForType() |
|
protected StackFrame.Builder |
StackFrame.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
StackFrame.Builder |
StackFrame.Builder.removeArguments(int index) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.removeLocals(int index) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.setArguments(int index,
Variable value) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.setArguments(int index,
Variable.Builder builderForValue) |
Set of arguments passed to this function.
|
StackFrame.Builder |
StackFrame.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StackFrame.Builder |
StackFrame.Builder.setFunction(String value) |
Demangled function name at the call site.
|
StackFrame.Builder |
StackFrame.Builder.setFunctionBytes(com.google.protobuf.ByteString value) |
Demangled function name at the call site.
|
StackFrame.Builder |
StackFrame.Builder.setLocals(int index,
Variable value) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.setLocals(int index,
Variable.Builder builderForValue) |
Set of local variables at the stack frame location.
|
StackFrame.Builder |
StackFrame.Builder.setLocation(SourceLocation value) |
Source location of the call site.
|
StackFrame.Builder |
StackFrame.Builder.setLocation(SourceLocation.Builder builderForValue) |
Source location of the call site.
|
StackFrame.Builder |
StackFrame.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
StackFrame.Builder |
StackFrame.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StackFrame.Builder |
StackFrame.toBuilder() |
|