module: remote-access-path synopsis: Implementation of the class author: Paul Howard, Nosa Omo Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND define method make-access-connection (ap :: , conn :: , #key description = ap.access-path-application) => (conn :: ) make(, debugger-connection: conn, description: description, server: conn.connection-server, orb: conn.connection-orb) end method; define function %spy-function-argument-remote-vector(ap :: ) => (remote-vector :: ) ap.spy-function-argument-remote-vector | (ap.spy-function-argument-remote-vector := make(, size: $max-spy-function-arguments, fill: 0)); end function; define function %stepping-locations-remote-vector(ap :: ) => (remote-vector :: ) ap.stepping-locations-remote-vector | (ap.stepping-locations-remote-vector := make(, size: $max-stepping-locations, fill: 0)); end function;