xref: /illumos-gate/usr/src/cmd/idmap/test-getdc/.dbxrc (revision b3700b074e637f8c6991b70754c88a2cfffb246b)
1*b3700b07SGordon Ross
2*b3700b07SGordon Ross#
3*b3700b07SGordon Ross# This file and its contents are supplied under the terms of the
4*b3700b07SGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0.
5*b3700b07SGordon Ross# You may only use this file in accordance with the terms of version
6*b3700b07SGordon Ross# 1.0 of the CDDL.
7*b3700b07SGordon Ross#
8*b3700b07SGordon Ross# A full copy of the text of the CDDL should have accompanied this
9*b3700b07SGordon Ross# source.  A copy of the CDDL is also available via the Internet at
10*b3700b07SGordon Ross# http://www.illumos.org/license/CDDL.
11*b3700b07SGordon Ross#
12*b3700b07SGordon Ross
13*b3700b07SGordon Ross#
14*b3700b07SGordon Ross# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
15*b3700b07SGordon Ross#
16*b3700b07SGordon Ross
17*b3700b07SGordon Rossset -o emacs
18*b3700b07SGordon Ross
19*b3700b07SGordon Rosssetenv ROOT ${CODEMGR_WS}/proto/root_i386
20*b3700b07SGordon Rosssetenv LD_LIBRARY_PATH ${ROOT}/usr/lib:${ROOT}/lib
21*b3700b07SGordon Ross
22*b3700b07SGordon Rossloadobject -load ${ROOT}/usr/lib/libadutils.so.1
23*b3700b07SGordon Rossdebug ./test-getdc
24