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.SbCommandInterpreterRpc
SbCommandInterpreterRpcService
Delete
HandleCommand
SourceInitFileInHomeDirectory
DeleteRequest
DeleteResponse
HandleCommandRequest
HandleCommandResponse
SourceInitFileInHomeDirectoryRequest
SourceInitFileInHomeDirectoryResponse
package
Debugger.SbCommandInterpreterRpc
Get desktop application:
View/edit binary Protocol Buffers messages
service
SbCommandInterpreterRpcService
SbCommandInterpreterApi.proto:21
rpc
Delete
(
DeleteRequest
,
DeleteResponse
)
SbCommandInterpreterApi.proto:22
message
DeleteRequest
SbCommandInterpreterApi.proto:31
optional
Common.GrpcSbCommandInterpreter
interpreter
= 1
message
DeleteResponse
SbCommandInterpreterApi.proto:35
(message has no fields)
rpc
HandleCommand
(
HandleCommandRequest
,
HandleCommandResponse
)
SbCommandInterpreterApi.proto:24
message
HandleCommandRequest
SbCommandInterpreterApi.proto:38
optional
Common.GrpcSbCommandInterpreter
interpreter
= 1
string
command
= 2
message
HandleCommandResponse
SbCommandInterpreterApi.proto:43
Common.ReturnStatus
return_status
= 1
optional
Common.GrpcSbCommandReturnObject
return_object
= 2
rpc
SourceInitFileInHomeDirectory
(
SourceInitFileInHomeDirectoryRequest
,
SourceInitFileInHomeDirectoryResponse
)
SbCommandInterpreterApi.proto:26
message
SourceInitFileInHomeDirectoryRequest
SbCommandInterpreterApi.proto:48
optional
Common.GrpcSbCommandInterpreter
interpreter
= 1
message
SourceInitFileInHomeDirectoryResponse
SbCommandInterpreterApi.proto:52
(message has no fields)