Skip navigation links
A B C D E F G H I J L M N O P R S T V W 

A

assureLoaded(Source) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
attach(AttachRequestArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
attach(AttachRequestArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
AttachRequestArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'attach' request.
AttachResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'attach' request.

B

Breakpoint - Class in com.oracle.truffle.tools.dap.types
Information about a Breakpoint created in setBreakpoints or setFunctionBreakpoints.
breakpoint(BreakpointEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
BreakpointEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'breakpoint' event type.
BreakpointEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
BreakpointLocation - Class in com.oracle.truffle.tools.dap.types
Properties of a breakpoint location returned from the 'breakpointLocations' request.
breakpointLocations(BreakpointLocationsArguments) - Method in class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 
breakpointLocations(BreakpointLocationsArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
breakpointLocations(BreakpointLocationsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
BreakpointLocationsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'breakpointLocations' request.
BreakpointLocationsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'breakpointLocations' request.
BreakpointLocationsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
BreakpointsHandler - Class in com.oracle.truffle.tools.dap.server
 
BreakpointsHandler(ExecutionContext, DebuggerSession) - Constructor for class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 

C

cancel(CancelArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
CancelArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'cancel' request.
CancelResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'cancel' request.
Capabilities - Class in com.oracle.truffle.tools.dap.types
Information about the capabilities of a debug adapter.
capabilities(CapabilitiesEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
CapabilitiesEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'capabilities' event type.
CapabilitiesEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
checkConditions(Breakpoint, DebugStackFrame) - Method in class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 
Checksum - Class in com.oracle.truffle.tools.dap.types
The checksum of an item calculated by the specified algorithm.
clientToDebuggerColumn(int) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
clientToDebuggerLine(int) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
ColumnDescriptor - Class in com.oracle.truffle.tools.dap.types
A ColumnDescriptor specifies what module attribute to show in a column of the ModulesView, how to format it, and what the column's label should be.
com.oracle.truffle.tools.dap.instrument - package com.oracle.truffle.tools.dap.instrument
 
com.oracle.truffle.tools.dap.server - package com.oracle.truffle.tools.dap.server
 
com.oracle.truffle.tools.dap.types - package com.oracle.truffle.tools.dap.types
 
CompletionItem - Class in com.oracle.truffle.tools.dap.types
CompletionItems are the suggestions returned from the CompletionsRequest.
completions(CompletionsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
CompletionsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'completions' request.
CompletionsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'completions' request.
CompletionsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
configurationDone(ConfigurationDoneArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
configurationDone(ConfigurationDoneArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ConfigurationDoneArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'configurationDone' request.
ConfigurationDoneResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'configurationDone' request.
connect(DebugProtocolClient) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
connect(DebugProtocolClient) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
connect(DebugProtocolServer, InputStream, OutputStream, ExecutorService) - Static method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer.Session
 
ContinueArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'continue' request.
continued(ContinuedEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
ContinuedEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'continued' event type.
ContinuedEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
ContinueResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'continue' request.
ContinueResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
create(ExecutionContext, boolean, boolean, boolean) - Static method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
create() - Static method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.AttachResponse
 
create(Boolean) - Static method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
create(BreakpointEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.BreakpointEvent
 
create(String, Breakpoint) - Static method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
create(Source, Integer) - Static method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
create(BreakpointLocationsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse
 
create(List<BreakpointLocation>) - Static method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse.ResponseBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.CancelArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.CancelResponse
 
create() - Static method in class com.oracle.truffle.tools.dap.types.Capabilities
 
create(CapabilitiesEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent
 
create(Capabilities) - Static method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent.EventBody
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.Checksum
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
create(CompletionsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.CompletionsResponse
 
create(List<CompletionItem>) - Static method in class com.oracle.truffle.tools.dap.types.CompletionsResponse.ResponseBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.ConfigurationDoneArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ConfigurationDoneResponse
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.ContinueArguments
 
create(ContinuedEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ContinuedEvent
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
 
create(ContinueResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ContinueResponse
 
create() - Static method in class com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
 
create(DataBreakpointInfoResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.DisassembleResponse
 
create(List<DisassembledInstruction>) - Static method in class com.oracle.truffle.tools.dap.types.DisassembleResponse.ResponseBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.DisconnectResponse
 
create(ErrorResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ErrorResponse
 
create() - Static method in class com.oracle.truffle.tools.dap.types.ErrorResponse.ResponseBody
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
create(EvaluateResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.EvaluateResponse
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.Event
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
 
create() - Static method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.ExceptionInfoArguments
 
create(ExceptionInfoResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
 
create(List<String>) - Static method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
 
create(ExitedEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ExitedEvent
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.ExitedEvent.EventBody
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
 
create(Integer, Integer) - Static method in class com.oracle.truffle.tools.dap.types.GotoArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.GotoResponse
 
create(Integer, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
create(Source, Integer) - Static method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
 
create(GotoTargetsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse
 
create(List<GotoTarget>) - Static method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse.ResponseBody
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.InitializedEvent
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.InitializeResponse
 
create() - Static method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.LaunchResponse
 
create(LoadedSourceEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent
 
create(String, Source) - Static method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.LoadedSourcesArguments
 
create(LoadedSourcesResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse
 
create(List<Source>) - Static method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse.ResponseBody
 
create(Integer, String) - Static method in class com.oracle.truffle.tools.dap.types.Message
 
create(Object, String) - Static method in class com.oracle.truffle.tools.dap.types.Module
 
create(ModuleEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ModuleEvent
 
create(String, Module) - Static method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.ModulesArguments
 
create(ModulesResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ModulesResponse
 
create(List<Module>) - Static method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.NextArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.NextResponse
 
create(OutputEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.OutputEvent
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.PauseArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.PauseResponse
 
create(ProcessEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ProcessEvent
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
create(ProgressEndEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
 
create(ProgressStartEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
create(ProgressUpdateEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
 
create(Integer, String) - Static method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.Request
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.Response
 
create() - Static method in class com.oracle.truffle.tools.dap.types.RestartArguments
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.RestartFrameArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.RestartFrameResponse
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.RestartResponse
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.ReverseContinueArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ReverseContinueResponse
 
create(String, List<String>) - Static method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
create(RunInTerminalResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse
 
create() - Static method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
 
create(String, Integer, Boolean) - Static method in class com.oracle.truffle.tools.dap.types.Scope
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.ScopesArguments
 
create(ScopesResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ScopesResponse
 
create(List<Scope>) - Static method in class com.oracle.truffle.tools.dap.types.ScopesResponse.ResponseBody
 
create(Source) - Static method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
create(SetBreakpointsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse
 
create(List<Breakpoint>) - Static method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse.ResponseBody
 
create(List<DataBreakpoint>) - Static method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsArguments
 
create(SetDataBreakpointsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse
 
create(List<Breakpoint>) - Static method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse.ResponseBody
 
create(List<String>) - Static method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsResponse
 
create(String, String) - Static method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
create(SetExpressionResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
create(List<FunctionBreakpoint>) - Static method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsArguments
 
create(SetFunctionBreakpointsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
 
create(List<Breakpoint>) - Static method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.ResponseBody
 
create(Integer, String, String) - Static method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
create(SetVariableResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SetVariableResponse
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.Source
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.SourceArguments
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
create(SourceResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.SourceResponse
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
 
create(Integer, String, Integer, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StackFrame
 
create() - Static method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
create(StackTraceResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StackTraceResponse
 
create(List<StackFrame>) - Static method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepBackArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepBackResponse
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepInArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepInResponse
 
create(Integer, String) - Static method in class com.oracle.truffle.tools.dap.types.StepInTarget
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepInTargetsArguments
 
create(StepInTargetsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse
 
create(List<StepInTarget>) - Static method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse.ResponseBody
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepOutArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StepOutResponse
 
create(StoppedEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.StoppedEvent
 
create(String) - Static method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.TerminateArguments
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.TerminatedEvent
 
create() - Static method in class com.oracle.truffle.tools.dap.types.TerminatedEvent.EventBody
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.TerminateResponse
 
create() - Static method in class com.oracle.truffle.tools.dap.types.TerminateThreadsArguments
 
create(Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.TerminateThreadsResponse
 
create(Integer, String) - Static method in class com.oracle.truffle.tools.dap.types.Thread
 
create(ThreadEvent.EventBody, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ThreadEvent
 
create(String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
 
create(ThreadsResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.ThreadsResponse
 
create(List<Thread>) - Static method in class com.oracle.truffle.tools.dap.types.ThreadsResponse.ResponseBody
 
create() - Static method in class com.oracle.truffle.tools.dap.types.ValueFormat
 
create(String, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.Variable
 
create() - Static method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
 
create(Integer) - Static method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
create(VariablesResponse.ResponseBody, Integer, Boolean, String, Integer) - Static method in class com.oracle.truffle.tools.dap.types.VariablesResponse
 
create(List<Variable>) - Static method in class com.oracle.truffle.tools.dap.types.VariablesResponse.ResponseBody
 

D

DAPInstrument - Class in com.oracle.truffle.tools.dap.instrument
 
DAPInstrument() - Constructor for class com.oracle.truffle.tools.dap.instrument.DAPInstrument
 
DataBreakpoint - Class in com.oracle.truffle.tools.dap.types
Properties of a data breakpoint passed to the setDataBreakpoints request.
dataBreakpointInfo(DataBreakpointInfoArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
DataBreakpointInfoArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'dataBreakpointInfo' request.
DataBreakpointInfoResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'dataBreakpointInfo' request.
DataBreakpointInfoResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
debuggerToClientColumn(int) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
debuggerToClientLine(int) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
DebugProtocolClient - Interface in com.oracle.truffle.tools.dap.types
 
DebugProtocolServer - Class in com.oracle.truffle.tools.dap.types
 
DebugProtocolServer() - Constructor for class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
DebugProtocolServer.ExceptionWithMessage - Exception in com.oracle.truffle.tools.dap.types
 
DebugProtocolServer.LoggerProxy - Interface in com.oracle.truffle.tools.dap.types
 
DebugProtocolServer.Session - Class in com.oracle.truffle.tools.dap.types
 
DebugProtocolServerImpl - Class in com.oracle.truffle.tools.dap.server
A DebugProtocolServer implementation using TCP sockets as transportation layer for the JSON-RPC requests.
disassemble(DisassembleArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
DisassembleArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'disassemble' request.
DisassembledInstruction - Class in com.oracle.truffle.tools.dap.types
Represents a single disassembled instruction.
DisassembleResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'disassemble' request.
DisassembleResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
disconnect(DisconnectArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
disconnect(DisconnectArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
DisconnectArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'disconnect' request.
DisconnectResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'disconnect' request.
dispose() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
doContinue(ContinueArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
doContinue(ContinueArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
doGoto(GotoArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
doRunIfWaitingForDebugger() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 

E

equals(Object) - Method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.AttachResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CancelArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CancelResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Checksum
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ConfigurationDoneArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ConfigurationDoneResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ContinueArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.DisconnectResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Event
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.GotoArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.GotoResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.InitializedEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.InitializeResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LaunchResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Message
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Module
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ModulesArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.NextArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.NextResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.PauseArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.PauseResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Request
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Response
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RestartArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RestartFrameArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RestartFrameResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RestartResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ReverseContinueArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ReverseContinueResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ScopesArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Source
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SourceArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SourceResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepBackArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepBackResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepInArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepInResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepInTarget
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepOutArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StepOutResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminateArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminateResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminateThreadsArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminateThreadsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Thread
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse.ResponseBody
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.ValueFormat
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse
 
equals(Object) - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse.ResponseBody
 
errorFromEvaluate(String) - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
ErrorResponse - Class in com.oracle.truffle.tools.dap.types
On error (whenever 'success' is false), the body can provide more details.
ErrorResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
Errors - Class in com.oracle.truffle.tools.dap.server
 
Errors() - Constructor for class com.oracle.truffle.tools.dap.server.Errors
 
evaluate(EvaluateArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
evaluate(EvaluateArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
EvaluateArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'evaluate' request.
evaluateOnStackFrame(ThreadsHandler.SuspendedThreadInfo, int, String) - Static method in class com.oracle.truffle.tools.dap.server.StackFramesHandler
 
EvaluateResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'evaluate' request.
EvaluateResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
Event - Class in com.oracle.truffle.tools.dap.types
A debug adapter initiated event.
ExceptionBreakpointsFilter - Class in com.oracle.truffle.tools.dap.types
An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are dealt with.
ExceptionDetails - Class in com.oracle.truffle.tools.dap.types
Detailed information about an exception that has occurred.
exceptionInfo(ExceptionInfoArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
exceptionInfo(ExceptionInfoArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ExceptionInfoArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'exceptionInfo' request.
ExceptionInfoResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'exceptionInfo' request.
ExceptionInfoResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
ExceptionOptions - Class in com.oracle.truffle.tools.dap.types
An ExceptionOptions assigns configuration options to a set of exceptions.
ExceptionPathSegment - Class in com.oracle.truffle.tools.dap.types
An ExceptionPathSegment represents a segment in a path that is used to match leafs or nodes in a tree of exceptions.
ExceptionWithMessage(Message, String) - Constructor for exception com.oracle.truffle.tools.dap.types.DebugProtocolServer.ExceptionWithMessage
 
executeInSuspendedThread(int, Function<ThreadsHandler.SuspendedThreadInfo, Boolean>) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
ExecutionContext - Class in com.oracle.truffle.tools.dap.server
The execution context.
ExecutionContext(TruffleInstrument.Env, PrintWriter, PrintWriter, boolean, boolean) - Constructor for class com.oracle.truffle.tools.dap.server.ExecutionContext
 
exited(ExitedEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
ExitedEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'exited' event type.
ExitedEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 

F

from(Source) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
FunctionBreakpoint - Class in com.oracle.truffle.tools.dap.types
Properties of a breakpoint passed to the setFunctionBreakpoints request.

G

get(String) - Method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
Additional implementation specific attributes.
get(String) - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
Additional implementation specific attributes.
getAccessType() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
The access type of the data.
getAccessTypes() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
Optional attribute listing the available access types for a potential data breakpoint.
getAdapterData() - Method in class com.oracle.truffle.tools.dap.types.Source
Optional data that a debug adapter might want to loop through the client.
getAdapterID() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
The ID of the debug adapter.
getAdditionalModuleColumns() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The set of additional module information exposed by the debug adapter.
getAddress() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
The address of the instruction.
getAddress() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
The address of the first byte of data returned.
getAddressRange() - Method in class com.oracle.truffle.tools.dap.types.Module
Address range covered by this module.
getAlgorithm() - Method in class com.oracle.truffle.tools.dap.types.Checksum
The algorithm used to calculate this checksum.
getAllThreadsContinued() - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
If 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued.
getAllThreadsContinued() - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
If true, the 'continue' request has ignored the specified thread and continued all threads instead.
getAllThreadsStopped() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
If 'allThreadsStopped' is true, a debug adapter can announce that all threads have stopped.
getArgs() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
List of arguments.
getArguments() - Method in class com.oracle.truffle.tools.dap.types.Request
Object containing arguments for the command.
getAttributeName() - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
Name of the attribute rendered in this column.
getAttributes() - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
Set of attributes represented as an array of strings.
getBody() - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.Event
Event-specific information.
getBody() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.InitializeResponse
The capabilities of this debug adapter.
getBody() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.Response
Contains request result if success is true and optional error details if success is false.
getBody() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.SourceResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse
 
getBody() - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse
 
getBreakMode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
Mode that caused the exception notification to be raised.
getBreakMode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
Condition when a thrown exception should result in a break.
getBreakpoint() - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
The 'id' attribute is used to find the target breakpoint and the other attributes are used as the new values.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse.ResponseBody
Sorted set of possible breakpoint locations.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
The code locations of the breakpoints.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse.ResponseBody
Information about the breakpoints.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsArguments
The contents of this array replaces all existing data breakpoints.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse.ResponseBody
Information about the data breakpoints.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsArguments
The function names of the breakpoints.
getBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.ResponseBody
Information about the breakpoints.
getBreakpointsHandler() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getById(Class<T>, int) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler.SuspendedThreadInfo
 
getCancellable() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
If true, the request that reports progress may be canceled with a 'cancel' request.
getCanPersist() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
Optional attribute indicating that a potential data breakpoint could be persisted across sessions.
getCapabilities() - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent.EventBody
The set of updated capabilities.
getCategory() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
The output category.
getChecksum() - Method in class com.oracle.truffle.tools.dap.types.Checksum
Value of the checksum.
getChecksums() - Method in class com.oracle.truffle.tools.dap.types.Source
The checksums associated with this file.
getClient() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getClientID() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
The ID of the (frontend) client using this adapter.
getClientName() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
The human readable name of the (frontend) client using this adapter.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
An optional start column of the actual range covered by the breakpoint.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
Optional start column of breakpoint location.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
Optional start column of range to search possible breakpoint locations in.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
The character position for which to determine the completion proposals.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
The column within the line that corresponds to this instruction, if any.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
An optional column of the goto target.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
An optional column location for which the goto targets are determined.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
An optional source location column where the output was produced.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.Scope
Optional start column of the range covered by this scope.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
An optional source column of the breakpoint.
getColumn() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
The column within the line.
getColumnsStartAt1() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
If true all column numbers are 1-based (default).
getCommand() - Method in class com.oracle.truffle.tools.dap.types.Request
The command to execute.
getCommand() - Method in class com.oracle.truffle.tools.dap.types.Response
The command requested.
getCompletionTriggerCharacters() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The set of characters that should trigger completion in a REPL.
getCondition() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
An optional expression for conditional breakpoints.
getCondition() - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
An optional expression for conditional breakpoints.
getCondition() - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
An optional expression for conditional breakpoints.
getContent() - Method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
Content of the source reference.
getContext() - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
The context in which the evaluate request is run.
getCount() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
Number of bytes to read at the specified location and offset.
getCount() - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
The number of variables to return.
getCwd() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
Working directory of the command.
getData() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
Optional data to report.
getData() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
The bytes read from memory, encoded using base64.
getDataId() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
An id representing the data.
getDataId() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or null if no data breakpoint is available.
getDateTimeStamp() - Method in class com.oracle.truffle.tools.dap.types.Module
Module created or modified.
getDebugMessage() - Method in exception com.oracle.truffle.tools.dap.types.DebugProtocolServer.ExceptionWithMessage
 
getDefault() - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
Initial value of the filter.
getDescription() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available.
getDescription() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
Descriptive text for the exception provided by the debug adapter.
getDescription() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
The full reason for the event, e.g.
getDetails() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
Detailed information about the exception.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
An optional end column of the actual range covered by the breakpoint.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
Optional end column of breakpoint location if the location covers a range.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
Optional end column of range to search possible breakpoint locations in.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
The end column of the range that corresponds to this instruction, if any.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
An optional end column of the range covered by the goto target.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.Scope
Optional end column of the range covered by this scope.
getEndColumn() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
An optional end column of the range covered by the stack frame.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
An optional end line of the actual range covered by the breakpoint.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
Optional end line of breakpoint location if the location covers a range.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
Optional end line of range to search possible breakpoint locations in.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
The end line of the range that corresponds to this instruction, if any.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
An optional end line of the range covered by the goto target.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.Scope
Optional end line of the range covered by this scope.
getEndLine() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
An optional end line of the range covered by the stack frame.
getEnv() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getEnv() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
Environment key-value pairs that are added to or removed from the default environment.
getErr() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getError() - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse.ResponseBody
An optional, structured error message.
getEvaluateName() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
Optional expression that can be evaluated in the current scope to obtain the exception object.
getEvaluateName() - Method in class com.oracle.truffle.tools.dap.types.Variable
Optional evaluatable name of this variable which can be passed to the 'EvaluateRequest' to fetch the variable's value.
getEvent() - Method in class com.oracle.truffle.tools.dap.types.Event
Type of event.
getExceptionBreakpointFilters() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
Available filters or options for the setExceptionBreakpoints request.
getExceptionId() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
ID of the exception that was thrown.
getExceptionOptions() - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
Configuration options for selected exceptions.
getExitCode() - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent.EventBody
The exit code returned from the debuggee.
getExpression() - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
The expression to evaluate.
getExpression() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
The l-value expression to assign to.
getFilter() - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
The internal ID of the filter.
getFilter() - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
Optional filter to limit the child variables to either named or indexed.
getFilters() - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
IDs of checked exception options.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
Format to use for the rendered values in this column.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
Specifies details on how to format the Evaluate result.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.Message
A format string for the message.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
Specifies how the resulting value should be formatted.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
Specifies details on how to format the response value.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
Specifies details on how to format the stack frames.
getFormat() - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
Specifies details on how to format the Variable values.
getFrameId() - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
Returns completions in the scope of this stack frame.
getFrameId() - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
Evaluate the expression in the scope of this stack frame.
getFrameId() - Method in class com.oracle.truffle.tools.dap.types.RestartFrameArguments
Restart this stackframe.
getFrameId() - Method in class com.oracle.truffle.tools.dap.types.ScopesArguments
Retrieve the scopes for this stackframe.
getFrameId() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
Evaluate the expressions in the scope of this stack frame.
getFrameId() - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsArguments
The stack frame for which to retrieve the possible stepIn targets.
getFullTypeName() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
Fully-qualified type name of the exception object.
getGroup() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
Support for keeping an output log organized by grouping related messages.
getHex() - Method in class com.oracle.truffle.tools.dap.types.ValueFormat
Display the value in hex.
getHitCondition() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
An optional expression that controls how many hits of the breakpoint are ignored.
getHitCondition() - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
An optional expression that controls how many hits of the breakpoint are ignored.
getHitCondition() - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
An optional expression that controls how many hits of the breakpoint are ignored.
getId(Object) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler.SuspendedThreadInfo
 
getId() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
An optional identifier for the breakpoint.
getId() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
Unique identifier for a goto target.
getId() - Method in class com.oracle.truffle.tools.dap.types.Message
Unique identifier for the message.
getId() - Method in class com.oracle.truffle.tools.dap.types.Module
Unique identifier for the module.
getId() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
An identifier for the stack frame.
getId() - Method in class com.oracle.truffle.tools.dap.types.StepInTarget
Unique identifier for a stepIn target.
getId() - Method in class com.oracle.truffle.tools.dap.types.Thread
Unique identifier for the thread.
getIncludeAll() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Includes all stack frames, including those the debug adapter might otherwise hide.
getIndexedVariables() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
The number of indexed child variables.
getIndexedVariables() - Method in class com.oracle.truffle.tools.dap.types.Scope
The number of indexed variables in this scope.
getIndexedVariables() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
The number of indexed child variables.
getIndexedVariables() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
The number of indexed child variables.
getIndexedVariables() - Method in class com.oracle.truffle.tools.dap.types.Variable
The number of indexed child variables.
getInfo() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getInnerException() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
Details of the exception contained by this exception, if any.
getInstruction() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
Text representing the instruction and its operands, in an implementation-defined format.
getInstructionBytes() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
Optional raw bytes representing the instruction and its operands, in an implementation-defined format.
getInstructionCount() - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
Number of instructions to disassemble starting at the specified location and offset.
getInstructionOffset() - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
Optional offset (in instructions) to be applied after the byte offset (if any) before disassembling.
getInstructionPointerReference() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
Optional memory reference for the instruction pointer value represented by this target.
getInstructionPointerReference() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
Optional memory reference for the current instruction pointer in this frame.
getInstructions() - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse.ResponseBody
The list of disassembled instructions.
getIsLocalProcess() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
If true, the process is running on the same computer as the debug adapter.
getIsOptimized() - Method in class com.oracle.truffle.tools.dap.types.Module
True if the module is optimized.
getIsUserCode() - Method in class com.oracle.truffle.tools.dap.types.Module
True if the module is considered 'user code' by a debugger that supports 'Just My Code'.
getKind() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
What kind of terminal to launch.
getKind() - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
The kind of variable.
getLabel() - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
Header UI label of column.
getLabel() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
The label of this completion item.
getLabel() - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
The name of the filter.
getLabel() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
The name of the goto target (shown in the UI).
getLabel() - Method in class com.oracle.truffle.tools.dap.types.StepInTarget
The name of the stepIn target (shown in the UI).
getLength() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
This value determines how many characters are overwritten by the completion text.
getLevels() - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
The maximum number of frames to return.
getLine() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
The start line of the actual range covered by the breakpoint.
getLine() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
Start line of breakpoint location.
getLine() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
Start line of range to search possible breakpoint locations in.
getLine() - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
An optional line for which to determine the completion proposals.
getLine() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
The line within the source location that corresponds to this instruction, if any.
getLine() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
The line of the goto target.
getLine() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
The line location for which the goto targets are determined.
getLine() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
An optional source location line where the output was produced.
getLine() - Method in class com.oracle.truffle.tools.dap.types.Scope
Optional start line of the range covered by this scope.
getLine() - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
The source line of the breakpoint or logpoint.
getLine() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
The line within the file of the frame.
getLine() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Displays the line number of the stack frame.
getLines() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
Deprecated: The code locations of the breakpoints.
getLinesStartAt1() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
If true all line numbers are 1-based (default).
getLoadedSources() - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
getLoadedSourcesHandler() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getLocale() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
The ISO-639 locale of the (frontend) client using this adapter, e.g.
getLocation() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
Source location that corresponds to this instruction, if any.
getLogger() - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
getLogger() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getLogger() - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
getLogMessage(Breakpoint) - Method in class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 
getLogMessage() - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
If this attribute exists and is non-empty, the backend must not 'break' (stop) but log the message instead.
getMemoryReference() - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
Memory reference to the base location containing the instructions to disassemble.
getMemoryReference() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
Optional memory reference to a location appropriate for this result.
getMemoryReference() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
Memory reference to the base location from which data should be read.
getMemoryReference() - Method in class com.oracle.truffle.tools.dap.types.Variable
Optional memory reference for the variable if the variable represents executable code, such as a function pointer.
getMessage() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
An optional message about the state of the breakpoint.
getMessage() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
Message contained in the exception.
getMessage() - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
Optional, more detailed progress message.
getMessage() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
Optional, more detailed progress message.
getMessage() - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
Optional, more detailed progress message.
getMessage() - Method in class com.oracle.truffle.tools.dap.types.Response
Contains the raw error in short form if 'success' is false.
getMimeType() - Method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
Optional content type (mime type) of the source.
getModule() - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
The new, changed, or removed module.
getModule() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Displays the module of the stack frame.
getModuleCount() - Method in class com.oracle.truffle.tools.dap.types.ModulesArguments
The number of modules to return.
getModuleId() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
The module associated with this frame, if any.
getModules() - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
All modules or range of modules.
getName() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
The name of the Variable's child to obtain data breakpoint information for.
getName() - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
The name of the function.
getName() - Method in class com.oracle.truffle.tools.dap.types.Module
A name of the module.
getName() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
The logical name of the process.
getName() - Method in class com.oracle.truffle.tools.dap.types.Scope
Name of the scope such as 'Arguments', 'Locals', or 'Registers'.
getName() - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
The name of the variable in the container.
getName() - Method in class com.oracle.truffle.tools.dap.types.Source
The short name of the source.
getName() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
The name of the stack frame, typically a method name.
getName() - Method in class com.oracle.truffle.tools.dap.types.Thread
A name of the thread.
getName() - Method in class com.oracle.truffle.tools.dap.types.Variable
The variable's name.
getNamedVariables() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
The number of named child variables.
getNamedVariables() - Method in class com.oracle.truffle.tools.dap.types.Scope
The number of named variables in this scope.
getNamedVariables() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
The number of named child variables.
getNamedVariables() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
The number of named child variables.
getNamedVariables() - Method in class com.oracle.truffle.tools.dap.types.Variable
The number of named child variables.
getNames() - Method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
Depending on the value of 'negate' the names that should match or not match.
getNegate() - Method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
If false or missing this segment matches the names provided, otherwise it matches anything except the names provided.
getNoDebug() - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
If noDebug is true the launch request should launch the program without enabling debugging.
getOffset() - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
Optional offset (in bytes) to be applied to the reference location before disassembling.
getOffset() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
Optional offset (in bytes) to be applied to the reference location before reading data.
getOptionDescriptors() - Method in class com.oracle.truffle.tools.dap.instrument.DAPInstrument
 
getOrigin() - Method in class com.oracle.truffle.tools.dap.types.Source
The (optional) origin of this source: possible values 'internal module', 'inlined content from source map', etc.
getOutput() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
The output to report.
getParameterNames() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Displays the names of parameters for the stack frame.
getParameters() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Displays parameters for the stack frame.
getParameterTypes() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Displays the types of parameters for the stack frame.
getParameterValues() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
Displays the values of parameters for the stack frame.
getPath() - Method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
A path that selects a single or multiple exceptions in a tree.
getPath() - Method in class com.oracle.truffle.tools.dap.types.Module
optional but recommended attributes.
getPath() - Method in class com.oracle.truffle.tools.dap.types.Source
The path of the source to be shown in the UI.
getPathFormat() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Determines in what format paths are specified.
getPercentage() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
Optional progress percentage to display (value range: 0 to 100).
getPercentage() - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
Optional progress percentage to display (value range: 0 to 100).
getPointerSize() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
The size of a pointer or address for this process, in bits.
getPresentationHint() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
Properties of a evaluate result that can be used to determine how to render the result in the UI.
getPresentationHint() - Method in class com.oracle.truffle.tools.dap.types.Scope
An optional hint for how to present this scope in the UI.
getPresentationHint() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
Properties of a value that can be used to determine how to render the result in the UI.
getPresentationHint() - Method in class com.oracle.truffle.tools.dap.types.Source
An optional hint for how to present the source in the UI.
getPresentationHint() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
An optional hint for how to present this frame in the UI.
getPresentationHint() - Method in class com.oracle.truffle.tools.dap.types.Variable
Properties of a variable that can be used to determine how to render the variable in the UI.
getPreserveFocusHint() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
A value of true hints to the frontend that this event should not change the focus.
getProcessId() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
The process ID.
getProgressId() - Method in class com.oracle.truffle.tools.dap.types.CancelArguments
The ID (attribute 'progressId') of the progress to cancel.
getProgressId() - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
The ID that was introduced in the initial 'ProgressStartEvent'.
getProgressId() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
An ID that must be used in subsequent 'progressUpdate' and 'progressEnd' events to make them refer to the same progress reporting.
getProgressId() - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
The ID that was introduced in the initial 'progressStart' event.
getReason() - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
The reason for the event.
getReason() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
The reason for the event.
getReason() - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
The reason for the event.
getReason() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
The reason for the event.
getReason() - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
The reason for the event.
getRequestId() - Method in class com.oracle.truffle.tools.dap.types.CancelArguments
The ID (attribute 'seq') of the request to cancel.
getRequestId() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
The request ID that this progress report is related to.
getRequestSeq() - Method in class com.oracle.truffle.tools.dap.types.Response
Sequence number of the corresponding request.
getResolveSymbols() - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
If true, the adapter should attempt to resolve memory addresses and other values to symbolic names.
getRestart() - Method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
Optional data from the previous, restarted session.
getRestart() - Method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
A value of true indicates that this 'disconnect' request is part of a restart sequence.
getRestart() - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
Optional data from the previous, restarted session.
getRestart() - Method in class com.oracle.truffle.tools.dap.types.TerminateArguments
A value of true indicates that this 'terminate' request is part of a restart sequence.
getRestart() - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent.EventBody
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the front end restarts the session.
getResult() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
The result of the evaluate request.
getScopes(ThreadsHandler.SuspendedThreadInfo, int) - Method in class com.oracle.truffle.tools.dap.server.StackFramesHandler
 
getScopes() - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse.ResponseBody
The scopes of the stackframe.
getScriptId(Source) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
getSelectionLength() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
Determines the length of the new selection after the text has been inserted (or replaced).
getSelectionStart() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
Determines the start of the new selection after the text has been inserted (or replaced).
getSendTelemetry() - Method in class com.oracle.truffle.tools.dap.types.Message
If true send to telemetry.
getSeq() - Method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
Sequence number (also known as message ID).
getShellProcessId() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
The process ID of the terminal shell.
getShowUser() - Method in class com.oracle.truffle.tools.dap.types.Message
If true show user.
getSortText() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
A string that should be used when comparing this item with other items.
getSource(int) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
getSource(String) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
getSource() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
The source where the breakpoint is located.
getSource() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.
getSource() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
The source location for which the goto targets are determined.
getSource() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
The new, changed, or removed source.
getSource() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
An optional source location where the output was produced.
getSource() - Method in class com.oracle.truffle.tools.dap.types.Scope
Optional source for this scope.
getSource() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.
getSource() - Method in class com.oracle.truffle.tools.dap.types.SourceArguments
Specifies the source content to load.
getSource() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
The optional source of the frame.
getSourceModified() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
A value of true indicates that the underlying source has been modified which results in new breakpoint locations.
getSourceReference() - Method in class com.oracle.truffle.tools.dap.types.Source
If sourceReference > 0 the contents of the source must be retrieved through the SourceRequest (even if a path is specified).
getSourceReference() - Method in class com.oracle.truffle.tools.dap.types.SourceArguments
The reference to the source.
getSources() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse.ResponseBody
Set of loaded sources.
getSources() - Method in class com.oracle.truffle.tools.dap.types.Source
An optional list of sources that are related to this source.
getStackFrames() - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
The frames of the stackframe.
getStackFramesHandler() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getStackTrace(ThreadsHandler.SuspendedThreadInfo) - Method in class com.oracle.truffle.tools.dap.server.StackFramesHandler
 
getStackTrace() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
Stack trace at the time the exception was thrown.
getStart() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
This value determines the location (in the CompletionsRequest's 'text' attribute) where the completion text is added.
getStart() - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
The index of the first variable to return; if omitted children start at 0.
getStartFrame() - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
The index of the first frame to return; if omitted frames start at 0.
getStartMethod() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
Describes how the debug engine started debugging this process.
getStartModule() - Method in class com.oracle.truffle.tools.dap.types.ModulesArguments
The index of the first module to return; if omitted modules start at 0.
getSupportedChecksumAlgorithms() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
Checksum algorithms supported by the debug adapter.
getSupportsBreakpointLocationsRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'breakpointLocations' request.
getSupportsCancelRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'cancel' request.
getSupportsClipboardContext() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'clipboard' context value in the 'evaluate' request.
getSupportsCompletionsRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'completions' request.
getSupportsConditionalBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports conditional breakpoints.
getSupportsConfigurationDoneRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'configurationDone' request.
getSupportsDataBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports data breakpoints.
getSupportsDelayedStackTraceLoading() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the delayed loading of parts of the stack, which requires that both the 'startFrame' and 'levels' arguments and the 'totalFrames' result of the 'StackTrace' request are supported.
getSupportsDisassembleRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'disassemble' request.
getSupportsEvaluateForHovers() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports a (side effect free) evaluate request for data hovers.
getSupportsExceptionInfoRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'exceptionInfo' request.
getSupportsExceptionOptions() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports 'exceptionOptions' on the setExceptionBreakpoints request.
getSupportsFunctionBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports function breakpoints.
getSupportsGotoTargetsRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'gotoTargets' request.
getSupportsHitConditionalBreakpoints() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports breakpoints that break execution after a specified number of hits.
getSupportsLoadedSourcesRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'loadedSources' request.
getSupportsLogPoints() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports logpoints by interpreting the 'logMessage' attribute of the SourceBreakpoint.
getSupportsMemoryReferences() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Client supports memory references.
getSupportsModulesRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'modules' request.
getSupportsProgressReporting() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Client supports progress reporting.
getSupportsReadMemoryRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'readMemory' request.
getSupportsRestartFrame() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports restarting a frame.
getSupportsRestartRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'restart' request.
getSupportsRunInTerminalRequest() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Client supports the runInTerminal request.
getSupportsSetExpression() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'setExpression' request.
getSupportsSetVariable() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports setting a variable to a value.
getSupportsStepBack() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports stepping back via the 'stepBack' and 'reverseContinue' requests.
getSupportsStepInTargetsRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'stepInTargets' request.
getSupportsTerminateRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'terminate' request.
getSupportsTerminateThreadsRequest() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'terminateThreads' request.
getSupportsValueFormattingOptions() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports a 'format' attribute on the stackTraceRequest, variablesRequest, and evaluateRequest.
getSupportsVariablePaging() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Client supports the paging of variables.
getSupportsVariableType() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
Client supports the optional type attribute for variables.
getSupportTerminateDebuggee() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
The debug adapter supports the 'terminateDebuggee' attribute on the 'disconnect' request.
getSuspendedEvent() - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler.SuspendedThreadInfo
 
getSymbol() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
Name of the symbol that corresponds with the location of this instruction, if any.
getSymbolFilePath() - Method in class com.oracle.truffle.tools.dap.types.Module
Logical full path to the symbol file.
getSymbolStatus() - Method in class com.oracle.truffle.tools.dap.types.Module
User understandable description of if symbols were found for the module (ex: 'Symbols Loaded', 'Symbols not found', etc.
getSystemProcessId() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
The system process id of the debugged process.
getTargetId() - Method in class com.oracle.truffle.tools.dap.types.GotoArguments
The location where the debuggee will continue to run.
getTargetId() - Method in class com.oracle.truffle.tools.dap.types.StepInArguments
Optional id of the target to step into.
getTargets() - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse.ResponseBody
The possible completions for .
getTargets() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse.ResponseBody
The possible goto targets of the specified location.
getTargets() - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse.ResponseBody
The possible stepIn targets of the specified source location.
getTerminateDebuggee() - Method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
Indicates whether the debuggee should be terminated when the debugger is disconnected.
getText() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
If text is not falsy then it is inserted instead of the label.
getText() - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
One or more source lines.
getText() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
Additional information.
getThreadId() - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler.SuspendedThreadInfo
 
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.ContinueArguments
Continue execution for the specified thread (if possible).
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
The thread which was continued.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoArguments
Thread for which exception information should be retrieved.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.GotoArguments
Set the goto target for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.NextArguments
Execute 'next' for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.PauseArguments
Pause execution for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.ReverseContinueArguments
Execute 'reverseContinue' for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
Retrieve the stacktrace for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.StepBackArguments
Execute 'stepBack' for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.StepInArguments
Execute 'stepIn' for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.StepOutArguments
Execute 'stepOut' for this thread.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
The thread which was stopped.
getThreadId() - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
The identifier of the thread.
getThreadIds() - Method in class com.oracle.truffle.tools.dap.types.TerminateThreadsArguments
Ids of threads to be terminated.
getThreads() - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
getThreads() - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse.ResponseBody
All threads.
getThreadsHandler() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getTitle() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
Mandatory (short) title of the progress reporting.
getTitle() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
Optional title of the terminal.
getTotalFrames() - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
The total number of frames available.
getTotalModules() - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
The total number of modules available.
getType() - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
Datatype of values in this column.
getType() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
The item's type.
getType() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
The optional type of the evaluate result.
getType() - Method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
Message type.
getType() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
The optional type of the value.
getType() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
The type of the new value.
getType() - Method in class com.oracle.truffle.tools.dap.types.Variable
The type of the variable's value.
getTypeName() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
Short type name of the exception object.
getUnreadableBytes() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
The number of unreadable bytes encountered after the last successfully read byte.
getUrl() - Method in class com.oracle.truffle.tools.dap.types.Message
An optional url where additional information about this message can be found.
getUrlLabel() - Method in class com.oracle.truffle.tools.dap.types.Message
An optional label that is presented to the user as the UI for opening the url.
getValue() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
The value expression to assign to the l-value expression.
getValue() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
The new value of the expression.
getValue() - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
The value of the variable.
getValue() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
The new value of the variable.
getValue() - Method in class com.oracle.truffle.tools.dap.types.Variable
The variable's value.
getVariables(ThreadsHandler.SuspendedThreadInfo, VariablesArguments) - Method in class com.oracle.truffle.tools.dap.server.VariablesHandler
 
getVariables() - Method in class com.oracle.truffle.tools.dap.types.Message
An object used as a dictionary for looking up the variables in the format string.
getVariables() - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse.ResponseBody
All (or a range) of variables for the given variable reference.
getVariablesHandler() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
Reference to the Variable container if the data breakpoint is requested for a child of the container.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
If variablesReference is > 0, the evaluate result is structured and its children can be retrieved by passing variablesReference to the VariablesRequest.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
If an attribute 'variablesReference' exists and its value is > 0, the output contains objects which can be retrieved by passing 'variablesReference' to the 'variables' request.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.Scope
The variables of this scope can be retrieved by passing the value of variablesReference to the VariablesRequest.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
If variablesReference is > 0, the value is structured and its children can be retrieved by passing variablesReference to the VariablesRequest.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
The reference of the variable container.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
If variablesReference is > 0, the new value is structured and its children can be retrieved by passing variablesReference to the VariablesRequest.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.Variable
If variablesReference is > 0, the variable is structured and its children can be retrieved by passing variablesReference to the VariablesRequest.
getVariablesReference() - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
The Variable reference.
getVersion() - Method in class com.oracle.truffle.tools.dap.types.Module
Version of Module.
getVisibility() - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
Visibility of variable.
getWidth() - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
Width of this column in characters (hint only).
GotoArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'goto' request.
GotoResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'goto' request.
GotoTarget - Class in com.oracle.truffle.tools.dap.types
A GotoTarget describes a code location that can be used as a target in the 'goto' request.
gotoTargets(GotoTargetsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
GotoTargetsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'gotoTargets' request.
GotoTargetsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'gotoTargets' request.
GotoTargetsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 

H

hashCode() - Method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.AttachResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CancelArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CancelResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Checksum
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ConfigurationDoneArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ConfigurationDoneResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ContinueArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.DisconnectResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Event
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.GotoArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.GotoResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.InitializedEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.InitializeResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LaunchResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Message
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Module
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ModulesArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.NextArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.NextResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.OutputEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.PauseArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.PauseResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Request
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Response
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RestartArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RestartFrameArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RestartFrameResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RestartResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ReverseContinueArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ReverseContinueResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Scope
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ScopesArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Source
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SourceArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SourceResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepBackArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepBackResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepInArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepInResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepInTarget
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepOutArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StepOutResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.TerminateArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.TerminateResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.TerminateThreadsArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.TerminateThreadsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Thread
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse.ResponseBody
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.ValueFormat
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.Variable
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse
 
hashCode() - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse.ResponseBody
 

I

ID - Static variable in class com.oracle.truffle.tools.dap.instrument.DAPInstrument
 
initClient(DebugProtocolClient) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
initialize(InitializeRequestArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
initialize(InitializeRequestArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
initialized() - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
InitializedEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'initialized' event type.
InitializeRequestArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'initialize' request.
InitializeResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'initialize' request.
initSession(DebuggerSession) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
invalidThread(Integer) - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
isExpensive() - Method in class com.oracle.truffle.tools.dap.types.Scope
If true, the number of variables in this scope is large or expensive to retrieve.
isInspectInitialization() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
isInspectInternal() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
isLoggable(Level) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolServer.LoggerProxy
 
isSuccess() - Method in class com.oracle.truffle.tools.dap.types.Response
Outcome of the request.
isVerified() - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
If true breakpoint could be set (but not necessarily at the desired location).

J

JSONBase - Class in com.oracle.truffle.tools.dap.types
 

L

launch(LaunchRequestArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
launch(LaunchRequestArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
LaunchRequestArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'launch' request.
LaunchResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'launch' request.
loadedSource(LoadedSourceEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
LoadedSourceEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'loadedSource' event type.
LoadedSourceEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
loadedSources(LoadedSourcesArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
loadedSources(LoadedSourcesArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
LoadedSourcesArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'loadedSources' request.
LoadedSourcesHandler - Class in com.oracle.truffle.tools.dap.server
 
LoadedSourcesHandler(ExecutionContext, DebuggerSession) - Constructor for class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
LoadedSourcesResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'loadedSources' request.
LoadedSourcesResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
log(Level, String) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolServer.LoggerProxy
 
log(Level, String, Throwable) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolServer.LoggerProxy
 

M

Message - Class in com.oracle.truffle.tools.dap.types
A structured message object.
module(ModuleEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
Module - Class in com.oracle.truffle.tools.dap.types
A Module object represents a row in the modules view.
ModuleEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'module' event type.
ModuleEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
modules(ModulesArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ModulesArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'modules' request.
ModulesResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'modules' request.
ModulesResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 

N

next(NextArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
next(NextArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
NextArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'next' request.
NextResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'next' request.
noCallStackAvailable() - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
noStoredException() - Static method in class com.oracle.truffle.tools.dap.server.Errors
 

O

onCreate(TruffleInstrument.Env) - Method in class com.oracle.truffle.tools.dap.instrument.DAPInstrument
 
onFinalize(TruffleInstrument.Env) - Method in class com.oracle.truffle.tools.dap.instrument.DAPInstrument
 
onLoad(LoadSourceEvent) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 
onThreadDisposed(TruffleContext, Thread) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
onThreadInitialized(TruffleContext, Thread) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
output(OutputEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
OutputEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'output' event type.
OutputEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 

P

pause(PauseArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
pause(int) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
pause(PauseArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
PauseArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'pause' request.
PauseResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'pause' request.
process(ProcessEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
ProcessEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'process' event type.
ProcessEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
progressEnd(ProgressEndEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
ProgressEndEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'progressEnd' event type.
ProgressEndEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
progressStart(ProgressStartEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
ProgressStartEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'progressStart' event type.
ProgressStartEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
progressUpdate(ProgressUpdateEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
ProgressUpdateEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'progressUpdate' event type.
ProgressUpdateEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
ProtocolMessage - Class in com.oracle.truffle.tools.dap.types
Base class of requests, responses, and events.

R

readMemory(ReadMemoryArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ReadMemoryArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'readMemory' request.
ReadMemoryResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'readMemory' request.
ReadMemoryResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
Request - Class in com.oracle.truffle.tools.dap.types
A client or debug adapter initiated request.
Response - Class in com.oracle.truffle.tools.dap.types
Response for a request.
restart(RestartArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
RestartArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'restart' request.
restartFrame(RestartFrameArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
RestartFrameArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'restartFrame' request.
RestartFrameResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'restartFrame' request.
RestartResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'restart' request.
reverseContinue(ReverseContinueArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ReverseContinueArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'reverseContinue' request.
ReverseContinueResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'reverseContinue' request.
run() - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer.Session
 
runInTerminal(RunInTerminalRequestArguments) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
RunInTerminalRequestArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'runInTerminal' request.
RunInTerminalResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'runInTerminal' request.
RunInTerminalResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
runOnLoad(String, Consumer<Source>) - Method in class com.oracle.truffle.tools.dap.server.LoadedSourcesHandler
 

S

Scope - Class in com.oracle.truffle.tools.dap.types
A Scope is a named container for variables.
scopes(ScopesArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
scopes(ScopesArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ScopesArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'scopes' request.
ScopesResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'scopes' request.
ScopesResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
set(String, Object) - Method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
 
set(String, Object) - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
 
setAccessType(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
setAccessTypes(List<String>) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
setAdapterData(Object) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setAdapterID(String) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setAdditionalModuleColumns(List<ColumnDescriptor>) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setAddress(String) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setAddress(String) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
 
setAddressRange(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setAlgorithm(String) - Method in class com.oracle.truffle.tools.dap.types.Checksum
 
setAllThreadsContinued(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
 
setAllThreadsContinued(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse.ResponseBody
 
setAllThreadsStopped(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
setArgs(List<String>) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
setArguments(Object) - Method in class com.oracle.truffle.tools.dap.types.Request
 
setAttributeName(String) - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
setAttributes(List<String>) - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
 
setBody(BreakpointEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent
 
setBody(BreakpointLocationsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse
 
setBody(CapabilitiesEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent
 
setBody(CompletionsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse
 
setBody(ContinuedEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent
 
setBody(ContinueResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ContinueResponse
 
setBody(DataBreakpointInfoResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse
 
setBody(DisassembleResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse
 
setBody(ErrorResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse
 
setBody(EvaluateResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse
 
setBody(Object) - Method in class com.oracle.truffle.tools.dap.types.Event
 
setBody(ExceptionInfoResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse
 
setBody(ExitedEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent
 
setBody(GotoTargetsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse
 
setBody(Capabilities) - Method in class com.oracle.truffle.tools.dap.types.InitializeResponse
 
setBody(LoadedSourceEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent
 
setBody(LoadedSourcesResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse
 
setBody(ModuleEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent
 
setBody(ModulesResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse
 
setBody(OutputEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent
 
setBody(ProcessEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent
 
setBody(ProgressEndEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent
 
setBody(ProgressStartEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent
 
setBody(ProgressUpdateEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent
 
setBody(ReadMemoryResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse
 
setBody(Object) - Method in class com.oracle.truffle.tools.dap.types.Response
 
setBody(RunInTerminalResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse
 
setBody(ScopesResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse
 
setBody(SetBreakpointsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse
 
setBody(SetDataBreakpointsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse
 
setBody(SetExpressionResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse
 
setBody(SetFunctionBreakpointsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
 
setBody(SetVariableResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse
 
setBody(SourceResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.SourceResponse
 
setBody(StackTraceResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse
 
setBody(StepInTargetsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse
 
setBody(StoppedEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent
 
setBody(TerminatedEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent
 
setBody(ThreadEvent.EventBody) - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent
 
setBody(ThreadsResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse
 
setBody(VariablesResponse.ResponseBody) - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse
 
setBreakMode(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
setBreakMode(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
 
setBreakpoint(Breakpoint) - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
 
setBreakpoints(SetBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 
setBreakpoints(SetBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
setBreakpoints(List<BreakpointLocation>) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse.ResponseBody
 
setBreakpoints(SetBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
setBreakpoints(List<SourceBreakpoint>) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
setBreakpoints(List<Breakpoint>) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsResponse.ResponseBody
 
setBreakpoints(List<DataBreakpoint>) - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsArguments
 
setBreakpoints(List<Breakpoint>) - Method in class com.oracle.truffle.tools.dap.types.SetDataBreakpointsResponse.ResponseBody
 
setBreakpoints(List<FunctionBreakpoint>) - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsArguments
 
setBreakpoints(List<Breakpoint>) - Method in class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.ResponseBody
 
SetBreakpointsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'setBreakpoints' request.
SetBreakpointsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'setBreakpoints' request.
SetBreakpointsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
setCancellable(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
setCanPersist(Boolean) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
setCapabilities(Capabilities) - Method in class com.oracle.truffle.tools.dap.types.CapabilitiesEvent.EventBody
 
setCategory(String) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setChecksum(String) - Method in class com.oracle.truffle.tools.dap.types.Checksum
 
setChecksums(List<Checksum>) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setClientID(String) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setClientName(String) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
setColumn(int) - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
setColumn(int) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setColumnsStartAt1(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setCommand(String) - Method in class com.oracle.truffle.tools.dap.types.Request
 
setCommand(String) - Method in class com.oracle.truffle.tools.dap.types.Response
 
setCompletionTriggerCharacters(List<String>) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setCondition(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
setCondition(String) - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
 
setCondition(String) - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
setContent(String) - Method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
 
setContext(String) - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
setCount(int) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
 
setCount(Integer) - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
setCwd(String) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
setData(Object) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setData(String) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
 
setDataBreakpoints(SetDataBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
SetDataBreakpointsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'setDataBreakpoints' request.
SetDataBreakpointsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'setDataBreakpoints' request.
SetDataBreakpointsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
setDataId(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
setDataId(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
setDateTimeStamp(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setDefault(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
 
setDescription(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoResponse.ResponseBody
 
setDescription(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
setDescription(String) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
setDetails(ExceptionDetails) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setEndColumn(Integer) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setEndLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setEnv(Map<String, String>) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
setError(Message) - Method in class com.oracle.truffle.tools.dap.types.ErrorResponse.ResponseBody
 
setEvaluateName(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
setEvaluateName(String) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setEvent(String) - Method in class com.oracle.truffle.tools.dap.types.Event
 
setExceptionBreakpoint(boolean, boolean) - Method in class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 
setExceptionBreakpointFilters(List<ExceptionBreakpointsFilter>) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setExceptionBreakpoints(SetExceptionBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
setExceptionBreakpoints(SetExceptionBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
SetExceptionBreakpointsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'setExceptionBreakpoints' request.
SetExceptionBreakpointsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'setExceptionBreakpoints' request.
setExceptionId(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
 
setExceptionOptions(List<ExceptionOptions>) - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
 
setExitCode(int) - Method in class com.oracle.truffle.tools.dap.types.ExitedEvent.EventBody
 
setExpensive(boolean) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setExpression(SetExpressionArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
setExpression(String) - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
setExpression(String) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
SetExpressionArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'setExpression' request.
SetExpressionResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'setExpression' request.
SetExpressionResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
setFilter(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
 
setFilter(String) - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
setFilters(List<String>) - Method in class com.oracle.truffle.tools.dap.types.SetExceptionBreakpointsArguments
 
setFormat(String) - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
setFormat(ValueFormat) - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
setFormat(String) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setFormat(ValueFormat) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
setFormat(ValueFormat) - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
setFormat(StackFrameFormat) - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
setFormat(ValueFormat) - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
setFrameId(Integer) - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
setFrameId(Integer) - Method in class com.oracle.truffle.tools.dap.types.EvaluateArguments
 
setFrameId(int) - Method in class com.oracle.truffle.tools.dap.types.RestartFrameArguments
 
setFrameId(int) - Method in class com.oracle.truffle.tools.dap.types.ScopesArguments
 
setFrameId(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
setFrameId(int) - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsArguments
 
setFullTypeName(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
setFunctionBreakpoints(SetFunctionBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.server.BreakpointsHandler
 
setFunctionBreakpoints(SetFunctionBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
setFunctionBreakpoints(SetFunctionBreakpointsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
SetFunctionBreakpointsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'setFunctionBreakpoints' request.
SetFunctionBreakpointsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'setFunctionBreakpoints' request.
SetFunctionBreakpointsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
setGroup(String) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setHex(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ValueFormat
 
setHitCondition(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpoint
 
setHitCondition(String) - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
 
setHitCondition(String) - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
setId(Integer) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setId(int) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setId(int) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setId(Object) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setId(int) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setId(int) - Method in class com.oracle.truffle.tools.dap.types.StepInTarget
 
setId(int) - Method in class com.oracle.truffle.tools.dap.types.Thread
 
setIncludeAll(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setIndexedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setIndexedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setIndexedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
setIndexedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
setIndexedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setInnerException(List<ExceptionDetails>) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
setInstruction(String) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setInstructionBytes(String) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setInstructionCount(int) - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
setInstructionOffset(Integer) - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
setInstructionPointerReference(String) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setInstructionPointerReference(String) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setInstructions(List<DisassembledInstruction>) - Method in class com.oracle.truffle.tools.dap.types.DisassembleResponse.ResponseBody
 
setIsLocalProcess(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
setIsOptimized(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setIsUserCode(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setKind(String) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
setKind(String) - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
 
setLabel(String) - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
setLabel(String) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setLabel(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
 
setLabel(String) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setLabel(String) - Method in class com.oracle.truffle.tools.dap.types.StepInTarget
 
setLength(Integer) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setLevels(Integer) - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
setLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setLine(int) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocation
 
setLine(int) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
setLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
setLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setLine(int) - Method in class com.oracle.truffle.tools.dap.types.GotoTarget
 
setLine(int) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
 
setLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setLine(Integer) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setLine(int) - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
setLine(int) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setLine(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setLines(List<Integer>) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
setLinesStartAt1(Boolean) - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
setLinesStartAt1(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setLocale(String) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setLocation(Source) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setLogMessage(String) - Method in class com.oracle.truffle.tools.dap.types.SourceBreakpoint
 
setMemoryReference(String) - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
setMemoryReference(String) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setMemoryReference(String) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
 
setMemoryReference(String) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setMessage(String) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setMessage(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
setMessage(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
 
setMessage(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
setMessage(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
 
setMessage(String) - Method in class com.oracle.truffle.tools.dap.types.Response
 
setMimeType(String) - Method in class com.oracle.truffle.tools.dap.types.SourceResponse.ResponseBody
 
setModule(Module) - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
 
setModule(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setModuleCount(Integer) - Method in class com.oracle.truffle.tools.dap.types.ModulesArguments
 
setModuleId(Object) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setModules(List<Module>) - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.FunctionBreakpoint
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.Thread
 
setName(String) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setNamedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setNamedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setNamedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
setNamedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
setNamedVariables(Integer) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setNames(List<String>) - Method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
 
setNegate(Boolean) - Method in class com.oracle.truffle.tools.dap.types.ExceptionPathSegment
 
setNoDebug(Boolean) - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
 
setOffset(Integer) - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
setOffset(Integer) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryArguments
 
setOrigin(String) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setOutput(String) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setParameterNames(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setParameters(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setParameterTypes(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setParameterValues(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StackFrameFormat
 
setPath(List<ExceptionPathSegment>) - Method in class com.oracle.truffle.tools.dap.types.ExceptionOptions
 
setPath(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setPath(String) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setPathFormat(String) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setPercentage(Integer) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
setPercentage(Integer) - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
 
setPointerSize(Integer) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
setPresentationHint(VariablePresentationHint) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setPresentationHint(String) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setPresentationHint(VariablePresentationHint) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
setPresentationHint(String) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setPresentationHint(String) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setPresentationHint(VariablePresentationHint) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setPreserveFocusHint(Boolean) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
setProcessId(Integer) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
 
setProgressId(String) - Method in class com.oracle.truffle.tools.dap.types.CancelArguments
 
setProgressId(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressEndEvent.EventBody
 
setProgressId(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
setProgressId(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressUpdateEvent.EventBody
 
setReason(String) - Method in class com.oracle.truffle.tools.dap.types.BreakpointEvent.EventBody
 
setReason(String) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
 
setReason(String) - Method in class com.oracle.truffle.tools.dap.types.ModuleEvent.EventBody
 
setReason(String) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
setReason(String) - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
 
setRequestId(Integer) - Method in class com.oracle.truffle.tools.dap.types.CancelArguments
 
setRequestId(Integer) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
setRequestSeq(int) - Method in class com.oracle.truffle.tools.dap.types.Response
 
setResolveSymbols(Boolean) - Method in class com.oracle.truffle.tools.dap.types.DisassembleArguments
 
setRestart(Object) - Method in class com.oracle.truffle.tools.dap.types.AttachRequestArguments
 
setRestart(Boolean) - Method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
 
setRestart(Object) - Method in class com.oracle.truffle.tools.dap.types.LaunchRequestArguments
 
setRestart(Boolean) - Method in class com.oracle.truffle.tools.dap.types.TerminateArguments
 
setRestart(Object) - Method in class com.oracle.truffle.tools.dap.types.TerminatedEvent.EventBody
 
setResult(String) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setScopes(List<Scope>) - Method in class com.oracle.truffle.tools.dap.types.ScopesResponse.ResponseBody
 
setSelectionLength(Integer) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setSelectionStart(Integer) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setSendTelemetry(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setSeq(int) - Method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
 
setShellProcessId(Integer) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalResponse.ResponseBody
 
setShowUser(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setSortText(String) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsArguments
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourceEvent.EventBody
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.SourceArguments
 
setSource(Source) - Method in class com.oracle.truffle.tools.dap.types.StackFrame
 
setSourceModified(Boolean) - Method in class com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
 
setSourceReference(Integer) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setSourceReference(int) - Method in class com.oracle.truffle.tools.dap.types.SourceArguments
 
setSources(List<Source>) - Method in class com.oracle.truffle.tools.dap.types.LoadedSourcesResponse.ResponseBody
 
setSources(List<Source>) - Method in class com.oracle.truffle.tools.dap.types.Source
 
setStackFrames(List<StackFrame>) - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
 
setStackTrace(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
setStart(Integer) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setStart(Integer) - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
setStartFrame(Integer) - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
setStartMethod(String) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
setStartModule(Integer) - Method in class com.oracle.truffle.tools.dap.types.ModulesArguments
 
setSuccess(boolean) - Method in class com.oracle.truffle.tools.dap.types.Response
 
setSupportedChecksumAlgorithms(List<String>) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsBreakpointLocationsRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsCancelRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsClipboardContext(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsCompletionsRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsConditionalBreakpoints(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsConfigurationDoneRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsDataBreakpoints(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsDelayedStackTraceLoading(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsDisassembleRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsEvaluateForHovers(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsExceptionInfoRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsExceptionOptions(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsFunctionBreakpoints(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsGotoTargetsRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsHitConditionalBreakpoints(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsLoadedSourcesRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsLogPoints(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsMemoryReferences(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setSupportsModulesRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsProgressReporting(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setSupportsReadMemoryRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsRestartFrame(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsRestartRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsRunInTerminalRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setSupportsSetExpression(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsSetVariable(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsStepBack(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsStepInTargetsRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsTerminateRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsTerminateThreadsRequest(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsValueFormattingOptions(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSupportsVariablePaging(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setSupportsVariableType(Boolean) - Method in class com.oracle.truffle.tools.dap.types.InitializeRequestArguments
 
setSupportTerminateDebuggee(Boolean) - Method in class com.oracle.truffle.tools.dap.types.Capabilities
 
setSymbol(String) - Method in class com.oracle.truffle.tools.dap.types.DisassembledInstruction
 
setSymbolFilePath(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setSymbolStatus(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setSystemProcessId(Integer) - Method in class com.oracle.truffle.tools.dap.types.ProcessEvent.EventBody
 
setTargetId(int) - Method in class com.oracle.truffle.tools.dap.types.GotoArguments
 
setTargetId(Integer) - Method in class com.oracle.truffle.tools.dap.types.StepInArguments
 
setTargets(List<CompletionItem>) - Method in class com.oracle.truffle.tools.dap.types.CompletionsResponse.ResponseBody
 
setTargets(List<GotoTarget>) - Method in class com.oracle.truffle.tools.dap.types.GotoTargetsResponse.ResponseBody
 
setTargets(List<StepInTarget>) - Method in class com.oracle.truffle.tools.dap.types.StepInTargetsResponse.ResponseBody
 
setTerminateDebuggee(Boolean) - Method in class com.oracle.truffle.tools.dap.types.DisconnectArguments
 
setText(String) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setText(String) - Method in class com.oracle.truffle.tools.dap.types.CompletionsArguments
 
setText(String) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.ContinueArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.ContinuedEvent.EventBody
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.ExceptionInfoArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.GotoArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.NextArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.PauseArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.ReverseContinueArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.StackTraceArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.StepBackArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.StepInArguments
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.StepOutArguments
 
setThreadId(Integer) - Method in class com.oracle.truffle.tools.dap.types.StoppedEvent.EventBody
 
setThreadId(int) - Method in class com.oracle.truffle.tools.dap.types.ThreadEvent.EventBody
 
setThreadIds(List<Integer>) - Method in class com.oracle.truffle.tools.dap.types.TerminateThreadsArguments
 
setThreads(List<Thread>) - Method in class com.oracle.truffle.tools.dap.types.ThreadsResponse.ResponseBody
 
setTitle(String) - Method in class com.oracle.truffle.tools.dap.types.ProgressStartEvent.EventBody
 
setTitle(String) - Method in class com.oracle.truffle.tools.dap.types.RunInTerminalRequestArguments
 
setTotalFrames(Integer) - Method in class com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
 
setTotalModules(Integer) - Method in class com.oracle.truffle.tools.dap.types.ModulesResponse.ResponseBody
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.CompletionItem
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.ProtocolMessage
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
setType(String) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setTypeName(String) - Method in class com.oracle.truffle.tools.dap.types.ExceptionDetails
 
setUnreadableBytes(Integer) - Method in class com.oracle.truffle.tools.dap.types.ReadMemoryResponse.ResponseBody
 
setUrl(String) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setUrlLabel(String) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setValue(String) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionArguments
 
setValue(String) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
setValue(String) - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
setValue(String) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
setValue(String) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setValueNotSupported() - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
setVariable(SetVariableArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
setVariable(ThreadsHandler.SuspendedThreadInfo, SetVariableArguments) - Static method in class com.oracle.truffle.tools.dap.server.VariablesHandler
 
setVariable(SetVariableArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
SetVariableArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'setVariable' request.
SetVariableResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'setVariable' request.
SetVariableResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
setVariables(Map<String, String>) - Method in class com.oracle.truffle.tools.dap.types.Message
 
setVariables(List<Variable>) - Method in class com.oracle.truffle.tools.dap.types.VariablesResponse.ResponseBody
 
setVariablesReference(Integer) - Method in class com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
 
setVariablesReference(int) - Method in class com.oracle.truffle.tools.dap.types.EvaluateResponse.ResponseBody
 
setVariablesReference(Integer) - Method in class com.oracle.truffle.tools.dap.types.OutputEvent.EventBody
 
setVariablesReference(int) - Method in class com.oracle.truffle.tools.dap.types.Scope
 
setVariablesReference(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
 
setVariablesReference(int) - Method in class com.oracle.truffle.tools.dap.types.SetVariableArguments
 
setVariablesReference(Integer) - Method in class com.oracle.truffle.tools.dap.types.SetVariableResponse.ResponseBody
 
setVariablesReference(int) - Method in class com.oracle.truffle.tools.dap.types.Variable
 
setVariablesReference(int) - Method in class com.oracle.truffle.tools.dap.types.VariablesArguments
 
setVerified(boolean) - Method in class com.oracle.truffle.tools.dap.types.Breakpoint
 
setVersion(String) - Method in class com.oracle.truffle.tools.dap.types.Module
 
setVisibility(String) - Method in class com.oracle.truffle.tools.dap.types.VariablePresentationHint
 
setWidth(Integer) - Method in class com.oracle.truffle.tools.dap.types.ColumnDescriptor
 
source(SourceArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
source(SourceArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
Source - Class in com.oracle.truffle.tools.dap.types
A Source is a descriptor for source code.
SourceArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'source' request.
SourceBreakpoint - Class in com.oracle.truffle.tools.dap.types
Properties of a breakpoint or logpoint passed to the setBreakpoints request.
sourceRequestCouldNotRetrieveContent() - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
sourceRequestIllegalHandle() - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
SourceResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'source' request.
SourceResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
StackFrame - Class in com.oracle.truffle.tools.dap.types
A Stackframe contains the source location.
StackFrameFormat - Class in com.oracle.truffle.tools.dap.types
Provides formatting information for a stack frame.
stackFrameNotValid() - Static method in class com.oracle.truffle.tools.dap.server.Errors
 
StackFramesHandler - Class in com.oracle.truffle.tools.dap.server
 
StackFramesHandler(ExecutionContext, DebuggerSession) - Constructor for class com.oracle.truffle.tools.dap.server.StackFramesHandler
 
stackTrace(StackTraceArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
stackTrace(StackTraceArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
StackTraceArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'stackTrace' request.
StackTraceResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'stackTrace' request.
StackTraceResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
start(ServerSocket, Runnable) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
stepBack(StepBackArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
StepBackArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'stepBack' request.
StepBackResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'stepBack' request.
stepIn(StepInArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
stepIn(StepInArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
StepInArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'stepIn' request.
StepInResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'stepIn' request.
StepInTarget - Class in com.oracle.truffle.tools.dap.types
A StepInTarget can be used in the 'stepIn' request and determines into which single target the stepIn request should step.
stepInTargets(StepInTargetsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
StepInTargetsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'stepInTargets' request.
StepInTargetsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'stepInTargets' request.
StepInTargetsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
stepOut(StepOutArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
stepOut(StepOutArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
StepOutArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'stepOut' request.
StepOutResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'stepOut' request.
stopped(StoppedEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
StoppedEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'stopped' event type.
StoppedEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 

T

terminate(TerminateArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
TerminateArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'terminate' request.
terminated(TerminatedEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
TerminatedEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'terminated' event type.
TerminatedEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
TerminateResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'terminate' request.
terminateThreads(TerminateThreadsArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
TerminateThreadsArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'terminateThreads' request.
TerminateThreadsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'terminateThreads' request.
thread(ThreadEvent.EventBody) - Method in interface com.oracle.truffle.tools.dap.types.DebugProtocolClient
 
Thread - Class in com.oracle.truffle.tools.dap.types
A Thread.
ThreadEvent - Class in com.oracle.truffle.tools.dap.types
Event message for 'thread' event type.
ThreadEvent.EventBody - Class in com.oracle.truffle.tools.dap.types
 
threadResumed(int) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
threads() - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
threads() - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
ThreadsHandler - Class in com.oracle.truffle.tools.dap.server
 
ThreadsHandler(ExecutionContext, DebuggerSession) - Constructor for class com.oracle.truffle.tools.dap.server.ThreadsHandler
 
ThreadsHandler.SuspendedThreadInfo - Class in com.oracle.truffle.tools.dap.server
 
ThreadsResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'threads' request.
ThreadsResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 
threadSuspended(Thread, SuspendedEvent) - Method in class com.oracle.truffle.tools.dap.server.ThreadsHandler
 

V

ValueFormat - Class in com.oracle.truffle.tools.dap.types
Provides formatting information for a value.
Variable - Class in com.oracle.truffle.tools.dap.types
A Variable is a name/value pair.
VariablePresentationHint - Class in com.oracle.truffle.tools.dap.types
Optional properties of a variable that can be used to determine how to render the variable in the UI.
variables(VariablesArguments) - Method in class com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl
 
variables(VariablesArguments) - Method in class com.oracle.truffle.tools.dap.types.DebugProtocolServer
 
VariablesArguments - Class in com.oracle.truffle.tools.dap.types
Arguments for 'variables' request.
VariablesHandler - Class in com.oracle.truffle.tools.dap.server
 
VariablesHandler(ExecutionContext) - Constructor for class com.oracle.truffle.tools.dap.server.VariablesHandler
 
VariablesResponse - Class in com.oracle.truffle.tools.dap.types
Response to 'variables' request.
VariablesResponse.ResponseBody - Class in com.oracle.truffle.tools.dap.types
 

W

waitForClose() - Method in class com.oracle.truffle.tools.dap.instrument.DAPInstrument
 
waitForRunPermission() - Method in class com.oracle.truffle.tools.dap.server.ExecutionContext
 
A B C D E F G H I J L M N O P R S T V W 
Skip navigation links