Skip to content

Commit 0957e49

Browse files
authored
Merge branch 'main' into update-conf-py
2 parents d4004e2 + 355d151 commit 0957e49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1748
-1602
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

clang.rst renamed to advanced-tools/clang.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
***************************
1+
.. _clang:
2+
3+
===========================
24
Dynamic Analysis with Clang
3-
***************************
5+
===========================
46

57
.. highlight:: bash
68

coverity.rst renamed to advanced-tools/coverity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
.. _coverity:
2+
13
=============
24
Coverity Scan
35
=============
46

5-
.. _coverity:
6-
77
Coverity Scan is a free service for static code analysis of Open Source
88
projects. It is based on Coverity's commercial product and is able to analyze
99
C, C++ and Java code.

gdb.rst renamed to advanced-tools/gdb.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. _gdb:
22

3-
gdb Support
3+
===========
4+
GDB Support
45
===========
56

67
.. highlight:: none
@@ -17,7 +18,7 @@ limitation.
1718

1819

1920
gdb 7 and later
20-
---------------
21+
===============
2122

2223
In gdb 7, support for `extending gdb with Python
2324
<https://sourceware.org/gdb/current/onlinedocs/gdb/Python.html#Python>`_ was
@@ -300,7 +301,7 @@ thread is doing at the Python level::
300301

301302

302303
gdb 6 and earlier
303-
-----------------
304+
=================
304305

305306
The file at ``Misc/gdbinit`` contains a gdb configuration file which provides
306307
extra commands when working with a CPython process. To register these commands
@@ -311,7 +312,7 @@ from your gdb session.
311312

312313

313314
Updating auto-load-safe-path to allow test_gdb to run
314-
-----------------------------------------------------
315+
=====================================================
315316

316317
``test_gdb`` attempts to automatically load additional Python specific
317318
hooks into gdb in order to test them. Unfortunately, the command line

advanced-tools/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
==============
2+
Advanced Tools
3+
==============
4+
5+
.. toctree::
6+
:maxdepth: 5
7+
8+
gdb
9+
clang
10+
coverity

appendix.rst

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)