Skip to content

Commit

Permalink
Merge pull request #1081 from emmanuel-ferdman/wip
Browse files Browse the repository at this point in the history
fix: update sourceware resources
  • Loading branch information
Diptorup Deb authored Jun 20, 2023
2 parents 2e198fa + 63f63b6 commit bb877f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user_guides/debugging/backtrace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Example 2:
See also:

- `Backtraces in GDB*
<https://sourceware.org/gdb/current/onlinedocs/gdb/Backtrace.html#Backtrace>`_
<https://sourceware.org/gdb/onlinedocs/gdb/Backtrace.html#Backtrace>`_
2 changes: 1 addition & 1 deletion docs/user_guides/debugging/breakpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You have several ways to set breakpoints:
See also:
- `Breakpoints in GDB*`_.

.. _Breakpoints in GDB*: https://sourceware.org/gdb/current/onlinedocs/gdb/Set-Breaks.html#Set-Breaks
.. _Breakpoints in GDB*: https://sourceware.org/gdb/onlinedocs/gdb/Set-Breaks.html#Set-Breaks

Consider the following numba-dpex kernel code (refer
``numba_dpex/examples/debug/simple_sum.py`` for full example):
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/debugging/stepping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ a single line without interference, set the scheduler-locking setting to `on` or

See also:

- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/current/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_
- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_

0 comments on commit bb877f4

Please sign in to comment.