Skip to main content
summaryrefslogtreecommitdiffstats
blob: 17718e51d0b24827b200a68521f5ba50ce62a415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
 
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Shared Libraries view</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
 

<body>

<h1>Modules view</h1>

<p>The <b>Modules</b> view of the Debug
perspective lets you view information about the modules loaded in the current
debug session, including executables and shared libraries. The view consists
of two areas: the modules tree and the detail pane. The detail pane displays
the detail information for the module selected in the modules tree. Expanding a
module enables users to view the module's internals - functions, global variables, associated
source files, etc.</p>

<img src="../images/view_modules.png" alt="Modules view"></img>

<h3>Modules view toolbar icons</h3>

<p>The table below lists the icons displayed in the Modules view toolbar.</p>

<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<tr>
  <td width="10%" align="left"><b>Command</b></td>
  <td width="30%"><b>Name</b></td>
  <td width="60%"><b>Description</b></td>
</tr>
<tr>
  <td><img border="0" src="../images/icon_load_all_modules.png"></td>
  <td>Load Symbols for All Modules</td>
  <td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td>
</tr>
</table>

<h3>Modules view context menu commands</h3>

<p>The table below lists the Modules context menu commands.</p>

<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<tr>
  <td width="10%" align="left"><b>Command</b></td>
  <td width="30%"><b>Name</b></td>
  <td width="60%"><b>Description</b></td>
</tr>
<tr>
  <td><img border="0" src="../images/icon_load_all_modules.png"></td>
  <td>Load Symbols for All</td>
  <td>Loads the symbols of the all modules involved in the current session. This option does not affect the modules whose symbols are already loaded.</td>
</tr>
<tr>
  <td><img border="0" src="../images/icon_load_all_modules.png"></td>
  <td>Load Symbols</td>
  <td>Loads the symbols of the module. The symbols will be loaded from the file specified in the module's properties.</td>
</tr>
<tr>
  <td>&nbsp;</td>
  <td>Properties...</td>
  <td>Opens the Properties dialog for the module.</td>
</tr>
</table>

<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_views.htm">Views</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

</body>

</html>

Back to the top