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.RemoteBreakpointRpc
RemoteBreakpointRpcService
Delete
GetHitCount
GetLocationAtIndex
GetNumLocations
SetCommandLineCommands
SetCondition
SetEnabled
SetIgnoreCount
SetOneShot
DeleteRequest
DeleteResponse
GetHitCountRequest
GetHitCountResponse
GetLocationAtIndexRequest
GetLocationAtIndexResponse
GetNumLocationsRequest
GetNumLocationsResponse
SetCommandLineCommandsRequest
SetCommandLineCommandsResponse
SetConditionRequest
SetConditionResponse
SetEnabledRequest
SetEnabledResponse
SetIgnoreCountRequest
SetIgnoreCountResponse
SetOneShotRequest
SetOneShotResponse
package
Debugger.RemoteBreakpointRpc
Get desktop application:
View/edit binary Protocol Buffers messages
service
RemoteBreakpointRpcService
RemoteBreakpointApi.proto:21
rpc
Delete
(
DeleteRequest
,
DeleteResponse
)
RemoteBreakpointApi.proto:22
message
DeleteRequest
RemoteBreakpointApi.proto:45
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
message
DeleteResponse
RemoteBreakpointApi.proto:49
(message has no fields)
rpc
GetHitCount
(
GetHitCountRequest
,
GetHitCountResponse
)
RemoteBreakpointApi.proto:32
message
GetHitCountRequest
RemoteBreakpointApi.proto:77
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
message
GetHitCountResponse
RemoteBreakpointApi.proto:81
uint32
result
= 1
rpc
GetLocationAtIndex
(
GetLocationAtIndexRequest
,
GetLocationAtIndexResponse
)
RemoteBreakpointApi.proto:29
message
GetLocationAtIndexRequest
RemoteBreakpointApi.proto:68
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
uint32
index
= 2
message
GetLocationAtIndexResponse
RemoteBreakpointApi.proto:73
optional
Common.GrpcSbBreakpointLocation
result
= 1
rpc
GetNumLocations
(
GetNumLocationsRequest
,
GetNumLocationsResponse
)
RemoteBreakpointApi.proto:26
message
GetNumLocationsRequest
RemoteBreakpointApi.proto:60
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
message
GetNumLocationsResponse
RemoteBreakpointApi.proto:64
uint32
result
= 1
rpc
SetCommandLineCommands
(
SetCommandLineCommandsRequest
,
SetCommandLineCommandsResponse
)
RemoteBreakpointApi.proto:40
message
SetCommandLineCommandsRequest
RemoteBreakpointApi.proto:109
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
repeated
string
commands
= 2
message
SetCommandLineCommandsResponse
RemoteBreakpointApi.proto:114
(message has no fields)
rpc
SetCondition
(
SetConditionRequest
,
SetConditionResponse
)
RemoteBreakpointApi.proto:38
message
SetConditionRequest
RemoteBreakpointApi.proto:101
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
string
condition
= 2
message
SetConditionResponse
RemoteBreakpointApi.proto:106
(message has no fields)
rpc
SetEnabled
(
SetEnabledRequest
,
SetEnabledResponse
)
RemoteBreakpointApi.proto:24
message
SetEnabledRequest
RemoteBreakpointApi.proto:52
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
bool
enabled
= 2
message
SetEnabledResponse
RemoteBreakpointApi.proto:57
(message has no fields)
rpc
SetIgnoreCount
(
SetIgnoreCountRequest
,
SetIgnoreCountResponse
)
RemoteBreakpointApi.proto:34
message
SetIgnoreCountRequest
RemoteBreakpointApi.proto:85
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
uint32
ignoreCount
= 2
message
SetIgnoreCountResponse
RemoteBreakpointApi.proto:90
(message has no fields)
rpc
SetOneShot
(
SetOneShotRequest
,
SetOneShotResponse
)
RemoteBreakpointApi.proto:36
message
SetOneShotRequest
RemoteBreakpointApi.proto:93
optional
Common.GrpcSbBreakpoint
breakpoint
= 1
bool
isOneShot
= 2
message
SetOneShotResponse
RemoteBreakpointApi.proto:98
(message has no fields)