5#ifndef RUNTIME_VM_DEBUGGER_API_IMPL_TEST_H_
6#define RUNTIME_VM_DEBUGGER_API_IMPL_TEST_H_
29#define ILLEGAL_ISOLATE_ID ILLEGAL_PORT
35#define ILLEGAL_BREAKPOINT_ID 0
163 intptr_t* line_number,
164 intptr_t* column_number);
struct _Dart_Handle * Dart_Handle
const uint8_t uint32_t uint32_t GError ** error
Dart_Handle Dart_GetLibraryDebuggable(intptr_t library_id, bool *is_debuggable)
Dart_Handle Dart_StackTraceLength(Dart_StackTrace trace, intptr_t *length)
void Dart_PausedEventHandler(Dart_IsolateId isolate_id, intptr_t bp_id, const Dart_CodeLocation &location)
Dart_Handle Dart_ActivationFrameInfo(Dart_ActivationFrame activation_frame, Dart_Handle *function_name, Dart_Handle *script_url, intptr_t *line_number, intptr_t *column_number)
Dart_Handle Dart_EvaluateStaticExpr(Dart_Handle lib_handle, Dart_Handle expr_in)
Dart_Handle Dart_GetStackTrace(Dart_StackTrace *trace)
void Dart_BreakpointResolvedHandler(Dart_IsolateId isolate_id, intptr_t bp_id, const Dart_CodeLocation &location)
Dart_Handle Dart_RemoveBreakpoint(Dart_Handle breakpoint_id_in)
void Dart_IsolateEventHandler(Dart_IsolateId isolate_id, Dart_IsolateEvent kind)
Dart_Handle Dart_SetLibraryDebuggable(intptr_t library_id, bool is_debuggable)
struct _Dart_ActivationFrame * Dart_ActivationFrame
Dart_Handle Dart_GetActivationFrame(Dart_StackTrace trace, int frame_index, Dart_ActivationFrame *frame)
Dart_Handle Dart_LibraryId(Dart_Handle library, intptr_t *library_id)
Dart_Handle Dart_GetStackTraceFromError(Dart_Handle handle, Dart_StackTrace *trace)
struct _Dart_StackTrace * Dart_StackTrace
void Dart_ExceptionThrownHandler(Dart_IsolateId isolate_id, Dart_Handle exception_object, Dart_StackTrace stack_trace)
const char *const function_name
Dart_Handle Dart_SetBreakpoint(Dart_Handle script_url_in, intptr_t line_number)
struct _Dart_Breakpoint * Dart_Breakpoint