Home | History | Annotate | Download | only in info

Lines Matching full:environment

650 specify more of your debugging environment at the outset.
1019 by the `HOME' environment variable.
1056 the environment variable `SHELL' determines which shell to run.
1368 You can assign the result of an expression to an environment
1415 You may start GDB with its arguments, if any, in an environment of
1425 * Environment:: Your program's environment
1505 If you are running your program in an execution environment that
1523 which shell is used with the `SHELL' environment variable. *Note
1527 Your program normally inherits its environment from GDB, but you
1528 can use the GDB commands `set environment' and `unset environment'
1529 to change parts of the environment that affect your program.
1530 *Note Your program's environment: Environment.
1594 File: gdb.info, Node: Arguments, Next: Environment, Prev: Starting, Up: Running
1602 Your `SHELL' environment variable (if it exists) specifies what shell
1625 File: gdb.info, Node: Environment, Next: Working Directory, Prev: Arguments, Up: Running
1627 4.4 Your program's environment
1630 The "environment" consists of a set of environment variables and their
1631 values. Environment variables conventionally record such things as
1633 path for programs to run. Usually you set up environment variables with
1636 modified environment without having to start GDB over again.
1639 Add DIRECTORY to the front of the `PATH' environment variable (the
1655 environment variable).
1657 `show environment [VARNAME]'
1658 Print the value of environment variable VARNAME to be given to
1660 the names and values of all environment variables to be given to
1661 your program. You can abbreviate `environment' as `env'.
1663 `set environment VARNAME [=VALUE]'
1664 Set environment variable VARNAME to VALUE. The value changes for
1666 the values of environment variables are just strings, and any
1679 `unset environment VARNAME'
1680 Remove variable VARNAME from the environment to be passed to your
1682 environment' removes the variable from the environment, rather
1686 indicated by your `SHELL' environment variable if it exists (or
1690 wish to move setting of environment variables to files that are only
1694 File: gdb.info, Node: Working Directory, Next: Input/Output, Prev: Environment, Up: Running
1792 To use `attach', your program must be running in an environment
2032 if a certain environment
3899 environment) are not required to have a `main' function as the entry
4214 is `/bin/ex', but you can change this by setting the environment
5688 startup. This is akin to the arguments and environment that you
9717 directory, GDB uses the environment variable `PATH' as a list of
9737 found in FILENAME. GDB searches the environment variable `PATH'
9758 When GDB is configured for a particular environment, it
9760 standard generated for that environment; you may use either a GNU
10337 A "target" is the execution environment occupied by your program.
10339 Often, GDB runs in the same host environment as your program; in
10412 Connects the GDB host environment to a target machine or process.
10955 1. A startup routine to set up the C runtime environment; these
11390 environment.
11939 path (*note Your program's environment: Environment.); if it fails to
12810 Your program's environment: Environment.). If it fails to find a file,
12905 to establish it as your debugging environment. DEV is normally the
12918 ST2000 environment:
13360 file defaults to the value of the environment variable
13375 This defaults to the value of the environment variable `HISTSIZE',
13432 with the value of the `TERM' environment variable and the `stty rows'
14588 your environment's `PATH' variable, but on some operating systems it
15774 The `-environment-cd' Command
15780 -environment-cd PATHDIR
15793 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15797 The `-environment-directory' Command
15803 -environment-directory [ -r ] [ PATHDIR ]+
15828 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15831 -environment-directory ""
15834 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
15837 -environment-directory -r
15841 The `-environment-path' Command
15847 -environment-path [ -r ] [ PATHDIR ]+
15872 -environment-path
15875 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15878 -environment-path -r /usr/local/bin
15882 The `-environment-pwd' Command
15888 -environment-pwd
15901 -environment-pwd
19186 environment variable `INPUTRC'. If that variable is unset, the default
20536 environment variable) is publicly readable. Remember that GDB uses the
25099 * -environment-cd: GDB/MI Program Context.
25101 * -environment-directory: GDB/MI Program Context.
25103 * -environment-path: GDB/MI Program Context.
25105 * -environment-pwd: GDB/MI Program Context.
25725 * environment (of your program): Environment. (line 6)
25870 * GDBHISTFILE, environment variable: Command History. (line 26)
25916 * HISTSIZE, environment variable: Command History. (line 45)
26388 * path: Environment. (line 14)
26712 * set environment: Environment. (line 39)
26860 * show environment: Environment. (line 33)
26891 * show paths: Environment. (line 29)
27208 * unset environment: Environment. (line 55)
27339 Node: Environment65156