next up previous contents index
Next: 4.7 Altering Memory Locations Up: 4 Debugging Previous: 4.5 Examining Memory

4.6 Examining Tables and Registers

 The info command displays a variety of information. To display the contents of all of the CPU registers when the program stopped:

info reg

To examine the contents of the LDT:

info segments

To list all of the modules currently loaded:

info modules

To list all of the exported entrypoints in the module ``mymodule''

info modules exports mymodule all

To list the exported entrypoints in module ``mymodule'' that have symbolic names:

info modules exports mymodule



Send corrections/suggestions via e-mail to: Rob Penrose