Lines Matching refs:code
75 .. code-block:: bash
81 .. code-block:: bash
97 .. code-block:: console
125 .. code-block:: bash
131 .. code-block:: text
137 .. code-block:: text
144 .. code-block:: text
150 .. code-block:: text
156 GDB also shows where the code execution is stopped. In this case,
161 .. code-block:: text
174 #. Use command ``list`` to show the source code and surroundings where
175 code execution is stopped.
177 .. code-block:: text
195 .. code-block:: text
201 .. code-block:: text
216 set up a breakpoint at :c:func:`main`, and let code execution continue
219 .. code-block:: text
224 .. code-block:: text
229 Once code execution reaches :c:func:`main`, execution will be stopped
232 .. code-block:: text
239 .. code-block:: text
256 .. code-block:: text
265 To examine code execution inside :c:func:`test`,
272 .. code-block:: text
283 code is done after returning from function. The assignment code is
287 .. code-block:: text
296 #. If ``continue`` is issued here, code execution will continue indefinitely