HP gnu source-level debugger 5992-4701 User Manual

Page 338

Advertising
background image

GDB command

The corresponding GDB command is 'exec-file'.

Example

(gdb)
-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
^done
(gdb)

The -file-list-exec-sections command

Synopsis

-file-list-exec-sections

List the sections of the current executable file.

GDB command

The GDB command 'info file' shows, among the rest, the same information as this
command. gdbtk has a corresponding command 'gdb_load_info'.

Example

N.A.

The -file-list-exec-source-files command

Synopsis

-file-list-exec-source-files

List the source files for the current executable.

GDB command

There is no GDB command which directly corresponds to this one. gdbtk has an
analogous command 'gdb_listfiles'.

Example

N.A.

The -file-list-shared-libraries command

Synopsis

-file-list-shared-libraries

List the shared libraries in the program.

338

The GDB/MI Interface

Advertising