protodoc.io
Project googlestadia/vsi-lldb
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
Debugger.Common
Debugger.RemoteBreakpointRpc
Debugger.RemoteFrameRpc
Debugger.RemoteTargetRpc
Debugger.RemoteThreadRpc
Debugger.RemoteValueRpc
Debugger.SbAddressRpc
Debugger.SbBreakpointLocationRpc
Debugger.SbCommandInterpreterRpc
Debugger.SbCommandReturnObjectRpc
Debugger.SbDebuggerRpc
Debugger.SbFunctionRpc
Debugger.SbListenerRpc
Debugger.SbModuleRpc
Debugger.SbPlatformRpc
Debugger.SbProcessRpc
Debugger.SbSectionRpc
Debugger.SbSymbolRpc
Debugger.SbTypeMemberRpc
Debugger.SbTypeRpc
Debugger.SbUnixSignalsRpc
Debugger.SbWatchpointRpc
Debugger.Test
google.protobuf
Debugger.RemoteFrameRpc
RemoteFrameRpcService
BulkDelete
EvaluateExpression
EvaluateExpressionLldbEval
FindValue
GetFunction
GetInfo
GetModule
GetPhysicalStackRange
GetRegisters
GetSymbol
GetThread
GetValueForVariablePath
GetVariables
SetPC
BulkDeleteRequest
BulkDeleteResponse
EvaluateExpressionLldbEvalRequest
EvaluateExpressionLldbEvalResponse
EvaluateExpressionRequest
EvaluateExpressionResponse
FindValueRequest
FindValueResponse
GetFunctionRequest
GetFunctionResponse
GetInfoRequest
GetInfoResponse
GetModuleRequest
GetModuleResponse
GetPhysicalStackRangeRequest
GetPhysicalStackRangeResponse
GetRegistersRequest
GetRegistersResponse
GetSymbolRequest
GetSymbolResponse
GetThreadRequest
GetThreadResponse
GetValueForVariablePathRequest
GetValueForVariablePathResponse
GetVariablesRequest
GetVariablesResponse
SetPCRequest
SetPCResponse
package
Debugger.RemoteFrameRpc
Get desktop application:
View/edit binary Protocol Buffers messages
service
RemoteFrameRpcService
RemoteFrameApi.proto:21
rpc
BulkDelete
(
BulkDeleteRequest
,
BulkDeleteResponse
)
RemoteFrameApi.proto:22
message
BulkDeleteRequest
RemoteFrameApi.proto:56
repeated
Common.GrpcSbFrame
frames
= 1
message
BulkDeleteResponse
RemoteFrameApi.proto:60
(message has no fields)
rpc
EvaluateExpression
(
EvaluateExpressionRequest
,
EvaluateExpressionResponse
)
RemoteFrameApi.proto:43
message
EvaluateExpressionRequest
RemoteFrameApi.proto:152
optional
Common.GrpcSbFrame
frame
= 1
string
expression
= 2
message
EvaluateExpressionResponse
RemoteFrameApi.proto:157
optional
Common.GrpcSbValue
value
= 1
rpc
EvaluateExpressionLldbEval
(
EvaluateExpressionLldbEvalRequest
,
EvaluateExpressionLldbEvalResponse
)
RemoteFrameApi.proto:51
message
EvaluateExpressionLldbEvalRequest
RemoteFrameApi.proto:170
optional
Common.GrpcSbFrame
frame
= 1
string
expression
= 2
message
EvaluateExpressionLldbEvalResponse
RemoteFrameApi.proto:175
optional
Common.GrpcSbValue
value
= 1
rpc
FindValue
(
FindValueRequest
,
FindValueResponse
)
RemoteFrameApi.proto:33
message
FindValueRequest
RemoteFrameApi.proto:108
optional
Common.GrpcSbFrame
frame
= 1
string
variable_name
= 2
Common.ValueType
value_type
= 3
message
FindValueResponse
RemoteFrameApi.proto:114
optional
Common.GrpcSbValue
variable
= 1
rpc
GetFunction
(
GetFunctionRequest
,
GetFunctionResponse
)
RemoteFrameApi.proto:24
message
GetFunctionRequest
RemoteFrameApi.proto:63
optional
Common.GrpcSbFrame
frame
= 1
message
GetFunctionResponse
RemoteFrameApi.proto:67
optional
Common.GrpcSbFunction
function
= 1
rpc
GetInfo
(
GetInfoRequest
,
GetInfoResponse
)
RemoteFrameApi.proto:49
message
GetInfoRequest
RemoteFrameApi.proto:161
optional
Common.GrpcSbFrame
frame
= 1
uint32
fields
= 2
message
GetInfoResponse
RemoteFrameApi.proto:166
optional
Common.GrpcFrameInfo
info
= 1
rpc
GetModule
(
GetModuleRequest
,
GetModuleResponse
)
RemoteFrameApi.proto:37
message
GetModuleRequest
RemoteFrameApi.proto:126
optional
Common.GrpcSbFrame
frame
= 1
message
GetModuleResponse
RemoteFrameApi.proto:130
optional
Common.GrpcSbModule
module
= 1
rpc
GetPhysicalStackRange
(
GetPhysicalStackRangeRequest
,
GetPhysicalStackRangeResponse
)
RemoteFrameApi.proto:46
message
GetPhysicalStackRangeRequest
RemoteFrameApi.proto:71
optional
Common.GrpcSbFrame
frame
= 1
message
GetPhysicalStackRangeResponse
RemoteFrameApi.proto:75
optional
Common.GrpcAddressRange
addressRange
= 1
rpc
GetRegisters
(
GetRegistersRequest
,
GetRegistersResponse
)
RemoteFrameApi.proto:35
message
GetRegistersRequest
RemoteFrameApi.proto:118
optional
Common.GrpcSbFrame
frame
= 1
message
GetRegistersResponse
RemoteFrameApi.proto:122
repeated
Common.GrpcSbValue
registers
= 1
rpc
GetSymbol
(
GetSymbolRequest
,
GetSymbolResponse
)
RemoteFrameApi.proto:26
message
GetSymbolRequest
RemoteFrameApi.proto:79
optional
Common.GrpcSbFrame
frame
= 1
message
GetSymbolResponse
RemoteFrameApi.proto:83
optional
Common.GrpcSbSymbol
symbol
= 1
rpc
GetThread
(
GetThreadRequest
,
GetThreadResponse
)
RemoteFrameApi.proto:39
message
GetThreadRequest
RemoteFrameApi.proto:134
optional
Common.GrpcSbFrame
frame
= 1
message
GetThreadResponse
RemoteFrameApi.proto:138
optional
Common.GrpcSbThread
thread
= 1
rpc
GetValueForVariablePath
(
GetValueForVariablePathRequest
,
GetValueForVariablePathResponse
)
RemoteFrameApi.proto:30
message
GetValueForVariablePathRequest
RemoteFrameApi.proto:99
optional
Common.GrpcSbFrame
frame
= 1
string
variable_path
= 2
message
GetValueForVariablePathResponse
RemoteFrameApi.proto:104
optional
Common.GrpcSbValue
value
= 1
rpc
GetVariables
(
GetVariablesRequest
,
GetVariablesResponse
)
RemoteFrameApi.proto:28
message
GetVariablesRequest
RemoteFrameApi.proto:87
optional
Common.GrpcSbFrame
frame
= 1
bool
arguments
= 2
bool
locals
= 3
bool
statics
= 4
bool
only_in_scope
= 5
message
GetVariablesResponse
RemoteFrameApi.proto:95
repeated
Common.GrpcSbValue
variables
= 1
rpc
SetPC
(
SetPCRequest
,
SetPCResponse
)
RemoteFrameApi.proto:41
message
SetPCRequest
RemoteFrameApi.proto:142
optional
Common.GrpcSbFrame
frame
= 1
uint64
addr
= 2
message
SetPCResponse
RemoteFrameApi.proto:147
optional
Common.GrpcSbThread
thread
= 1
bool
result
= 2