Skip to content

Commit

Permalink
Update stackwalk document structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 13, 2022
1 parent 9b2f3ca commit 46574af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
9 changes: 1 addition & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@ Resources
instructionAPI/index
parseAPI/index
patchAPI/index

.. toctree::
:caption: Stackwalk
:name: stackwalk
:hidden:
:maxdepth: 3

stackwalk/index.rst
stackwalk/index

.. toctree::
:caption: Symtab API
Expand Down
13 changes: 7 additions & 6 deletions docs/stackwalk/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.. _`sec:stackwalk-intro`:

Stackwalk Introduction
======================
=========
Stackwalk
=========

This document describes StackwalkerAPI, an API and library for walking a
call stack. The call stack (also known as the run-time stack) is a stack
Expand Down Expand Up @@ -93,8 +94,8 @@ Look up symbolic names

.. _`sec:stackwalk-abstractions`:

Stackwalk Abstractions
======================
Abstractions
============

StackwalkerAPI contains two interfaces: the Stackwalking Interface and
the Callback Interface. The stackwalking interface is used to walk the
Expand Down Expand Up @@ -184,8 +185,8 @@ SymbolLookup

.. _`sec:stackwalk-api`:

Stackwalk API Reference
=======================
API Reference
=============

This section describes the StackwalkerAPI interface. It is divided into
three sub-sections: a description of the definitions and basic types
Expand Down

0 comments on commit 46574af

Please sign in to comment.