This file is indexed.

/usr/share/help/ca/anjuta-manual/debug-cpu.page is in anjuta-common 2:3.10.2-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="debug-cpu" xml:lang="ca">

  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
    <link type="guide" xref="debug-data" group="sixth"/>
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>
      Examine CPU information.
    </desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
    <credit type="editor">
      <name>Philip Chimento</name>
      <email>philip.chimento@gmail.com</email>
    </credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jaume Planas</mal:name>
      <mal:email>jplanas@itberga.com</mal:email>
      <mal:years>2011</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Gil Forcada</mal:name>
      <mal:email>gilforcada@guifi.net</mal:email>
      <mal:years>2013</mal:years>
    </mal:credit>
  </info>

  <title>CPU</title>

  <section>
    <title>View CPU registers</title>

    <steps>
      <item>
        <p>Per obrir la finestra <gui>Registre</gui>, trieu <guiseq><gui>Visualitza</gui> <gui>Registres</gui></guiseq> en el <gui>menú principal</gui>.</p>
      </item>
    </steps>

    <p>Registers whose values have changed since the last stop are in red. It is
    possible to change the value of any register by clicking in the value
    column and entering a new value.</p>	

  </section>

  <section>
    <title>View memory</title>

    <steps>
      <item>
        <p>Per obrir la finestra <gui>Memòria</gui>, trieu <guiseq><gui>Visualitza</gui> <gui>Memòria</gui></guiseq> en el <gui>menú principal</gui>.</p>
      </item>
    </steps>

    <p>The first column displays memory addresses in hexadecimal, the second
    displays memory contents in hexadecimal and the last column shows
    memory contents in ASCII.</p>
    <p>The addressing space of even a 32-bit microprocessor is very large
    (4 gigabytes), so it is very difficult to go to a particular address
    with the scrollbar. But you can click the right mouse button and select
    <gui>Go to address</gui> to get a small edit box where you can enter an
    address in hexadecimal.</p>
  </section>


  <section>
    <title>View Disassembly</title>


    <steps>
      <item>
        <p>Per obrir la finestra <gui>Desassemblador</gui>, trieu <guiseq><gui>Visualitza</gui> <gui>Desassemblador</gui></guiseq> en el <gui>menú principal</gui>.</p>
      </item>
    </steps>

    <p>The first column displays addresses in hexadecimal. In the second column,
    you can have a label starting at the beginning of the line and ending with
    a colon or a assembly-language instruction indented by 4 space characters.</p>

    <p>The position in the disassembly window will be changed to the program
    counter value when the program is stopped.</p>

    <p>The addressing space of even a 32-bit microprocessor is very large
    (4 gigabytes), so it is very difficult to go to a particular address
    with the scrollbar. But you can click the right mouse button and select
    <gui>Go to address</gui> to get a small edit box where you can enter an
    address in hexadecimal.</p>
  </section>


</page>