Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update sourceware resources #1081

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`_