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.SbSectionRpc
SbSectionRpcService
Delete
GetFileAddress
GetFileOffset
GetLoadAddress
GetSectionType
DeleteRequest
DeleteResponse
GetFileAddressRequest
GetFileAddressResponse
GetFileOffsetRequest
GetFileOffsetResponse
GetLoadAddressRequest
GetLoadAddressResponse
GetSectionTypeRequest
GetSectionTypeResponse
package
Debugger.SbSectionRpc
Get desktop application:
View/edit binary Protocol Buffers messages
service
SbSectionRpcService
SbSectionApi.proto:21
rpc
Delete
(
DeleteRequest
,
DeleteResponse
)
SbSectionApi.proto:22
message
DeleteRequest
SbSectionApi.proto:34
optional
Common.GrpcSbSection
section
= 1
message
DeleteResponse
SbSectionApi.proto:38
(message has no fields)
rpc
GetFileAddress
(
GetFileAddressRequest
,
GetFileAddressResponse
)
SbSectionApi.proto:28
message
GetFileAddressRequest
SbSectionApi.proto:58
optional
Common.GrpcSbSection
section
= 1
message
GetFileAddressResponse
SbSectionApi.proto:62
uint64
fileAddress
= 1
rpc
GetFileOffset
(
GetFileOffsetRequest
,
GetFileOffsetResponse
)
SbSectionApi.proto:30
message
GetFileOffsetRequest
SbSectionApi.proto:66
optional
Common.GrpcSbSection
section
= 1
message
GetFileOffsetResponse
SbSectionApi.proto:70
uint64
fileOffset
= 1
rpc
GetLoadAddress
(
GetLoadAddressRequest
,
GetLoadAddressResponse
)
SbSectionApi.proto:26
message
GetLoadAddressRequest
SbSectionApi.proto:49
optional
Common.GrpcSbSection
section
= 1
optional
Common.GrpcSbTarget
target
= 2
message
GetLoadAddressResponse
SbSectionApi.proto:54
uint64
loadAddress
= 1
rpc
GetSectionType
(
GetSectionTypeRequest
,
GetSectionTypeResponse
)
SbSectionApi.proto:24
message
GetSectionTypeRequest
SbSectionApi.proto:41
optional
Common.GrpcSbSection
section
= 1
message
GetSectionTypeResponse
SbSectionApi.proto:45
Common.SectionType
sectionType
= 1